Shades of Mauve Taupe #A16079
Tints of Mauve Taupe #A16079
RGB
CMYK
RGB Variations
Color information
#A16079 (or 0xA16079) is known color: Mauve Taupe. HEX triplet: A1, 60 and 79. RGB value is (161,96,121). Sum of RGB (Red+Green+Blue) = 161+96+121=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A16079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16079 is #5E9F86. Grayscale: #767676. Windows color (decimal): -6201223 or 7954593. OLE color: 7954593.
HSL color Cylindrical-coordinate representation of color #A16079: hue angle of 336.92º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16079 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 121 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.37 |
| HSL | 336.92º | 0.26% | 0.5% | - |
| HSV(B) | 336.92º | 0.4% | 0.63% | - |
| XYZ | 22.33 | 17.32 | 20.26 | - |
| YUV | 118.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 121 | 0 | 0.40 | 0.25 | 0.37 | 336.92 | 0.26 | 0.5 |
| Hex | A1 | 60 | 79 | 0 | 28 | 19 | 25 | 151 | 1A | 32 |
| Octal | 241 | 140 | 171 | 0 | 50 | 31 | 45 | 521 | 32 | 62 |
| Binary | 10100001 | 1100000 | 1111001 | 0 | 101000 | 11001 | 100101 | 101010001 | 11010 | 110010 |
Color Harmonies of #A16079
Complementary color
Monochromatic Colors of #A16079
Black with #A16079
Text Example
Text Example
White with #A16079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16079; }
p { color: rgb(161,96,121); }
H1.HeaderClassName
{
color: #A16079;
}
.AnyTagClassName
{
color: #A16079;
}
</style>
background-color css
<style>
a { background-color: #A16079; }
a { background-color: rgb(161,96,121); }
div.DivClassName
{
background-color: #A16079;
}
.BgClassName
{
background-color: #A16079;
}
</style>
border-color css
<style>
span { border-color: #A16079; }
span { border-color: rgb(161,96,121); }
td.TdClassName
{
border-color: #A16079;
}
.TagClassName
{
border-color: #A16079;
}
</style>