Shades of Mauve Taupe #A25973
Tints of Mauve Taupe #A25973
RGB
CMYK
RGB Variations
Color information
#A25973 (or 0xA25973) is known color: Mauve Taupe. HEX triplet: A2, 59 and 73. RGB value is (162,89,115). Sum of RGB (Red+Green+Blue) = 162+89+115=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A25973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25973 is #5DA68C. Grayscale: #717171. Windows color (decimal): -6137485 or 7559586. OLE color: 7559586.
HSL color Cylindrical-coordinate representation of color #A25973: hue angle of 338.63º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A25973 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 115 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.36 |
| HSL | 338.63º | 0.29% | 0.49% | - |
| HSV(B) | 338.63º | 0.45% | 0.64% | - |
| XYZ | 21.57 | 16.06 | 18.18 | - |
| YUV | 113.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 115 | 0 | 0.45 | 0.29 | 0.36 | 338.63 | 0.29 | 0.49 |
| Hex | A2 | 59 | 73 | 0 | 2D | 1D | 24 | 153 | 1D | 31 |
| Octal | 242 | 131 | 163 | 0 | 55 | 35 | 44 | 523 | 35 | 61 |
| Binary | 10100010 | 1011001 | 1110011 | 0 | 101101 | 11101 | 100100 | 101010011 | 11101 | 110001 |
Color Harmonies of #A25973
Complementary color
Monochromatic Colors of #A25973
Black with #A25973
Text Example
Text Example
White with #A25973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25973; }
p { color: rgb(162,89,115); }
H1.HeaderClassName
{
color: #A25973;
}
.AnyTagClassName
{
color: #A25973;
}
</style>
background-color css
<style>
a { background-color: #A25973; }
a { background-color: rgb(162,89,115); }
div.DivClassName
{
background-color: #A25973;
}
.BgClassName
{
background-color: #A25973;
}
</style>
border-color css
<style>
span { border-color: #A25973; }
span { border-color: rgb(162,89,115); }
td.TdClassName
{
border-color: #A25973;
}
.TagClassName
{
border-color: #A25973;
}
</style>