#AF926D
A medium, muted orange closely aligning with Tan.
About #AF926D
At its core, #AF926D is a medium and muted hue. Designers often compare it to the standard color Tan. In the RGB color space, it consists of 175 red, 146 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 17% M, 38% Y, and 31% K. With a hue angle of 33.6 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#AF926D
RGB175, 146, 109
HSL33.6°, 29.2%, 55.7%
CMYK0%, 17%, 38%, 31%
HSV33.6°, 37.7%, 68.6%
LAB62.3, 5.6, 23.7
XYZ30.7, 30.8, 18.8
Decimal11506285
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.16:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.08:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF926D;
}
.text-color {
color: #AF926D;
}
.border-color {
border: 2px solid #AF926D;
}