#A8A05F
A medium, muted yellow closely aligning with Darkkhaki.
About #A8A05F
The precise color #A8A05F 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, 160 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, 5% M, 43% Y, and 34% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8A05F
RGB168, 160, 95
HSL53.4°, 29.6%, 51.6%
CMYK0%, 5%, 43%, 34%
HSV53.4°, 43.5%, 65.9%
LAB65.2, -6.6, 34.8
XYZ30.8, 34.3, 15.8
Decimal11051103
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.86:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A8A05F;
}
.text-color {
color: #A8A05F;
}
.border-color {
border: 2px solid #A8A05F;
}