Shades of Mauve Taupe #9A5374
Tints of Mauve Taupe #9A5374
RGB
CMYK
RGB Variations
Color information
#9A5374 (or 0x9A5374) is known color: Mauve Taupe. HEX triplet: 9A, 53 and 74. RGB value is (154,83,116). Sum of RGB (Red+Green+Blue) = 154+83+116=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5374 is #65AC8B. Grayscale: #6B6B6B. Windows color (decimal): -6663308 or 7623578. OLE color: 7623578.
HSL color Cylindrical-coordinate representation of color #9A5374: hue angle of 332.11º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A5374 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 83 | 116 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.40 |
| HSL | 332.11º | 0.3% | 0.46% | - |
| HSV(B) | 332.11º | 0.46% | 0.6% | - |
| XYZ | 19.57 | 14.32 | 18.25 | - |
| YUV | 107.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 83 | 116 | 0 | 0.46 | 0.25 | 0.40 | 332.11 | 0.3 | 0.46 |
| Hex | 9A | 53 | 74 | 0 | 2E | 19 | 28 | 14C | 1E | 2E |
| Octal | 232 | 123 | 164 | 0 | 56 | 31 | 50 | 514 | 36 | 56 |
| Binary | 10011010 | 1010011 | 1110100 | 0 | 101110 | 11001 | 101000 | 101001100 | 11110 | 101110 |
Color Harmonies of #9A5374
Complementary color
Monochromatic Colors of #9A5374
Black with #9A5374
Text Example
Text Example
White with #9A5374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5374; }
p { color: rgb(154,83,116); }
H1.HeaderClassName
{
color: #9A5374;
}
.AnyTagClassName
{
color: #9A5374;
}
</style>
background-color css
<style>
a { background-color: #9A5374; }
a { background-color: rgb(154,83,116); }
div.DivClassName
{
background-color: #9A5374;
}
.BgClassName
{
background-color: #9A5374;
}
</style>
border-color css
<style>
span { border-color: #9A5374; }
span { border-color: rgb(154,83,116); }
td.TdClassName
{
border-color: #9A5374;
}
.TagClassName
{
border-color: #9A5374;
}
</style>