Shades of Lipstick #A62A60
Tints of Lipstick #A62A60
RGB
CMYK
RGB Variations
Color information
#A62A60 (or 0xA62A60) is known color: Lipstick. HEX triplet: A6, 2A and 60. RGB value is (166,42,96). Sum of RGB (Red+Green+Blue) = 166+42+96=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62A60 is #59D59F. Grayscale: #555555. Windows color (decimal): -5887392 or 6302374. OLE color: 6302374.
HSL color Cylindrical-coordinate representation of color #A62A60: hue angle of 333.87º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62A60 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 42 | 96 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.35 |
| HSL | 333.87º | 0.6% | 0.41% | - |
| HSV(B) | 333.87º | 0.75% | 0.65% | - |
| XYZ | 18.67 | 10.61 | 12.13 | - |
| YUV | 85.23 | 134.08 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 96 | 0 | 0.75 | 0.42 | 0.35 | 333.87 | 0.6 | 0.41 |
| Hex | A6 | 2A | 60 | 0 | 4B | 2A | 23 | 14E | 3C | 29 |
| Octal | 246 | 52 | 140 | 0 | 113 | 52 | 43 | 516 | 74 | 51 |
| Binary | 10100110 | 101010 | 1100000 | 0 | 1001011 | 101010 | 100011 | 101001110 | 111100 | 101001 |
Color Harmonies of #A62A60
Complementary color
Monochromatic Colors of #A62A60
Black with #A62A60
Text Example
Text Example
White with #A62A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62A60; }
p { color: rgb(166,42,96); }
H1.HeaderClassName
{
color: #A62A60;
}
.AnyTagClassName
{
color: #A62A60;
}
</style>
background-color css
<style>
a { background-color: #A62A60; }
a { background-color: rgb(166,42,96); }
div.DivClassName
{
background-color: #A62A60;
}
.BgClassName
{
background-color: #A62A60;
}
</style>
border-color css
<style>
span { border-color: #A62A60; }
span { border-color: rgb(166,42,96); }
td.TdClassName
{
border-color: #A62A60;
}
.TagClassName
{
border-color: #A62A60;
}
</style>