Shades of Mauve Taupe #A55D74
Tints of Mauve Taupe #A55D74
RGB
CMYK
RGB Variations
Color information
#A55D74 (or 0xA55D74) is known color: Mauve Taupe. HEX triplet: A5, 5D and 74. RGB value is (165,93,116). Sum of RGB (Red+Green+Blue) = 165+93+116=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55D74 is #5AA28B. Grayscale: #757575. Windows color (decimal): -5939852 or 7626149. OLE color: 7626149.
HSL color Cylindrical-coordinate representation of color #A55D74: hue angle of 340.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 #A55D74 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 93 | 116 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.35 |
| HSL | 340.83º | 0.29% | 0.51% | - |
| HSV(B) | 340.83º | 0.44% | 0.65% | - |
| XYZ | 22.58 | 17.09 | 18.63 | - |
| YUV | 117.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 116 | 0 | 0.44 | 0.30 | 0.35 | 340.83 | 0.29 | 0.51 |
| Hex | A5 | 5D | 74 | 0 | 2C | 1E | 23 | 155 | 1D | 33 |
| Octal | 245 | 135 | 164 | 0 | 54 | 36 | 43 | 525 | 35 | 63 |
| Binary | 10100101 | 1011101 | 1110100 | 0 | 101100 | 11110 | 100011 | 101010101 | 11101 | 110011 |
Color Harmonies of #A55D74
Complementary color
Monochromatic Colors of #A55D74
Black with #A55D74
Text Example
Text Example
White with #A55D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55D74; }
p { color: rgb(165,93,116); }
H1.HeaderClassName
{
color: #A55D74;
}
.AnyTagClassName
{
color: #A55D74;
}
</style>
background-color css
<style>
a { background-color: #A55D74; }
a { background-color: rgb(165,93,116); }
div.DivClassName
{
background-color: #A55D74;
}
.BgClassName
{
background-color: #A55D74;
}
</style>
border-color css
<style>
span { border-color: #A55D74; }
span { border-color: rgb(165,93,116); }
td.TdClassName
{
border-color: #A55D74;
}
.TagClassName
{
border-color: #A55D74;
}
</style>