#A0A849
A medium, moderate yellow closely aligning with Darkkhaki.
About #A0A849
When working with digital screens, the color #A0A849 is rendered by mixing light. It is closely associated with the named CSS color Darkkhaki. In the RGB color space, it consists of 160 red, 168 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 5% Cyan, 0% Magenta, 57% Yellow, and 34% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0A849
RGB160, 168, 73
HSL65.1°, 39.4%, 47.3%
CMYK5%, 0%, 57%, 34%
HSV65.1°, 56.5%, 65.9%
LAB66.5, -16.3, 47.2
XYZ29.7, 36.0, 11.7
Decimal10528841
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.56:1
Text on #FFFFFF
FAIL
8.19:1
Text on #000000
AAA
2.45:1
Text on #F8FAFC
FAIL
6.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A0A849;
}
.text-color {
color: #A0A849;
}
.border-color {
border: 2px solid #A0A849;
}