Shades of Lipstick #AA2152
Tints of Lipstick #AA2152
RGB
CMYK
RGB Variations
Color information
#AA2152 (or 0xAA2152) is known color: Lipstick. HEX triplet: AA, 21 and 52. RGB value is (170,33,82). Sum of RGB (Red+Green+Blue) = 170+33+82=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2152 is #55DEAD. Grayscale: #4F4F4F. Windows color (decimal): -5627566 or 5382570. OLE color: 5382570.
HSL color Cylindrical-coordinate representation of color #AA2152: hue angle of 338.54º 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 #AA2152 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 82 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.33 |
| HSL | 338.54º | 0.67% | 0.4% | - |
| HSV(B) | 338.54º | 0.81% | 0.67% | - |
| XYZ | 18.64 | 10.24 | 8.98 | - |
| YUV | 79.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 82 | 0 | 0.81 | 0.52 | 0.33 | 338.54 | 0.67 | 0.4 |
| Hex | AA | 21 | 52 | 0 | 51 | 34 | 21 | 153 | 43 | 28 |
| Octal | 252 | 41 | 122 | 0 | 121 | 64 | 41 | 523 | 103 | 50 |
| Binary | 10101010 | 100001 | 1010010 | 0 | 1010001 | 110100 | 100001 | 101010011 | 1000011 | 101000 |
Color Harmonies of #AA2152
Complementary color
Monochromatic Colors of #AA2152
Black with #AA2152
Text Example
Text Example
White with #AA2152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2152; }
p { color: rgb(170,33,82); }
H1.HeaderClassName
{
color: #AA2152;
}
.AnyTagClassName
{
color: #AA2152;
}
</style>
background-color css
<style>
a { background-color: #AA2152; }
a { background-color: rgb(170,33,82); }
div.DivClassName
{
background-color: #AA2152;
}
.BgClassName
{
background-color: #AA2152;
}
</style>
border-color css
<style>
span { border-color: #AA2152; }
span { border-color: rgb(170,33,82); }
td.TdClassName
{
border-color: #AA2152;
}
.TagClassName
{
border-color: #AA2152;
}
</style>