Shades of Mauve Taupe #A55E77
Tints of Mauve Taupe #A55E77
RGB
CMYK
RGB Variations
Color information
#A55E77 (or 0xA55E77) is known color: Mauve Taupe. HEX triplet: A5, 5E and 77. RGB value is (165,94,119). Sum of RGB (Red+Green+Blue) = 165+94+119=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E77 is #5AA188. Grayscale: #767676. Windows color (decimal): -5939593 or 7823013. OLE color: 7823013.
HSL color Cylindrical-coordinate representation of color #A55E77: hue angle of 338.87º 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 #A55E77 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 94 | 119 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.35 |
| HSL | 338.87º | 0.28% | 0.51% | - |
| HSV(B) | 338.87º | 0.43% | 0.65% | - |
| XYZ | 22.85 | 17.34 | 19.59 | - |
| YUV | 118.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 119 | 0 | 0.43 | 0.28 | 0.35 | 338.87 | 0.28 | 0.51 |
| Hex | A5 | 5E | 77 | 0 | 2B | 1C | 23 | 153 | 1C | 33 |
| Octal | 245 | 136 | 167 | 0 | 53 | 34 | 43 | 523 | 34 | 63 |
| Binary | 10100101 | 1011110 | 1110111 | 0 | 101011 | 11100 | 100011 | 101010011 | 11100 | 110011 |
Color Harmonies of #A55E77
Complementary color
Monochromatic Colors of #A55E77
Black with #A55E77
Text Example
Text Example
White with #A55E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55E77; }
p { color: rgb(165,94,119); }
H1.HeaderClassName
{
color: #A55E77;
}
.AnyTagClassName
{
color: #A55E77;
}
</style>
background-color css
<style>
a { background-color: #A55E77; }
a { background-color: rgb(165,94,119); }
div.DivClassName
{
background-color: #A55E77;
}
.BgClassName
{
background-color: #A55E77;
}
</style>
border-color css
<style>
span { border-color: #A55E77; }
span { border-color: rgb(165,94,119); }
td.TdClassName
{
border-color: #A55E77;
}
.TagClassName
{
border-color: #A55E77;
}
</style>