#A0500F
A dark, vivid orange closely aligning with Saddlebrown.
About #A0500F
The precise color #A0500F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Saddlebrown. This translates to an RGB value of rgb(160, 80, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 50% Magenta, 91% Yellow, and 37% Black. With a hue angle of 26.9 degrees, it sits comfortably in the orange spectrum.
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#A0500F
RGB160, 80, 15
HSL26.9°, 82.9%, 34.3%
CMYK0%, 50%, 91%, 37%
HSV26.9°, 90.6%, 62.7%
LAB43.1, 29.3, 48.4
XYZ17.5, 13.2, 2.1
Decimal10506255
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.75:1
Text on #FFFFFF
AA
3.65:1
Text on #000000
AA Large
5.50:1
Text on #F8FAFC
AA
3.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A0500F;
}
.text-color {
color: #A0500F;
}
.border-color {
border: 2px solid #A0500F;
}