#A0838A
A medium, muted red closely aligning with Rosybrown.
About #A0838A
At its core, #A0838A is a medium and muted hue. Designers often compare it to the standard color Rosybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 131, and 138.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 18% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0838A
RGB160, 131, 138
HSL345.5°, 13.2%, 57.1%
CMYK0%, 18%, 14%, 37%
HSV345.5°, 18.1%, 62.7%
LAB57.6, 12.3, 0.4
XYZ27.2, 25.5, 27.5
Decimal10519434
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.44:1
Text on #FFFFFF
AA Large
6.11:1
Text on #000000
AA
3.29:1
Text on #F8FAFC
AA Large
5.19:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A0838A;
}
.text-color {
color: #A0838A;
}
.border-color {
border: 2px solid #A0838A;
}