Shades of Mauve Taupe #9A5772
Tints of Mauve Taupe #9A5772
RGB
CMYK
RGB Variations
Color information
#9A5772 (or 0x9A5772) is known color: Mauve Taupe. HEX triplet: 9A, 57 and 72. RGB value is (154,87,114). Sum of RGB (Red+Green+Blue) = 154+87+114=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5772 is #65A88D. Grayscale: #6E6E6E. Windows color (decimal): -6662286 or 7493530. OLE color: 7493530.
HSL color Cylindrical-coordinate representation of color #9A5772: hue angle of 335.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A5772 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 87 | 114 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.40 |
| HSL | 335.82º | 0.28% | 0.47% | - |
| HSV(B) | 335.82º | 0.44% | 0.6% | - |
| XYZ | 19.77 | 14.9 | 17.75 | - |
| YUV | 110.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 87 | 114 | 0 | 0.44 | 0.26 | 0.40 | 335.82 | 0.28 | 0.47 |
| Hex | 9A | 57 | 72 | 0 | 2C | 1A | 28 | 150 | 1C | 2F |
| Octal | 232 | 127 | 162 | 0 | 54 | 32 | 50 | 520 | 34 | 57 |
| Binary | 10011010 | 1010111 | 1110010 | 0 | 101100 | 11010 | 101000 | 101010000 | 11100 | 101111 |
Color Harmonies of #9A5772
Complementary color
Monochromatic Colors of #9A5772
Black with #9A5772
Text Example
Text Example
White with #9A5772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5772; }
p { color: rgb(154,87,114); }
H1.HeaderClassName
{
color: #9A5772;
}
.AnyTagClassName
{
color: #9A5772;
}
</style>
background-color css
<style>
a { background-color: #9A5772; }
a { background-color: rgb(154,87,114); }
div.DivClassName
{
background-color: #9A5772;
}
.BgClassName
{
background-color: #9A5772;
}
</style>
border-color css
<style>
span { border-color: #9A5772; }
span { border-color: rgb(154,87,114); }
td.TdClassName
{
border-color: #9A5772;
}
.TagClassName
{
border-color: #9A5772;
}
</style>