Shades of Mauve Taupe #A25E6C
Tints of Mauve Taupe #A25E6C
RGB
CMYK
RGB Variations
Color information
#A25E6C (or 0xA25E6C) is known color: Mauve Taupe. HEX triplet: A2, 5E and 6C. RGB value is (162,94,108). Sum of RGB (Red+Green+Blue) = 162+94+108=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E6C is #5DA193. Grayscale: #737373. Windows color (decimal): -6136212 or 7102114. OLE color: 7102114.
HSL color Cylindrical-coordinate representation of color #A25E6C: hue angle of 347.65º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A25E6C is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 108 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.36 |
| HSL | 347.65º | 0.27% | 0.5% | - |
| HSV(B) | 347.65º | 0.42% | 0.64% | - |
| XYZ | 21.61 | 16.77 | 16.29 | - |
| YUV | 115.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 108 | 0 | 0.42 | 0.33 | 0.36 | 347.65 | 0.27 | 0.5 |
| Hex | A2 | 5E | 6C | 0 | 2A | 21 | 24 | 15C | 1B | 32 |
| Octal | 242 | 136 | 154 | 0 | 52 | 41 | 44 | 534 | 33 | 62 |
| Binary | 10100010 | 1011110 | 1101100 | 0 | 101010 | 100001 | 100100 | 101011100 | 11011 | 110010 |
Color Harmonies of #A25E6C
Complementary color
Monochromatic Colors of #A25E6C
Black with #A25E6C
Text Example
Text Example
White with #A25E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E6C; }
p { color: rgb(162,94,108); }
H1.HeaderClassName
{
color: #A25E6C;
}
.AnyTagClassName
{
color: #A25E6C;
}
</style>
background-color css
<style>
a { background-color: #A25E6C; }
a { background-color: rgb(162,94,108); }
div.DivClassName
{
background-color: #A25E6C;
}
.BgClassName
{
background-color: #A25E6C;
}
</style>
border-color css
<style>
span { border-color: #A25E6C; }
span { border-color: rgb(162,94,108); }
td.TdClassName
{
border-color: #A25E6C;
}
.TagClassName
{
border-color: #A25E6C;
}
</style>