Shades of Mauve Taupe #A25F74
Tints of Mauve Taupe #A25F74
RGB
CMYK
RGB Variations
Color information
#A25F74 (or 0xA25F74) is known color: Mauve Taupe. HEX triplet: A2, 5F and 74. RGB value is (162,95,116). Sum of RGB (Red+Green+Blue) = 162+95+116=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F74 is #5DA08B. Grayscale: #757575. Windows color (decimal): -6135948 or 7626658. OLE color: 7626658.
HSL color Cylindrical-coordinate representation of color #A25F74: hue angle of 341.19º 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 #A25F74 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 95 | 116 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.36 |
| HSL | 341.19º | 0.26% | 0.5% | - |
| HSV(B) | 341.19º | 0.41% | 0.64% | - |
| XYZ | 22.14 | 17.13 | 18.66 | - |
| YUV | 117.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 116 | 0 | 0.41 | 0.28 | 0.36 | 341.19 | 0.26 | 0.5 |
| Hex | A2 | 5F | 74 | 0 | 29 | 1C | 24 | 155 | 1A | 32 |
| Octal | 242 | 137 | 164 | 0 | 51 | 34 | 44 | 525 | 32 | 62 |
| Binary | 10100010 | 1011111 | 1110100 | 0 | 101001 | 11100 | 100100 | 101010101 | 11010 | 110010 |
Color Harmonies of #A25F74
Complementary color
Monochromatic Colors of #A25F74
Black with #A25F74
Text Example
Text Example
White with #A25F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25F74; }
p { color: rgb(162,95,116); }
H1.HeaderClassName
{
color: #A25F74;
}
.AnyTagClassName
{
color: #A25F74;
}
</style>
background-color css
<style>
a { background-color: #A25F74; }
a { background-color: rgb(162,95,116); }
div.DivClassName
{
background-color: #A25F74;
}
.BgClassName
{
background-color: #A25F74;
}
</style>
border-color css
<style>
span { border-color: #A25F74; }
span { border-color: rgb(162,95,116); }
td.TdClassName
{
border-color: #A25F74;
}
.TagClassName
{
border-color: #A25F74;
}
</style>