Shades of Mauve Taupe #A25F6E
Tints of Mauve Taupe #A25F6E
RGB
CMYK
RGB Variations
Color information
#A25F6E (or 0xA25F6E) is known color: Mauve Taupe. HEX triplet: A2, 5F and 6E. RGB value is (162,95,110). Sum of RGB (Red+Green+Blue) = 162+95+110=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F6E is #5DA091. Grayscale: #747474. Windows color (decimal): -6135954 or 7233442. OLE color: 7233442.
HSL color Cylindrical-coordinate representation of color #A25F6E: hue angle of 346.57º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A25F6E is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 95 | 110 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.36 |
| HSL | 346.57º | 0.26% | 0.5% | - |
| HSV(B) | 346.57º | 0.41% | 0.64% | - |
| XYZ | 21.81 | 16.99 | 16.88 | - |
| YUV | 116.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 110 | 0 | 0.41 | 0.32 | 0.36 | 346.57 | 0.26 | 0.5 |
| Hex | A2 | 5F | 6E | 0 | 29 | 20 | 24 | 15B | 1A | 32 |
| Octal | 242 | 137 | 156 | 0 | 51 | 40 | 44 | 533 | 32 | 62 |
| Binary | 10100010 | 1011111 | 1101110 | 0 | 101001 | 100000 | 100100 | 101011011 | 11010 | 110010 |
Color Harmonies of #A25F6E
Complementary color
Monochromatic Colors of #A25F6E
Black with #A25F6E
Text Example
Text Example
White with #A25F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25F6E; }
p { color: rgb(162,95,110); }
H1.HeaderClassName
{
color: #A25F6E;
}
.AnyTagClassName
{
color: #A25F6E;
}
</style>
background-color css
<style>
a { background-color: #A25F6E; }
a { background-color: rgb(162,95,110); }
div.DivClassName
{
background-color: #A25F6E;
}
.BgClassName
{
background-color: #A25F6E;
}
</style>
border-color css
<style>
span { border-color: #A25F6E; }
span { border-color: rgb(162,95,110); }
td.TdClassName
{
border-color: #A25F6E;
}
.TagClassName
{
border-color: #A25F6E;
}
</style>