#A0757C
A medium, muted red closely aligning with Rosybrown.
About #A0757C
Visually, #A0757C is defined as a muted red. If you're using CSS, you might find it aligns closely with Rosybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 117, and 124.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 27% magenta, 22% yellow, and 37% black. The HSL representation is 350.2° hue, 18.5% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 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#A0757C
RGB160, 117, 124
HSL350.2°, 18.5%, 54.3%
CMYK0%, 27%, 22%, 37%
HSV350.2°, 26.9%, 62.7%
LAB53.7, 18.0, 2.8
XYZ24.5, 21.7, 22.0
Decimal10515836
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.94:1
Text on #FFFFFF
AA Large
5.33:1
Text on #000000
AA
3.77:1
Text on #F8FAFC
AA Large
4.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A0757C;
}
.text-color {
color: #A0757C;
}
.border-color {
border: 2px solid #A0757C;
}