#A03A0F
A dark, vivid orange closely aligning with Saddlebrown.
About #A03A0F
When working with digital screens, the color #A03A0F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Saddlebrown. This translates to an RGB value of rgb(160, 58, 15).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 64% M, 91% Y, and 37% K. 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A03A0F
RGB160, 58, 15
HSL17.8°, 82.9%, 34.3%
CMYK0%, 64%, 91%, 37%
HSV17.8°, 90.6%, 62.7%
LAB38.8, 40.5, 45.1
XYZ16.1, 10.5, 1.6
Decimal10500623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.76:1
Text on #FFFFFF
AA
3.11:1
Text on #000000
AA Large
6.46:1
Text on #F8FAFC
AA
2.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A03A0F;
}
.text-color {
color: #A03A0F;
}
.border-color {
border: 2px solid #A03A0F;
}