#A8AF75
A medium, muted yellow closely aligning with Darkkhaki.
About #A8AF75
Visually, #A8AF75 is defined as a muted yellow. If you're using CSS, you might find it aligns closely with Darkkhaki. Its digital footprint relies on 168 parts red, 175 parts green, and 117 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 4% Cyan, 0% Magenta, 33% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8AF75
RGB168, 175, 117
HSL67.2°, 26.6%, 57.3%
CMYK4%, 0%, 33%, 31%
HSV67.2°, 33.1%, 68.6%
LAB69.7, -11.9, 29.0
XYZ34.7, 40.3, 22.8
Decimal11054965
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.05:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8AF75;
}
.text-color {
color: #A8AF75;
}
.border-color {
border: 2px solid #A8AF75;
}