#A03A07
A dark, vivid orange closely aligning with Saddlebrown.
About #A03A07
The hex code #A03A07 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Saddlebrown. This translates to an RGB value of rgb(160, 58, 7).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 64% magenta, 96% yellow, and 37% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A03A07
RGB160, 58, 7
HSL20.0°, 91.6%, 32.7%
CMYK0%, 64%, 96%, 37%
HSV20.0°, 95.6%, 62.7%
LAB38.8, 40.4, 47.7
XYZ16.0, 10.5, 1.4
Decimal10500615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.77:1
Text on #FFFFFF
AA
3.10:1
Text on #000000
AA Large
6.47:1
Text on #F8FAFC
AA
2.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A03A07;
}
.text-color {
color: #A03A07;
}
.border-color {
border: 2px solid #A03A07;
}