Shades of Mauve Taupe #A16173
Tints of Mauve Taupe #A16173
RGB
CMYK
RGB Variations
Color information
#A16173 (or 0xA16173) is known color: Mauve Taupe. HEX triplet: A1, 61 and 73. RGB value is (161,97,115). Sum of RGB (Red+Green+Blue) = 161+97+115=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A16173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16173 is #5E9E8C. Grayscale: #767676. Windows color (decimal): -6200973 or 7561633. OLE color: 7561633.
HSL color Cylindrical-coordinate representation of color #A16173: hue angle of 343.12º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16173 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 115 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.37 |
| HSL | 343.13º | 0.25% | 0.51% | - |
| HSV(B) | 343.13º | 0.4% | 0.63% | - |
| XYZ | 22.07 | 17.36 | 18.41 | - |
| YUV | 118.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 115 | 0 | 0.40 | 0.29 | 0.37 | 343.13 | 0.25 | 0.51 |
| Hex | A1 | 61 | 73 | 0 | 28 | 1D | 25 | 157 | 19 | 33 |
| Octal | 241 | 141 | 163 | 0 | 50 | 35 | 45 | 527 | 31 | 63 |
| Binary | 10100001 | 1100001 | 1110011 | 0 | 101000 | 11101 | 100101 | 101010111 | 11001 | 110011 |
Color Harmonies of #A16173
Complementary color
Monochromatic Colors of #A16173
Black with #A16173
Text Example
Text Example
White with #A16173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16173; }
p { color: rgb(161,97,115); }
H1.HeaderClassName
{
color: #A16173;
}
.AnyTagClassName
{
color: #A16173;
}
</style>
background-color css
<style>
a { background-color: #A16173; }
a { background-color: rgb(161,97,115); }
div.DivClassName
{
background-color: #A16173;
}
.BgClassName
{
background-color: #A16173;
}
</style>
border-color css
<style>
span { border-color: #A16173; }
span { border-color: rgb(161,97,115); }
td.TdClassName
{
border-color: #A16173;
}
.TagClassName
{
border-color: #A16173;
}
</style>