Shades of Mauve Taupe #9A5872
Tints of Mauve Taupe #9A5872
RGB
CMYK
RGB Variations
Color information
#9A5872 (or 0x9A5872) is known color: Mauve Taupe. HEX triplet: 9A, 58 and 72. RGB value is (154,88,114). Sum of RGB (Red+Green+Blue) = 154+88+114=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5872 is #65A78D. Grayscale: #6E6E6E. Windows color (decimal): -6662030 or 7493786. OLE color: 7493786.
HSL color Cylindrical-coordinate representation of color #9A5872: hue angle of 336.36º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A5872 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 88 | 114 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.40 |
| HSL | 336.36º | 0.27% | 0.47% | - |
| HSV(B) | 336.36º | 0.43% | 0.6% | - |
| XYZ | 19.85 | 15.06 | 17.78 | - |
| YUV | 110.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 114 | 0 | 0.43 | 0.26 | 0.40 | 336.36 | 0.27 | 0.47 |
| Hex | 9A | 58 | 72 | 0 | 2B | 1A | 28 | 150 | 1B | 2F |
| Octal | 232 | 130 | 162 | 0 | 53 | 32 | 50 | 520 | 33 | 57 |
| Binary | 10011010 | 1011000 | 1110010 | 0 | 101011 | 11010 | 101000 | 101010000 | 11011 | 101111 |
Color Harmonies of #9A5872
Complementary color
Monochromatic Colors of #9A5872
Black with #9A5872
Text Example
Text Example
White with #9A5872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5872; }
p { color: rgb(154,88,114); }
H1.HeaderClassName
{
color: #9A5872;
}
.AnyTagClassName
{
color: #9A5872;
}
</style>
background-color css
<style>
a { background-color: #9A5872; }
a { background-color: rgb(154,88,114); }
div.DivClassName
{
background-color: #9A5872;
}
.BgClassName
{
background-color: #9A5872;
}
</style>
border-color css
<style>
span { border-color: #9A5872; }
span { border-color: rgb(154,88,114); }
td.TdClassName
{
border-color: #9A5872;
}
.TagClassName
{
border-color: #9A5872;
}
</style>