Shades of Mauve Taupe #A26076
Tints of Mauve Taupe #A26076
RGB
CMYK
RGB Variations
Color information
#A26076 (or 0xA26076) is known color: Mauve Taupe. HEX triplet: A2, 60 and 76. RGB value is (162,96,118). Sum of RGB (Red+Green+Blue) = 162+96+118=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A26076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26076 is #5D9F89. Grayscale: #767676. Windows color (decimal): -6135690 or 7757986. OLE color: 7757986.
HSL color Cylindrical-coordinate representation of color #A26076: hue angle of 340º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A26076 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 96 | 118 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.36 |
| HSL | 340º | 0.26% | 0.51% | - |
| HSV(B) | 340º | 0.41% | 0.64% | - |
| XYZ | 22.35 | 17.36 | 19.31 | - |
| YUV | 118.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 118 | 0 | 0.41 | 0.27 | 0.36 | 340 | 0.26 | 0.51 |
| Hex | A2 | 60 | 76 | 0 | 29 | 1B | 24 | 154 | 1A | 33 |
| Octal | 242 | 140 | 166 | 0 | 51 | 33 | 44 | 524 | 32 | 63 |
| Binary | 10100010 | 1100000 | 1110110 | 0 | 101001 | 11011 | 100100 | 101010100 | 11010 | 110011 |
Color Harmonies of #A26076
Complementary color
Monochromatic Colors of #A26076
Black with #A26076
Text Example
Text Example
White with #A26076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26076; }
p { color: rgb(162,96,118); }
H1.HeaderClassName
{
color: #A26076;
}
.AnyTagClassName
{
color: #A26076;
}
</style>
background-color css
<style>
a { background-color: #A26076; }
a { background-color: rgb(162,96,118); }
div.DivClassName
{
background-color: #A26076;
}
.BgClassName
{
background-color: #A26076;
}
</style>
border-color css
<style>
span { border-color: #A26076; }
span { border-color: rgb(162,96,118); }
td.TdClassName
{
border-color: #A26076;
}
.TagClassName
{
border-color: #A26076;
}
</style>