Shades of Mauve Taupe #9A5E71
Tints of Mauve Taupe #9A5E71
RGB
CMYK
RGB Variations
Color information
#9A5E71 (or 0x9A5E71) is known color: Mauve Taupe. HEX triplet: 9A, 5E and 71. RGB value is (154,94,113). Sum of RGB (Red+Green+Blue) = 154+94+113=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5E71 is #65A18E. Grayscale: #727272. Windows color (decimal): -6660495 or 7429786. OLE color: 7429786.
HSL color Cylindrical-coordinate representation of color #9A5E71: hue angle of 341º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A5E71 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 94 | 113 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.40 |
| HSL | 341º | 0.24% | 0.49% | - |
| HSV(B) | 341º | 0.39% | 0.6% | - |
| XYZ | 20.31 | 16.07 | 17.65 | - |
| YUV | 114.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 113 | 0 | 0.39 | 0.27 | 0.40 | 341 | 0.24 | 0.49 |
| Hex | 9A | 5E | 71 | 0 | 27 | 1B | 28 | 155 | 18 | 31 |
| Octal | 232 | 136 | 161 | 0 | 47 | 33 | 50 | 525 | 30 | 61 |
| Binary | 10011010 | 1011110 | 1110001 | 0 | 100111 | 11011 | 101000 | 101010101 | 11000 | 110001 |
Color Harmonies of #9A5E71
Complementary color
Monochromatic Colors of #9A5E71
Black with #9A5E71
Text Example
Text Example
White with #9A5E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5E71; }
p { color: rgb(154,94,113); }
H1.HeaderClassName
{
color: #9A5E71;
}
.AnyTagClassName
{
color: #9A5E71;
}
</style>
background-color css
<style>
a { background-color: #9A5E71; }
a { background-color: rgb(154,94,113); }
div.DivClassName
{
background-color: #9A5E71;
}
.BgClassName
{
background-color: #9A5E71;
}
</style>
border-color css
<style>
span { border-color: #9A5E71; }
span { border-color: rgb(154,94,113); }
td.TdClassName
{
border-color: #9A5E71;
}
.TagClassName
{
border-color: #9A5E71;
}
</style>