#A0A866
A medium, muted yellow closely aligning with Darkkhaki.
About #A0A866
When working with digital screens, the color #A0A866 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkkhaki. Its digital footprint relies on 160 parts red, 168 parts green, and 102 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 5% C, 0% M, 39% Y, and 34% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0A866
RGB160, 168, 102
HSL67.3°, 27.5%, 52.9%
CMYK5%, 0%, 39%, 34%
HSV67.3°, 39.3%, 65.9%
LAB66.9, -13.3, 33.1
XYZ30.9, 36.4, 18.0
Decimal10528870
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.29:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0A866;
}
.text-color {
color: #A0A866;
}
.border-color {
border: 2px solid #A0A866;
}