#A8A85F
A medium, muted yellow closely aligning with Darkkhaki.
About #A8A85F
The precise color #A8A85F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkkhaki. Its digital footprint relies on 168 parts red, 168 parts green, and 95 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 0% M, 43% Y, and 34% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8A85F
RGB168, 168, 95
HSL60.0°, 29.6%, 51.6%
CMYK0%, 0%, 43%, 34%
HSV60.0°, 43.5%, 65.9%
LAB67.4, -10.8, 37.6
XYZ32.2, 37.2, 16.3
Decimal11053151
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49:1
Text on #FFFFFF
FAIL
8.43:1
Text on #000000
AAA
2.38:1
Text on #F8FAFC
FAIL
7.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8A85F;
}
.text-color {
color: #A8A85F;
}
.border-color {
border: 2px solid #A8A85F;
}