#A0AF5F
A medium, moderate yellow closely aligning with Darkkhaki.
About #A0AF5F
At its core, #A0AF5F is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 175, and 95.
If you are designing for print, the four-color process is what matters most. The color uses 9% Cyan, 0% Magenta, 46% Yellow, and 31% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0AF5F
RGB160, 175, 95
HSL71.2°, 33.3%, 52.9%
CMYK9%, 0%, 46%, 31%
HSV71.2°, 45.7%, 68.6%
LAB68.7, -17.7, 39.1
XYZ31.9, 39.0, 16.7
Decimal10530655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.39:1
Text on #FFFFFF
FAIL
8.79:1
Text on #000000
AAA
2.28:1
Text on #F8FAFC
FAIL
7.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0AF5F;
}
.text-color {
color: #A0AF5F;
}
.border-color {
border: 2px solid #A0AF5F;
}