Shades of Mauve Taupe #A16379
Tints of Mauve Taupe #A16379
RGB
CMYK
RGB Variations
Color information
#A16379 (or 0xA16379) is known color: Mauve Taupe. HEX triplet: A1, 63 and 79. RGB value is (161,99,121). Sum of RGB (Red+Green+Blue) = 161+99+121=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A16379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16379 is #5E9C86. Grayscale: #787878. Windows color (decimal): -6200455 or 7955361. OLE color: 7955361.
HSL color Cylindrical-coordinate representation of color #A16379: hue angle of 338.71º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16379 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 121 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.37 |
| HSL | 338.71º | 0.25% | 0.51% | - |
| HSV(B) | 338.71º | 0.39% | 0.63% | - |
| XYZ | 22.61 | 17.88 | 20.35 | - |
| YUV | 120.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 121 | 0 | 0.39 | 0.25 | 0.37 | 338.71 | 0.25 | 0.51 |
| Hex | A1 | 63 | 79 | 0 | 27 | 19 | 25 | 153 | 19 | 33 |
| Octal | 241 | 143 | 171 | 0 | 47 | 31 | 45 | 523 | 31 | 63 |
| Binary | 10100001 | 1100011 | 1111001 | 0 | 100111 | 11001 | 100101 | 101010011 | 11001 | 110011 |
Color Harmonies of #A16379
Complementary color
Monochromatic Colors of #A16379
Black with #A16379
Text Example
Text Example
White with #A16379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16379; }
p { color: rgb(161,99,121); }
H1.HeaderClassName
{
color: #A16379;
}
.AnyTagClassName
{
color: #A16379;
}
</style>
background-color css
<style>
a { background-color: #A16379; }
a { background-color: rgb(161,99,121); }
div.DivClassName
{
background-color: #A16379;
}
.BgClassName
{
background-color: #A16379;
}
</style>
border-color css
<style>
span { border-color: #A16379; }
span { border-color: rgb(161,99,121); }
td.TdClassName
{
border-color: #A16379;
}
.TagClassName
{
border-color: #A16379;
}
</style>