Shades of Mauve Taupe #9A6171
Tints of Mauve Taupe #9A6171
RGB
CMYK
RGB Variations
Color information
#9A6171 (or 0x9A6171) is known color: Mauve Taupe. HEX triplet: 9A, 61 and 71. RGB value is (154,97,113). Sum of RGB (Red+Green+Blue) = 154+97+113=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6171 is #659E8E. Grayscale: #737373. Windows color (decimal): -6659727 or 7430554. OLE color: 7430554.
HSL color Cylindrical-coordinate representation of color #9A6171: hue angle of 343.16º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A6171 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 97 | 113 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.40 |
| HSL | 343.16º | 0.23% | 0.49% | - |
| HSV(B) | 343.16º | 0.37% | 0.6% | - |
| XYZ | 20.58 | 16.61 | 17.74 | - |
| YUV | 115.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 113 | 0 | 0.37 | 0.27 | 0.40 | 343.16 | 0.23 | 0.49 |
| Hex | 9A | 61 | 71 | 0 | 25 | 1B | 28 | 157 | 17 | 31 |
| Octal | 232 | 141 | 161 | 0 | 45 | 33 | 50 | 527 | 27 | 61 |
| Binary | 10011010 | 1100001 | 1110001 | 0 | 100101 | 11011 | 101000 | 101010111 | 10111 | 110001 |
Color Harmonies of #9A6171
Complementary color
Monochromatic Colors of #9A6171
Black with #9A6171
Text Example
Text Example
White with #9A6171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6171; }
p { color: rgb(154,97,113); }
H1.HeaderClassName
{
color: #9A6171;
}
.AnyTagClassName
{
color: #9A6171;
}
</style>
background-color css
<style>
a { background-color: #9A6171; }
a { background-color: rgb(154,97,113); }
div.DivClassName
{
background-color: #9A6171;
}
.BgClassName
{
background-color: #9A6171;
}
</style>
border-color css
<style>
span { border-color: #9A6171; }
span { border-color: rgb(154,97,113); }
td.TdClassName
{
border-color: #9A6171;
}
.TagClassName
{
border-color: #9A6171;
}
</style>