#A0AF57
A medium, moderate yellow closely aligning with Darkkhaki.
About #A0AF57
The hex code #A0AF57 represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Darkkhaki. In the RGB color space, it consists of 160 red, 175 green, and 87 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 9% cyan and 0% magenta inks. The HSL representation is 70.2° hue, 35.5% saturation, and 51.4% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0AF57
RGB160, 175, 87
HSL70.2°, 35.5%, 51.4%
CMYK9%, 0%, 50%, 31%
HSV70.2°, 50.3%, 68.6%
LAB68.6, -18.6, 43.0
XYZ31.5, 38.8, 14.8
Decimal10530647
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.40:1
Text on #FFFFFF
FAIL
8.76:1
Text on #000000
AAA
2.29:1
Text on #F8FAFC
FAIL
7.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0AF57;
}
.text-color {
color: #A0AF57;
}
.border-color {
border: 2px solid #A0AF57;
}