Shades of Mauve Taupe #A25C75
Tints of Mauve Taupe #A25C75
RGB
CMYK
RGB Variations
Color information
#A25C75 (or 0xA25C75) is known color: Mauve Taupe. HEX triplet: A2, 5C and 75. RGB value is (162,92,117). Sum of RGB (Red+Green+Blue) = 162+92+117=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25C75 is #5DA38A. Grayscale: #737373. Windows color (decimal): -6136715 or 7691426. OLE color: 7691426.
HSL color Cylindrical-coordinate representation of color #A25C75: hue angle of 338.57º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A25C75 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 92 | 117 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.36 |
| HSL | 338.57º | 0.28% | 0.5% | - |
| HSV(B) | 338.57º | 0.43% | 0.64% | - |
| XYZ | 21.94 | 16.62 | 18.88 | - |
| YUV | 115.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 117 | 0 | 0.43 | 0.28 | 0.36 | 338.57 | 0.28 | 0.5 |
| Hex | A2 | 5C | 75 | 0 | 2B | 1C | 24 | 153 | 1C | 32 |
| Octal | 242 | 134 | 165 | 0 | 53 | 34 | 44 | 523 | 34 | 62 |
| Binary | 10100010 | 1011100 | 1110101 | 0 | 101011 | 11100 | 100100 | 101010011 | 11100 | 110010 |
Color Harmonies of #A25C75
Complementary color
Monochromatic Colors of #A25C75
Black with #A25C75
Text Example
Text Example
White with #A25C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25C75; }
p { color: rgb(162,92,117); }
H1.HeaderClassName
{
color: #A25C75;
}
.AnyTagClassName
{
color: #A25C75;
}
</style>
background-color css
<style>
a { background-color: #A25C75; }
a { background-color: rgb(162,92,117); }
div.DivClassName
{
background-color: #A25C75;
}
.BgClassName
{
background-color: #A25C75;
}
</style>
border-color css
<style>
span { border-color: #A25C75; }
span { border-color: rgb(162,92,117); }
td.TdClassName
{
border-color: #A25C75;
}
.TagClassName
{
border-color: #A25C75;
}
</style>