#A0926D
A medium, muted orange closely aligning with Tan.
About #A0926D
When working with digital screens, the color #A0926D is rendered by mixing light. Its closest recognized web color is Tan. This translates to an RGB value of rgb(160, 146, 109).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 9% M, 32% Y, and 37% K. With a hue angle of 43.5 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#A0926D
RGB160, 146, 109
HSL43.5°, 21.2%, 52.7%
CMYK0%, 9%, 32%, 37%
HSV43.5°, 31.9%, 62.7%
LAB60.9, -0.6, 21.5
XYZ27.5, 29.1, 18.6
Decimal10523245
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.08:1
Text on #FFFFFF
AA Large
6.83:1
Text on #000000
AA
2.94:1
Text on #F8FAFC
FAIL
5.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A0926D;
}
.text-color {
color: #A0926D;
}
.border-color {
border: 2px solid #A0926D;
}