#A85F2C
A medium, moderate orange closely aligning with Sienna.
About #A85F2C
Visually, #A85F2C is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Sienna. In the RGB color space, it consists of 168 red, 95 green, and 44 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 43% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A85F2C
RGB168, 95, 44
HSL24.7°, 58.5%, 41.6%
CMYK0%, 43%, 74%, 34%
HSV24.7°, 73.8%, 65.9%
LAB47.9, 25.5, 40.9
XYZ20.7, 16.7, 4.5
Decimal11034412
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.84:1
Text on #FFFFFF
AA
4.34:1
Text on #000000
AA Large
4.63:1
Text on #F8FAFC
AA
3.69:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A85F2C;
}
.text-color {
color: #A85F2C;
}
.border-color {
border: 2px solid #A85F2C;
}