Shades of Lipstick #A62C59
Tints of Lipstick #A62C59
RGB
CMYK
RGB Variations
Color information
#A62C59 (or 0xA62C59) is known color: Lipstick. HEX triplet: A6, 2C and 59. RGB value is (166,44,89). Sum of RGB (Red+Green+Blue) = 166+44+89=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62C59 is #59D3A6. Grayscale: #555555. Windows color (decimal): -5886887 or 5844134. OLE color: 5844134.
HSL color Cylindrical-coordinate representation of color #A62C59: hue angle of 337.87º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62C59 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 44 | 89 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.35 |
| HSL | 337.87º | 0.58% | 0.41% | - |
| HSV(B) | 337.87º | 0.73% | 0.65% | - |
| XYZ | 18.43 | 10.63 | 10.53 | - |
| YUV | 85.61 | 129.92 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 44 | 89 | 0 | 0.73 | 0.46 | 0.35 | 337.87 | 0.58 | 0.41 |
| Hex | A6 | 2C | 59 | 0 | 49 | 2E | 23 | 152 | 3A | 29 |
| Octal | 246 | 54 | 131 | 0 | 111 | 56 | 43 | 522 | 72 | 51 |
| Binary | 10100110 | 101100 | 1011001 | 0 | 1001001 | 101110 | 100011 | 101010010 | 111010 | 101001 |
Color Harmonies of #A62C59
Complementary color
Monochromatic Colors of #A62C59
Black with #A62C59
Text Example
Text Example
White with #A62C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62C59; }
p { color: rgb(166,44,89); }
H1.HeaderClassName
{
color: #A62C59;
}
.AnyTagClassName
{
color: #A62C59;
}
</style>
background-color css
<style>
a { background-color: #A62C59; }
a { background-color: rgb(166,44,89); }
div.DivClassName
{
background-color: #A62C59;
}
.BgClassName
{
background-color: #A62C59;
}
</style>
border-color css
<style>
span { border-color: #A62C59; }
span { border-color: rgb(166,44,89); }
td.TdClassName
{
border-color: #A62C59;
}
.TagClassName
{
border-color: #A62C59;
}
</style>