Shades of Lipstick #AA2552
Tints of Lipstick #AA2552
RGB
CMYK
RGB Variations
Color information
#AA2552 (or 0xAA2552) is known color: Lipstick. HEX triplet: AA, 25 and 52. RGB value is (170,37,82). Sum of RGB (Red+Green+Blue) = 170+37+82=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2552 is #55DAAD. Grayscale: #515151. Windows color (decimal): -5626542 or 5383594. OLE color: 5383594.
HSL color Cylindrical-coordinate representation of color #AA2552: hue angle of 339.7º degrees, saturation: 0.64, 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 #AA2552 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 82 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.33 |
| HSL | 339.7º | 0.64% | 0.41% | - |
| HSV(B) | 339.7º | 0.78% | 0.67% | - |
| XYZ | 18.76 | 10.48 | 9.02 | - |
| YUV | 81.9 | 128.06 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 82 | 0 | 0.78 | 0.52 | 0.33 | 339.7 | 0.64 | 0.41 |
| Hex | AA | 25 | 52 | 0 | 4E | 34 | 21 | 154 | 40 | 29 |
| Octal | 252 | 45 | 122 | 0 | 116 | 64 | 41 | 524 | 100 | 51 |
| Binary | 10101010 | 100101 | 1010010 | 0 | 1001110 | 110100 | 100001 | 101010100 | 1000000 | 101001 |
Color Harmonies of #AA2552
Complementary color
Monochromatic Colors of #AA2552
Black with #AA2552
Text Example
Text Example
White with #AA2552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2552; }
p { color: rgb(170,37,82); }
H1.HeaderClassName
{
color: #AA2552;
}
.AnyTagClassName
{
color: #AA2552;
}
</style>
background-color css
<style>
a { background-color: #AA2552; }
a { background-color: rgb(170,37,82); }
div.DivClassName
{
background-color: #AA2552;
}
.BgClassName
{
background-color: #AA2552;
}
</style>
border-color css
<style>
span { border-color: #AA2552; }
span { border-color: rgb(170,37,82); }
td.TdClassName
{
border-color: #AA2552;
}
.TagClassName
{
border-color: #AA2552;
}
</style>