Shades of Mauve Taupe #9A5E6A
Tints of Mauve Taupe #9A5E6A
RGB
CMYK
RGB Variations
Color information
#9A5E6A (or 0x9A5E6A) is known color: Mauve Taupe. HEX triplet: 9A, 5E and 6A. RGB value is (154,94,106). Sum of RGB (Red+Green+Blue) = 154+94+106=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5E6A is #65A195. Grayscale: #717171. Windows color (decimal): -6660502 or 6971034. OLE color: 6971034.
HSL color Cylindrical-coordinate representation of color #9A5E6A: hue angle of 348º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A5E6A is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 94 | 106 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.40 |
| HSL | 348º | 0.24% | 0.49% | - |
| HSV(B) | 348º | 0.39% | 0.6% | - |
| XYZ | 19.93 | 15.92 | 15.66 | - |
| YUV | 113.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 106 | 0 | 0.39 | 0.31 | 0.40 | 348 | 0.24 | 0.49 |
| Hex | 9A | 5E | 6A | 0 | 27 | 1F | 28 | 15C | 18 | 31 |
| Octal | 232 | 136 | 152 | 0 | 47 | 37 | 50 | 534 | 30 | 61 |
| Binary | 10011010 | 1011110 | 1101010 | 0 | 100111 | 11111 | 101000 | 101011100 | 11000 | 110001 |
Color Harmonies of #9A5E6A
Complementary color
Monochromatic Colors of #9A5E6A
Black with #9A5E6A
Text Example
Text Example
White with #9A5E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5E6A; }
p { color: rgb(154,94,106); }
H1.HeaderClassName
{
color: #9A5E6A;
}
.AnyTagClassName
{
color: #9A5E6A;
}
</style>
background-color css
<style>
a { background-color: #9A5E6A; }
a { background-color: rgb(154,94,106); }
div.DivClassName
{
background-color: #9A5E6A;
}
.BgClassName
{
background-color: #9A5E6A;
}
</style>
border-color css
<style>
span { border-color: #9A5E6A; }
span { border-color: rgb(154,94,106); }
td.TdClassName
{
border-color: #9A5E6A;
}
.TagClassName
{
border-color: #9A5E6A;
}
</style>