Shades of Lipstick #AA2159
Tints of Lipstick #AA2159
RGB
CMYK
RGB Variations
Color information
#AA2159 (or 0xAA2159) is known color: Lipstick. HEX triplet: AA, 21 and 59. RGB value is (170,33,89). Sum of RGB (Red+Green+Blue) = 170+33+89=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2159 is #55DEA6. Grayscale: #505050. Windows color (decimal): -5627559 or 5841322. OLE color: 5841322.
HSL color Cylindrical-coordinate representation of color #AA2159: hue angle of 335.47º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2159 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 89 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.33 |
| HSL | 335.47º | 0.67% | 0.4% | - |
| HSV(B) | 335.47º | 0.81% | 0.67% | - |
| XYZ | 18.92 | 10.36 | 10.45 | - |
| YUV | 80.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 89 | 0 | 0.81 | 0.48 | 0.33 | 335.47 | 0.67 | 0.4 |
| Hex | AA | 21 | 59 | 0 | 51 | 30 | 21 | 14F | 43 | 28 |
| Octal | 252 | 41 | 131 | 0 | 121 | 60 | 41 | 517 | 103 | 50 |
| Binary | 10101010 | 100001 | 1011001 | 0 | 1010001 | 110000 | 100001 | 101001111 | 1000011 | 101000 |
Color Harmonies of #AA2159
Complementary color
Monochromatic Colors of #AA2159
Black with #AA2159
Text Example
Text Example
White with #AA2159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2159; }
p { color: rgb(170,33,89); }
H1.HeaderClassName
{
color: #AA2159;
}
.AnyTagClassName
{
color: #AA2159;
}
</style>
background-color css
<style>
a { background-color: #AA2159; }
a { background-color: rgb(170,33,89); }
div.DivClassName
{
background-color: #AA2159;
}
.BgClassName
{
background-color: #AA2159;
}
</style>
border-color css
<style>
span { border-color: #AA2159; }
span { border-color: rgb(170,33,89); }
td.TdClassName
{
border-color: #AA2159;
}
.TagClassName
{
border-color: #AA2159;
}
</style>