Shades of Mauve Taupe #A16273
Tints of Mauve Taupe #A16273
RGB
CMYK
RGB Variations
Color information
#A16273 (or 0xA16273) is known color: Mauve Taupe. HEX triplet: A1, 62 and 73. RGB value is (161,98,115). Sum of RGB (Red+Green+Blue) = 161+98+115=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A16273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16273 is #5E9D8C. Grayscale: #767676. Windows color (decimal): -6200717 or 7561889. OLE color: 7561889.
HSL color Cylindrical-coordinate representation of color #A16273: hue angle of 343.81º 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 #A16273 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 115 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.37 |
| HSL | 343.81º | 0.25% | 0.51% | - |
| HSV(B) | 343.81º | 0.39% | 0.63% | - |
| XYZ | 22.16 | 17.55 | 18.44 | - |
| YUV | 118.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 115 | 0 | 0.39 | 0.29 | 0.37 | 343.81 | 0.25 | 0.51 |
| Hex | A1 | 62 | 73 | 0 | 27 | 1D | 25 | 158 | 19 | 33 |
| Octal | 241 | 142 | 163 | 0 | 47 | 35 | 45 | 530 | 31 | 63 |
| Binary | 10100001 | 1100010 | 1110011 | 0 | 100111 | 11101 | 100101 | 101011000 | 11001 | 110011 |
Color Harmonies of #A16273
Complementary color
Monochromatic Colors of #A16273
Black with #A16273
Text Example
Text Example
White with #A16273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16273; }
p { color: rgb(161,98,115); }
H1.HeaderClassName
{
color: #A16273;
}
.AnyTagClassName
{
color: #A16273;
}
</style>
background-color css
<style>
a { background-color: #A16273; }
a { background-color: rgb(161,98,115); }
div.DivClassName
{
background-color: #A16273;
}
.BgClassName
{
background-color: #A16273;
}
</style>
border-color css
<style>
span { border-color: #A16273; }
span { border-color: rgb(161,98,115); }
td.TdClassName
{
border-color: #A16273;
}
.TagClassName
{
border-color: #A16273;
}
</style>