#A85F1D
A dark, vivid orange closely aligning with Saddlebrown.
About #A85F1D
At its core, #A85F1D is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Saddlebrown. In the RGB color space, it consists of 168 red, 95 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 43% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A85F1D
RGB168, 95, 29
HSL28.5°, 70.6%, 38.6%
CMYK0%, 43%, 83%, 34%
HSV28.5°, 82.7%, 65.9%
LAB47.7, 24.9, 47.6
XYZ20.5, 16.6, 3.3
Decimal11034397
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.86:1
Text on #FFFFFF
AA
4.32:1
Text on #000000
AA Large
4.65:1
Text on #F8FAFC
AA
3.67:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A85F1D;
}
.text-color {
color: #A85F1D;
}
.border-color {
border: 2px solid #A85F1D;
}