Amber Grey Color Hex Code
#d0a592What is Amber Grey Color Hex Code Color?
Amber Grey Color Hex Code is a light, moderately saturated orange color with the hex code #d0a592. Its RGB value is rgb(208, 165, 146), meaning it contains 208 red, 165 green, and 146 blue light values. In the HSL color model, it has a hue of 18°, saturation of 40%, and lightness of 69%.
Amber Grey Color Hex Code Color Codes
Here are all the color format codes for Amber Grey Color Hex Code:
- HEX: #d0a592
- RGB: rgb(208, 165, 146)
- HSL: hsl(18°, 40%, 69%)
- CMYK: cmyk(0%, 21%, 30%, 18%)
- Android/Flutter: Color(0xFFD0A592)
- Swift UIColor: UIColor(red: 0.816, green: 0.647, blue: 0.573, alpha: 1.0)
Is Amber Grey Color Hex Code Accessible?
Amber Grey Color Hex Code (#d0a592) passes WCAG AA accessibility standards. It has a contrast ratio of 2.22:1 against white and 9.48:1 against black text. For better readability, prefer black text on this color for normal body text. It also meets WCAG AAA — the highest accessibility level.
How to Use Amber Grey Color Hex Code in Design
Amber Grey Color Hex Code is a light orange tone that works well as
a background, accent, or highlight color in modern UI designs.
It pairs beautifully with its complementary color
#90bdd0
for strong contrast.
In CSS, you can use it directly as color: #d0a592; or
background-color: #d0a592;.
Amber Grey Color Hex Code Shades and Tints
Shades of Amber Grey Color Hex Code are created by mixing it with black, ranging from the original #d0a592 down to near-black #b99382. Tints are made by adding white — from the base color up to near-white #faf5f3. These variations help build complete design system palettes and Tailwind CSS color scales.
Amber Grey Color Hex Code Color Harmonies
The complementary color of Amber Grey Color Hex Code is #90bdd0. Its analogous colors are #d0c390 and #d0909d. For a triadic palette, combine it with #90d0a3 and #a390d0.
Frequently Asked Questions
What is the hex code for Amber Grey Color Hex Code?
The hex code for Amber Grey Color Hex Code is #d0a592.
What is the RGB value of Amber Grey Color Hex Code?
The RGB value is rgb(208, 165, 146). Red channel: 208/255, Green: 165/255, Blue: 146/255.
Is Amber Grey Color Hex Code good for web accessibility?
Amber Grey Color Hex Code has a contrast ratio of 2.22:1 with white and 9.48:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Amber Grey Color Hex Code?
Amber Grey Color Hex Code pairs well with its complementary color #90bdd0, analogous colors #d0c390 and #d0909d, or neutral whites and grays for a clean, modern look.
How do I use Amber Grey Color Hex Code in CSS?
Use it in CSS like this:
background-color: #d0a592;
color: #d0a592;
Or as a CSS variable: --color-primary: #d0a592;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #d0a592;
--color-primary-rgb: 208, 165, 146;
--color-primary-hsl: 18 40% 69%;
--color-primary-text: #1a1a2e;
colors: {
'amber-grey-color-hex-code': {
DEFAULT: '#d0a592',
100: '#ffffff',
200: '#faf5f3',
300: '#f4ebe6',
400: '#efe0da',
500: '#ead6ce',
600: '#b99382',
700: '#a28072',
800: '#8b6e61',
900: '#745c51',
950: '#5c4941',
}
}
'base': #d0a592,
'light': #f4ebe6,
'dark': #a28072,
'rgb': 208, 165, 146
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.