Shades of Mauve Taupe #A05D6D
Tints of Mauve Taupe #A05D6D
RGB
CMYK
RGB Variations
Color information
#A05D6D (or 0xA05D6D) is known color: Mauve Taupe. HEX triplet: A0, 5D and 6D. RGB value is (160,93,109). Sum of RGB (Red+Green+Blue) = 160+93+109=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05D6D is #5FA292. Grayscale: #727272. Windows color (decimal): -6267539 or 7167392. OLE color: 7167392.
HSL color Cylindrical-coordinate representation of color #A05D6D: hue angle of 345.67º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A05D6D is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 93 | 109 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.37 |
| HSL | 345.67º | 0.26% | 0.5% | - |
| HSV(B) | 345.67º | 0.42% | 0.63% | - |
| XYZ | 21.17 | 16.41 | 16.52 | - |
| YUV | 114.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 109 | 0 | 0.42 | 0.32 | 0.37 | 345.67 | 0.26 | 0.5 |
| Hex | A0 | 5D | 6D | 0 | 2A | 20 | 25 | 15A | 1A | 32 |
| Octal | 240 | 135 | 155 | 0 | 52 | 40 | 45 | 532 | 32 | 62 |
| Binary | 10100000 | 1011101 | 1101101 | 0 | 101010 | 100000 | 100101 | 101011010 | 11010 | 110010 |
Color Harmonies of #A05D6D
Complementary color
Monochromatic Colors of #A05D6D
Black with #A05D6D
Text Example
Text Example
White with #A05D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05D6D; }
p { color: rgb(160,93,109); }
H1.HeaderClassName
{
color: #A05D6D;
}
.AnyTagClassName
{
color: #A05D6D;
}
</style>
background-color css
<style>
a { background-color: #A05D6D; }
a { background-color: rgb(160,93,109); }
div.DivClassName
{
background-color: #A05D6D;
}
.BgClassName
{
background-color: #A05D6D;
}
</style>
border-color css
<style>
span { border-color: #A05D6D; }
span { border-color: rgb(160,93,109); }
td.TdClassName
{
border-color: #A05D6D;
}
.TagClassName
{
border-color: #A05D6D;
}
</style>