#A0755F
A medium, muted orange closely aligning with Rosybrown.
About #A0755F
When working with digital screens, the color #A0755F is rendered by mixing light. It is closely associated with the named CSS color Rosybrown. In the RGB color space, it consists of 160 red, 117 green, and 95 blue.
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 27% magenta inks. With a hue angle of 20.3 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 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#A0755F
RGB160, 117, 95
HSL20.3°, 25.5%, 50.0%
CMYK0%, 27%, 41%, 37%
HSV20.3°, 40.6%, 62.7%
LAB53.0, 13.9, 18.8
XYZ22.9, 21.0, 13.7
Decimal10515807
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.03:1
Text on #FFFFFF
AA Large
5.20:1
Text on #000000
AA
3.86:1
Text on #F8FAFC
AA Large
4.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A0755F;
}
.text-color {
color: #A0755F;
}
.border-color {
border: 2px solid #A0755F;
}