#A0A07C
A medium, muted yellow closely aligning with Tan.
About #A0A07C
Visually, #A0A07C is defined as a muted yellow. Designers often compare it to the standard color Tan. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 160, and 124.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 0% M, 22% Y, and 37% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0A07C
RGB160, 160, 124
HSL60.0°, 15.9%, 55.7%
CMYK0%, 0%, 22%, 37%
HSV60.0°, 22.5%, 62.7%
LAB65.0, -6.1, 18.8
XYZ30.7, 34.1, 24.0
Decimal10526844
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.81:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A0A07C;
}
.text-color {
color: #A0A07C;
}
.border-color {
border: 2px solid #A0A07C;
}