Shades of Mauve Taupe #9A5572
Tints of Mauve Taupe #9A5572
RGB
CMYK
RGB Variations
Color information
#9A5572 (or 0x9A5572) is known color: Mauve Taupe. HEX triplet: 9A, 55 and 72. RGB value is (154,85,114). Sum of RGB (Red+Green+Blue) = 154+85+114=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5572 is #65AA8D. Grayscale: #6C6C6C. Windows color (decimal): -6662798 or 7493018. OLE color: 7493018.
HSL color Cylindrical-coordinate representation of color #9A5572: hue angle of 334.78º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A5572 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 85 | 114 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.40 |
| HSL | 334.78º | 0.29% | 0.47% | - |
| HSV(B) | 334.78º | 0.45% | 0.6% | - |
| XYZ | 19.61 | 14.58 | 17.7 | - |
| YUV | 108.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 85 | 114 | 0 | 0.45 | 0.26 | 0.40 | 334.78 | 0.29 | 0.47 |
| Hex | 9A | 55 | 72 | 0 | 2D | 1A | 28 | 14F | 1D | 2F |
| Octal | 232 | 125 | 162 | 0 | 55 | 32 | 50 | 517 | 35 | 57 |
| Binary | 10011010 | 1010101 | 1110010 | 0 | 101101 | 11010 | 101000 | 101001111 | 11101 | 101111 |
Color Harmonies of #9A5572
Complementary color
Monochromatic Colors of #9A5572
Black with #9A5572
Text Example
Text Example
White with #9A5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5572; }
p { color: rgb(154,85,114); }
H1.HeaderClassName
{
color: #9A5572;
}
.AnyTagClassName
{
color: #9A5572;
}
</style>
background-color css
<style>
a { background-color: #9A5572; }
a { background-color: rgb(154,85,114); }
div.DivClassName
{
background-color: #9A5572;
}
.BgClassName
{
background-color: #9A5572;
}
</style>
border-color css
<style>
span { border-color: #9A5572; }
span { border-color: rgb(154,85,114); }
td.TdClassName
{
border-color: #9A5572;
}
.TagClassName
{
border-color: #9A5572;
}
</style>