#A83A00
A dark, vivid orange closely aligning with Darkred.
About #A83A00
The hex code #A83A00 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Darkred. This translates to an RGB value of rgb(168, 58, 0).
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 65% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#A83A00
RGB168, 58, 0
HSL20.7°, 100.0%, 32.9%
CMYK0%, 65%, 100%, 34%
HSV20.7°, 100.0%, 65.9%
LAB40.2, 43.2, 51.6
XYZ17.7, 11.4, 1.3
Decimal11024896
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.42:1
Text on #FFFFFF
AA
3.27:1
Text on #000000
AA Large
6.14:1
Text on #F8FAFC
AA
2.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A83A00;
}
.text-color {
color: #A83A00;
}
.border-color {
border: 2px solid #A83A00;
}