Shades of Mauve Taupe #9A586E
Tints of Mauve Taupe #9A586E
RGB
CMYK
RGB Variations
Color information
#9A586E (or 0x9A586E) is known color: Mauve Taupe. HEX triplet: 9A, 58 and 6E. RGB value is (154,88,110). Sum of RGB (Red+Green+Blue) = 154+88+110=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A586E is #65A791. Grayscale: #6E6E6E. Windows color (decimal): -6662034 or 7231642. OLE color: 7231642.
HSL color Cylindrical-coordinate representation of color #9A586E: hue angle of 340º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A586E is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 88 | 110 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.40 |
| HSL | 340º | 0.27% | 0.47% | - |
| HSV(B) | 340º | 0.43% | 0.6% | - |
| XYZ | 19.63 | 14.98 | 16.61 | - |
| YUV | 110.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 110 | 0 | 0.43 | 0.29 | 0.40 | 340 | 0.27 | 0.47 |
| Hex | 9A | 58 | 6E | 0 | 2B | 1D | 28 | 154 | 1B | 2F |
| Octal | 232 | 130 | 156 | 0 | 53 | 35 | 50 | 524 | 33 | 57 |
| Binary | 10011010 | 1011000 | 1101110 | 0 | 101011 | 11101 | 101000 | 101010100 | 11011 | 101111 |
Color Harmonies of #9A586E
Complementary color
Monochromatic Colors of #9A586E
Black with #9A586E
Text Example
Text Example
White with #9A586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A586E; }
p { color: rgb(154,88,110); }
H1.HeaderClassName
{
color: #9A586E;
}
.AnyTagClassName
{
color: #9A586E;
}
</style>
background-color css
<style>
a { background-color: #9A586E; }
a { background-color: rgb(154,88,110); }
div.DivClassName
{
background-color: #9A586E;
}
.BgClassName
{
background-color: #9A586E;
}
</style>
border-color css
<style>
span { border-color: #9A586E; }
span { border-color: rgb(154,88,110); }
td.TdClassName
{
border-color: #9A586E;
}
.TagClassName
{
border-color: #9A586E;
}
</style>