#A04207
A dark, vivid orange closely aligning with Saddlebrown.
About #A04207
At its core, #A04207 is a dark and vivid hue. Designers often compare it to the standard color Saddlebrown. This translates to an RGB value of rgb(160, 66, 7).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 59% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A04207
RGB160, 66, 7
HSL23.1°, 91.6%, 32.7%
CMYK0%, 59%, 96%, 37%
HSV23.1°, 95.6%, 62.7%
LAB40.2, 36.5, 48.7
XYZ16.5, 11.4, 1.5
Decimal10502663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.41:1
Text on #FFFFFF
AA
3.28:1
Text on #000000
AA Large
6.12:1
Text on #F8FAFC
AA
2.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A04207;
}
.text-color {
color: #A04207;
}
.border-color {
border: 2px solid #A04207;
}