Shades of Mauve Taupe #A55E76
Tints of Mauve Taupe #A55E76
RGB
CMYK
RGB Variations
Color information
#A55E76 (or 0xA55E76) is known color: Mauve Taupe. HEX triplet: A5, 5E and 76. RGB value is (165,94,118). Sum of RGB (Red+Green+Blue) = 165+94+118=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E76 is #5AA189. Grayscale: #757575. Windows color (decimal): -5939594 or 7757477. OLE color: 7757477.
HSL color Cylindrical-coordinate representation of color #A55E76: hue angle of 339.72º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A55E76 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 94 | 118 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.35 |
| HSL | 339.72º | 0.28% | 0.51% | - |
| HSV(B) | 339.72º | 0.43% | 0.65% | - |
| XYZ | 22.79 | 17.31 | 19.28 | - |
| YUV | 117.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 118 | 0 | 0.43 | 0.28 | 0.35 | 339.72 | 0.28 | 0.51 |
| Hex | A5 | 5E | 76 | 0 | 2B | 1C | 23 | 154 | 1C | 33 |
| Octal | 245 | 136 | 166 | 0 | 53 | 34 | 43 | 524 | 34 | 63 |
| Binary | 10100101 | 1011110 | 1110110 | 0 | 101011 | 11100 | 100011 | 101010100 | 11100 | 110011 |
Color Harmonies of #A55E76
Complementary color
Monochromatic Colors of #A55E76
Black with #A55E76
Text Example
Text Example
White with #A55E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55E76; }
p { color: rgb(165,94,118); }
H1.HeaderClassName
{
color: #A55E76;
}
.AnyTagClassName
{
color: #A55E76;
}
</style>
background-color css
<style>
a { background-color: #A55E76; }
a { background-color: rgb(165,94,118); }
div.DivClassName
{
background-color: #A55E76;
}
.BgClassName
{
background-color: #A55E76;
}
</style>
border-color css
<style>
span { border-color: #A55E76; }
span { border-color: rgb(165,94,118); }
td.TdClassName
{
border-color: #A55E76;
}
.TagClassName
{
border-color: #A55E76;
}
</style>