Shades of Mauve Taupe #A26176
Tints of Mauve Taupe #A26176
RGB
CMYK
RGB Variations
Color information
#A26176 (or 0xA26176) is known color: Mauve Taupe. HEX triplet: A2, 61 and 76. RGB value is (162,97,118). Sum of RGB (Red+Green+Blue) = 162+97+118=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A26176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26176 is #5D9E89. Grayscale: #767676. Windows color (decimal): -6135434 or 7758242. OLE color: 7758242.
HSL color Cylindrical-coordinate representation of color #A26176: hue angle of 340.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A26176 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 118 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.36 |
| HSL | 340.62º | 0.26% | 0.51% | - |
| HSV(B) | 340.62º | 0.4% | 0.64% | - |
| XYZ | 22.45 | 17.54 | 19.34 | - |
| YUV | 118.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 118 | 0 | 0.40 | 0.27 | 0.36 | 340.62 | 0.26 | 0.51 |
| Hex | A2 | 61 | 76 | 0 | 28 | 1B | 24 | 155 | 1A | 33 |
| Octal | 242 | 141 | 166 | 0 | 50 | 33 | 44 | 525 | 32 | 63 |
| Binary | 10100010 | 1100001 | 1110110 | 0 | 101000 | 11011 | 100100 | 101010101 | 11010 | 110011 |
Color Harmonies of #A26176
Complementary color
Monochromatic Colors of #A26176
Black with #A26176
Text Example
Text Example
White with #A26176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26176; }
p { color: rgb(162,97,118); }
H1.HeaderClassName
{
color: #A26176;
}
.AnyTagClassName
{
color: #A26176;
}
</style>
background-color css
<style>
a { background-color: #A26176; }
a { background-color: rgb(162,97,118); }
div.DivClassName
{
background-color: #A26176;
}
.BgClassName
{
background-color: #A26176;
}
</style>
border-color css
<style>
span { border-color: #A26176; }
span { border-color: rgb(162,97,118); }
td.TdClassName
{
border-color: #A26176;
}
.TagClassName
{
border-color: #A26176;
}
</style>