#A0AF6D
A medium, muted yellow closely aligning with Darkkhaki.
About #A0AF6D
At its core, #A0AF6D is a medium and muted hue. If you're using CSS, you might find it aligns closely with Darkkhaki. This translates to an RGB value of rgb(160, 175, 109).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 9% C, 0% M, 38% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#A0AF6D
RGB160, 175, 109
HSL73.6°, 29.2%, 55.7%
CMYK9%, 0%, 38%, 31%
HSV73.6°, 37.7%, 68.6%
LAB68.9, -16.1, 32.1
XYZ32.6, 39.2, 20.3
Decimal10530669
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.37:1
Text on #FFFFFF
FAIL
8.85:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0AF6D;
}
.text-color {
color: #A0AF6D;
}
.border-color {
border: 2px solid #A0AF6D;
}