Shades of Mauve Taupe #A0616F
Tints of Mauve Taupe #A0616F
RGB
CMYK
RGB Variations
Color information
#A0616F (or 0xA0616F) is known color: Mauve Taupe. HEX triplet: A0, 61 and 6F. RGB value is (160,97,111). Sum of RGB (Red+Green+Blue) = 160+97+111=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0616F is #5F9E90. Grayscale: #757575. Windows color (decimal): -6266513 or 7299488. OLE color: 7299488.
HSL color Cylindrical-coordinate representation of color #A0616F: hue angle of 346.67º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0616F is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 111 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.37 |
| HSL | 346.67º | 0.25% | 0.5% | - |
| HSV(B) | 346.67º | 0.39% | 0.63% | - |
| XYZ | 21.64 | 17.17 | 17.21 | - |
| YUV | 117.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 111 | 0 | 0.39 | 0.31 | 0.37 | 346.67 | 0.25 | 0.5 |
| Hex | A0 | 61 | 6F | 0 | 27 | 1F | 25 | 15B | 19 | 32 |
| Octal | 240 | 141 | 157 | 0 | 47 | 37 | 45 | 533 | 31 | 62 |
| Binary | 10100000 | 1100001 | 1101111 | 0 | 100111 | 11111 | 100101 | 101011011 | 11001 | 110010 |
Color Harmonies of #A0616F
Complementary color
Monochromatic Colors of #A0616F
Black with #A0616F
Text Example
Text Example
White with #A0616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0616F; }
p { color: rgb(160,97,111); }
H1.HeaderClassName
{
color: #A0616F;
}
.AnyTagClassName
{
color: #A0616F;
}
</style>
background-color css
<style>
a { background-color: #A0616F; }
a { background-color: rgb(160,97,111); }
div.DivClassName
{
background-color: #A0616F;
}
.BgClassName
{
background-color: #A0616F;
}
</style>
border-color css
<style>
span { border-color: #A0616F; }
span { border-color: rgb(160,97,111); }
td.TdClassName
{
border-color: #A0616F;
}
.TagClassName
{
border-color: #A0616F;
}
</style>