Shades of Lipstick #A02C59
Tints of Lipstick #A02C59
RGB
CMYK
RGB Variations
Color information
#A02C59 (or 0xA02C59) is known color: Lipstick. HEX triplet: A0, 2C and 59. RGB value is (160,44,89). Sum of RGB (Red+Green+Blue) = 160+44+89=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02C59 is #5FD3A6. Grayscale: #535353. Windows color (decimal): -6280103 or 5844128. OLE color: 5844128.
HSL color Cylindrical-coordinate representation of color #A02C59: hue angle of 336.72º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02C59 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 89 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.37 |
| HSL | 336.72º | 0.57% | 0.4% | - |
| HSV(B) | 336.72º | 0.73% | 0.63% | - |
| XYZ | 17.2 | 10 | 10.47 | - |
| YUV | 83.81 | 130.93 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 89 | 0 | 0.72 | 0.44 | 0.37 | 336.72 | 0.57 | 0.4 |
| Hex | A0 | 2C | 59 | 0 | 48 | 2C | 25 | 151 | 39 | 28 |
| Octal | 240 | 54 | 131 | 0 | 110 | 54 | 45 | 521 | 71 | 50 |
| Binary | 10100000 | 101100 | 1011001 | 0 | 1001000 | 101100 | 100101 | 101010001 | 111001 | 101000 |
Color Harmonies of #A02C59
Complementary color
Monochromatic Colors of #A02C59
Black with #A02C59
Text Example
Text Example
White with #A02C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C59; }
p { color: rgb(160,44,89); }
H1.HeaderClassName
{
color: #A02C59;
}
.AnyTagClassName
{
color: #A02C59;
}
</style>
background-color css
<style>
a { background-color: #A02C59; }
a { background-color: rgb(160,44,89); }
div.DivClassName
{
background-color: #A02C59;
}
.BgClassName
{
background-color: #A02C59;
}
</style>
border-color css
<style>
span { border-color: #A02C59; }
span { border-color: rgb(160,44,89); }
td.TdClassName
{
border-color: #A02C59;
}
.TagClassName
{
border-color: #A02C59;
}
</style>