Shades of Mauve Taupe #A26073
Tints of Mauve Taupe #A26073
RGB
CMYK
RGB Variations
Color information
#A26073 (or 0xA26073) is known color: Mauve Taupe. HEX triplet: A2, 60 and 73. RGB value is (162,96,115). Sum of RGB (Red+Green+Blue) = 162+96+115=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A26073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26073 is #5D9F8C. Grayscale: #757575. Windows color (decimal): -6135693 or 7561378. OLE color: 7561378.
HSL color Cylindrical-coordinate representation of color #A26073: hue angle of 342.73º 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 #A26073 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 96 | 115 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.36 |
| HSL | 342.73º | 0.26% | 0.51% | - |
| HSV(B) | 342.73º | 0.41% | 0.64% | - |
| XYZ | 22.18 | 17.28 | 18.39 | - |
| YUV | 117.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 115 | 0 | 0.41 | 0.29 | 0.36 | 342.73 | 0.26 | 0.51 |
| Hex | A2 | 60 | 73 | 0 | 29 | 1D | 24 | 157 | 1A | 33 |
| Octal | 242 | 140 | 163 | 0 | 51 | 35 | 44 | 527 | 32 | 63 |
| Binary | 10100010 | 1100000 | 1110011 | 0 | 101001 | 11101 | 100100 | 101010111 | 11010 | 110011 |
Color Harmonies of #A26073
Complementary color
Monochromatic Colors of #A26073
Black with #A26073
Text Example
Text Example
White with #A26073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26073; }
p { color: rgb(162,96,115); }
H1.HeaderClassName
{
color: #A26073;
}
.AnyTagClassName
{
color: #A26073;
}
</style>
background-color css
<style>
a { background-color: #A26073; }
a { background-color: rgb(162,96,115); }
div.DivClassName
{
background-color: #A26073;
}
.BgClassName
{
background-color: #A26073;
}
</style>
border-color css
<style>
span { border-color: #A26073; }
span { border-color: rgb(162,96,115); }
td.TdClassName
{
border-color: #A26073;
}
.TagClassName
{
border-color: #A26073;
}
</style>