Shades of Mauve Taupe #9A5275
Tints of Mauve Taupe #9A5275
RGB
CMYK
RGB Variations
Color information
#9A5275 (or 0x9A5275) is known color: Mauve Taupe. HEX triplet: 9A, 52 and 75. RGB value is (154,82,117). Sum of RGB (Red+Green+Blue) = 154+82+117=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5275 is #65AD8A. Grayscale: #6B6B6B. Windows color (decimal): -6663563 or 7688858. OLE color: 7688858.
HSL color Cylindrical-coordinate representation of color #9A5275: hue angle of 330.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A5275 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 82 | 117 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.40 |
| HSL | 330.83º | 0.31% | 0.46% | - |
| HSV(B) | 330.83º | 0.47% | 0.6% | - |
| XYZ | 19.55 | 14.19 | 18.54 | - |
| YUV | 107.52 | 133.35 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 117 | 0 | 0.47 | 0.24 | 0.40 | 330.83 | 0.31 | 0.46 |
| Hex | 9A | 52 | 75 | 0 | 2F | 18 | 28 | 14B | 1F | 2E |
| Octal | 232 | 122 | 165 | 0 | 57 | 30 | 50 | 513 | 37 | 56 |
| Binary | 10011010 | 1010010 | 1110101 | 0 | 101111 | 11000 | 101000 | 101001011 | 11111 | 101110 |
Color Harmonies of #9A5275
Complementary color
Monochromatic Colors of #9A5275
Black with #9A5275
Text Example
Text Example
White with #9A5275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5275; }
p { color: rgb(154,82,117); }
H1.HeaderClassName
{
color: #9A5275;
}
.AnyTagClassName
{
color: #9A5275;
}
</style>
background-color css
<style>
a { background-color: #9A5275; }
a { background-color: rgb(154,82,117); }
div.DivClassName
{
background-color: #9A5275;
}
.BgClassName
{
background-color: #9A5275;
}
</style>
border-color css
<style>
span { border-color: #9A5275; }
span { border-color: rgb(154,82,117); }
td.TdClassName
{
border-color: #9A5275;
}
.TagClassName
{
border-color: #9A5275;
}
</style>