Shades of Lipstick #AA2652
Tints of Lipstick #AA2652
RGB
CMYK
RGB Variations
Color information
#AA2652 (or 0xAA2652) is known color: Lipstick. HEX triplet: AA, 26 and 52. RGB value is (170,38,82). Sum of RGB (Red+Green+Blue) = 170+38+82=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2652 is #55D9AD. Grayscale: #525252. Windows color (decimal): -5626286 or 5383850. OLE color: 5383850.
HSL color Cylindrical-coordinate representation of color #AA2652: hue angle of 340º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2652 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 82 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.33 |
| HSL | 340º | 0.63% | 0.41% | - |
| HSV(B) | 340º | 0.78% | 0.67% | - |
| XYZ | 18.79 | 10.54 | 9.03 | - |
| YUV | 82.48 | 127.73 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 82 | 0 | 0.78 | 0.52 | 0.33 | 340 | 0.63 | 0.41 |
| Hex | AA | 26 | 52 | 0 | 4E | 34 | 21 | 154 | 3F | 29 |
| Octal | 252 | 46 | 122 | 0 | 116 | 64 | 41 | 524 | 77 | 51 |
| Binary | 10101010 | 100110 | 1010010 | 0 | 1001110 | 110100 | 100001 | 101010100 | 111111 | 101001 |
Color Harmonies of #AA2652
Complementary color
Monochromatic Colors of #AA2652
Black with #AA2652
Text Example
Text Example
White with #AA2652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2652; }
p { color: rgb(170,38,82); }
H1.HeaderClassName
{
color: #AA2652;
}
.AnyTagClassName
{
color: #AA2652;
}
</style>
background-color css
<style>
a { background-color: #AA2652; }
a { background-color: rgb(170,38,82); }
div.DivClassName
{
background-color: #AA2652;
}
.BgClassName
{
background-color: #AA2652;
}
</style>
border-color css
<style>
span { border-color: #AA2652; }
span { border-color: rgb(170,38,82); }
td.TdClassName
{
border-color: #AA2652;
}
.TagClassName
{
border-color: #AA2652;
}
</style>