Shades of Mauve Taupe #A25B78
Tints of Mauve Taupe #A25B78
RGB
CMYK
RGB Variations
Color information
#A25B78 (or 0xA25B78) is known color: Mauve Taupe. HEX triplet: A2, 5B and 78. RGB value is (162,91,120). Sum of RGB (Red+Green+Blue) = 162+91+120=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B78 is #5DA487. Grayscale: #737373. Windows color (decimal): -6136968 or 7887778. OLE color: 7887778.
HSL color Cylindrical-coordinate representation of color #A25B78: hue angle of 335.49º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A25B78 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 91 | 120 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.36 |
| HSL | 335.49º | 0.28% | 0.5% | - |
| HSV(B) | 335.49º | 0.44% | 0.64% | - |
| XYZ | 22.03 | 16.52 | 19.8 | - |
| YUV | 115.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 120 | 0 | 0.44 | 0.26 | 0.36 | 335.49 | 0.28 | 0.5 |
| Hex | A2 | 5B | 78 | 0 | 2C | 1A | 24 | 14F | 1C | 32 |
| Octal | 242 | 133 | 170 | 0 | 54 | 32 | 44 | 517 | 34 | 62 |
| Binary | 10100010 | 1011011 | 1111000 | 0 | 101100 | 11010 | 100100 | 101001111 | 11100 | 110010 |
Color Harmonies of #A25B78
Complementary color
Monochromatic Colors of #A25B78
Black with #A25B78
Text Example
Text Example
White with #A25B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25B78; }
p { color: rgb(162,91,120); }
H1.HeaderClassName
{
color: #A25B78;
}
.AnyTagClassName
{
color: #A25B78;
}
</style>
background-color css
<style>
a { background-color: #A25B78; }
a { background-color: rgb(162,91,120); }
div.DivClassName
{
background-color: #A25B78;
}
.BgClassName
{
background-color: #A25B78;
}
</style>
border-color css
<style>
span { border-color: #A25B78; }
span { border-color: rgb(162,91,120); }
td.TdClassName
{
border-color: #A25B78;
}
.TagClassName
{
border-color: #A25B78;
}
</style>