Shades of Mauve Taupe #A05D6B
Tints of Mauve Taupe #A05D6B
RGB
CMYK
RGB Variations
Color information
#A05D6B (or 0xA05D6B) is known color: Mauve Taupe. HEX triplet: A0, 5D and 6B. RGB value is (160,93,107). Sum of RGB (Red+Green+Blue) = 160+93+107=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05D6B is #5FA294. Grayscale: #727272. Windows color (decimal): -6267541 or 7036320. OLE color: 7036320.
HSL color Cylindrical-coordinate representation of color #A05D6B: hue angle of 347.46º 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 #A05D6B is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 93 | 107 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.37 |
| HSL | 347.46º | 0.26% | 0.5% | - |
| HSV(B) | 347.46º | 0.42% | 0.63% | - |
| XYZ | 21.07 | 16.36 | 15.96 | - |
| YUV | 114.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 107 | 0 | 0.42 | 0.33 | 0.37 | 347.46 | 0.26 | 0.5 |
| Hex | A0 | 5D | 6B | 0 | 2A | 21 | 25 | 15B | 1A | 32 |
| Octal | 240 | 135 | 153 | 0 | 52 | 41 | 45 | 533 | 32 | 62 |
| Binary | 10100000 | 1011101 | 1101011 | 0 | 101010 | 100001 | 100101 | 101011011 | 11010 | 110010 |
Color Harmonies of #A05D6B
Complementary color
Monochromatic Colors of #A05D6B
Black with #A05D6B
Text Example
Text Example
White with #A05D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05D6B; }
p { color: rgb(160,93,107); }
H1.HeaderClassName
{
color: #A05D6B;
}
.AnyTagClassName
{
color: #A05D6B;
}
</style>
background-color css
<style>
a { background-color: #A05D6B; }
a { background-color: rgb(160,93,107); }
div.DivClassName
{
background-color: #A05D6B;
}
.BgClassName
{
background-color: #A05D6B;
}
</style>
border-color css
<style>
span { border-color: #A05D6B; }
span { border-color: rgb(160,93,107); }
td.TdClassName
{
border-color: #A05D6B;
}
.TagClassName
{
border-color: #A05D6B;
}
</style>