Shades of Lipstick #AA2862
Tints of Lipstick #AA2862
RGB
CMYK
RGB Variations
Color information
#AA2862 (or 0xAA2862) is known color: Lipstick. HEX triplet: AA, 28 and 62. RGB value is (170,40,98). Sum of RGB (Red+Green+Blue) = 170+40+98=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2862 is #55D79D. Grayscale: #555555. Windows color (decimal): -5625758 or 6432938. OLE color: 6432938.
HSL color Cylindrical-coordinate representation of color #AA2862: hue angle of 333.23º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2862 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 98 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.33 |
| HSL | 333.23º | 0.62% | 0.41% | - |
| HSV(B) | 333.23º | 0.76% | 0.67% | - |
| XYZ | 19.54 | 10.95 | 12.64 | - |
| YUV | 85.48 | 135.07 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 98 | 0 | 0.76 | 0.42 | 0.33 | 333.23 | 0.62 | 0.41 |
| Hex | AA | 28 | 62 | 0 | 4C | 2A | 21 | 14D | 3E | 29 |
| Octal | 252 | 50 | 142 | 0 | 114 | 52 | 41 | 515 | 76 | 51 |
| Binary | 10101010 | 101000 | 1100010 | 0 | 1001100 | 101010 | 100001 | 101001101 | 111110 | 101001 |
Color Harmonies of #AA2862
Complementary color
Monochromatic Colors of #AA2862
Black with #AA2862
Text Example
Text Example
White with #AA2862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2862; }
p { color: rgb(170,40,98); }
H1.HeaderClassName
{
color: #AA2862;
}
.AnyTagClassName
{
color: #AA2862;
}
</style>
background-color css
<style>
a { background-color: #AA2862; }
a { background-color: rgb(170,40,98); }
div.DivClassName
{
background-color: #AA2862;
}
.BgClassName
{
background-color: #AA2862;
}
</style>
border-color css
<style>
span { border-color: #AA2862; }
span { border-color: rgb(170,40,98); }
td.TdClassName
{
border-color: #AA2862;
}
.TagClassName
{
border-color: #AA2862;
}
</style>