#A8A86D
A medium, muted yellow closely aligning with Darkkhaki.
About #A8A86D
When working with digital screens, the color #A8A86D is rendered by mixing light. Its closest recognized web color is Darkkhaki. This translates to an RGB value of rgb(168, 168, 109).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 0% Magenta, 35% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
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#A8A86D
RGB168, 168, 109
HSL60.0°, 25.3%, 54.3%
CMYK0%, 0%, 35%, 34%
HSV60.0°, 35.1%, 65.9%
LAB67.6, -9.2, 30.5
XYZ32.9, 37.4, 20.0
Decimal11053165
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.47:1
Text on #FFFFFF
FAIL
8.49:1
Text on #000000
AAA
2.36:1
Text on #F8FAFC
FAIL
7.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8A86D;
}
.text-color {
color: #A8A86D;
}
.border-color {
border: 2px solid #A8A86D;
}