#A8A07C
A medium, muted yellow closely aligning with Tan.
About #A8A07C
At its core, #A8A07C is a medium and muted hue. Designers often compare it to the standard color Tan. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 160, and 124.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 5% magenta, 26% yellow, and 34% black. The HSL representation is 49.1° hue, 20.2% saturation, and 57.3% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8A07C
RGB168, 160, 124
HSL49.1°, 20.2%, 57.3%
CMYK0%, 5%, 26%, 34%
HSV49.1°, 26.2%, 65.9%
LAB65.7, -3.0, 19.9
XYZ32.4, 34.9, 24.1
Decimal11051132
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.98:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A8A07C;
}
.text-color {
color: #A8A07C;
}
.border-color {
border: 2px solid #A8A07C;
}