Shades of Mauve Taupe #A55D6E
Tints of Mauve Taupe #A55D6E
RGB
CMYK
RGB Variations
Color information
#A55D6E (or 0xA55D6E) is known color: Mauve Taupe. HEX triplet: A5, 5D and 6E. RGB value is (165,93,110). Sum of RGB (Red+Green+Blue) = 165+93+110=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55D6E is #5AA291. Grayscale: #747474. Windows color (decimal): -5939858 or 7232933. OLE color: 7232933.
HSL color Cylindrical-coordinate representation of color #A55D6E: hue angle of 345.83º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A55D6E is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 93 | 110 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.35 |
| HSL | 345.83º | 0.29% | 0.51% | - |
| HSV(B) | 345.83º | 0.44% | 0.65% | - |
| XYZ | 22.25 | 16.95 | 16.85 | - |
| YUV | 116.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 110 | 0 | 0.44 | 0.33 | 0.35 | 345.83 | 0.29 | 0.51 |
| Hex | A5 | 5D | 6E | 0 | 2C | 21 | 23 | 15A | 1D | 33 |
| Octal | 245 | 135 | 156 | 0 | 54 | 41 | 43 | 532 | 35 | 63 |
| Binary | 10100101 | 1011101 | 1101110 | 0 | 101100 | 100001 | 100011 | 101011010 | 11101 | 110011 |
Color Harmonies of #A55D6E
Complementary color
Monochromatic Colors of #A55D6E
Black with #A55D6E
Text Example
Text Example
White with #A55D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55D6E; }
p { color: rgb(165,93,110); }
H1.HeaderClassName
{
color: #A55D6E;
}
.AnyTagClassName
{
color: #A55D6E;
}
</style>
background-color css
<style>
a { background-color: #A55D6E; }
a { background-color: rgb(165,93,110); }
div.DivClassName
{
background-color: #A55D6E;
}
.BgClassName
{
background-color: #A55D6E;
}
</style>
border-color css
<style>
span { border-color: #A55D6E; }
span { border-color: rgb(165,93,110); }
td.TdClassName
{
border-color: #A55D6E;
}
.TagClassName
{
border-color: #A55D6E;
}
</style>