#A03307
A dark, vivid orange closely aligning with Darkred.
About #A03307
When working with digital screens, the color #A03307 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkred. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 51, and 7.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 68% Magenta, 96% Yellow, and 37% Black. With a hue angle of 17.3 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A03307
RGB160, 51, 7
HSL17.3°, 91.6%, 32.7%
CMYK0%, 68%, 96%, 37%
HSV17.3°, 95.6%, 62.7%
LAB37.6, 43.5, 47.0
XYZ15.7, 9.9, 1.3
Decimal10498823
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.07:1
Text on #FFFFFF
AAA
2.97:1
Text on #000000
FAIL
6.75:1
Text on #F8FAFC
AA
2.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A03307;
}
.text-color {
color: #A03307;
}
.border-color {
border: 2px solid #A03307;
}