Shades of Mauve Taupe #9A5C72
Tints of Mauve Taupe #9A5C72
RGB
CMYK
RGB Variations
Color information
#9A5C72 (or 0x9A5C72) is known color: Mauve Taupe. HEX triplet: 9A, 5C and 72. RGB value is (154,92,114). Sum of RGB (Red+Green+Blue) = 154+92+114=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5C72 is #65A38D. Grayscale: #717171. Windows color (decimal): -6661006 or 7494810. OLE color: 7494810.
HSL color Cylindrical-coordinate representation of color #9A5C72: hue angle of 338.71º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A5C72 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 92 | 114 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.40 |
| HSL | 338.71º | 0.25% | 0.48% | - |
| HSV(B) | 338.71º | 0.4% | 0.6% | - |
| XYZ | 20.19 | 15.74 | 17.89 | - |
| YUV | 113.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 92 | 114 | 0 | 0.40 | 0.26 | 0.40 | 338.71 | 0.25 | 0.48 |
| Hex | 9A | 5C | 72 | 0 | 28 | 1A | 28 | 153 | 19 | 30 |
| Octal | 232 | 134 | 162 | 0 | 50 | 32 | 50 | 523 | 31 | 60 |
| Binary | 10011010 | 1011100 | 1110010 | 0 | 101000 | 11010 | 101000 | 101010011 | 11001 | 110000 |
Color Harmonies of #9A5C72
Complementary color
Monochromatic Colors of #9A5C72
Black with #9A5C72
Text Example
Text Example
White with #9A5C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5C72; }
p { color: rgb(154,92,114); }
H1.HeaderClassName
{
color: #9A5C72;
}
.AnyTagClassName
{
color: #9A5C72;
}
</style>
background-color css
<style>
a { background-color: #9A5C72; }
a { background-color: rgb(154,92,114); }
div.DivClassName
{
background-color: #9A5C72;
}
.BgClassName
{
background-color: #9A5C72;
}
</style>
border-color css
<style>
span { border-color: #9A5C72; }
span { border-color: rgb(154,92,114); }
td.TdClassName
{
border-color: #9A5C72;
}
.TagClassName
{
border-color: #9A5C72;
}
</style>