Shades of Lipstick #AA2952
Tints of Lipstick #AA2952
RGB
CMYK
RGB Variations
Color information
#AA2952 (or 0xAA2952) is known color: Lipstick. HEX triplet: AA, 29 and 52. RGB value is (170,41,82). Sum of RGB (Red+Green+Blue) = 170+41+82=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2952 is #55D6AD. Grayscale: #545454. Windows color (decimal): -5625518 or 5384618. OLE color: 5384618.
HSL color Cylindrical-coordinate representation of color #AA2952: hue angle of 340.93º degrees, saturation: 0.61, 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 #AA2952 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 82 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.33 |
| HSL | 340.93º | 0.61% | 0.41% | - |
| HSV(B) | 340.93º | 0.76% | 0.67% | - |
| XYZ | 18.89 | 10.74 | 9.06 | - |
| YUV | 84.25 | 126.74 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 82 | 0 | 0.76 | 0.52 | 0.33 | 340.93 | 0.61 | 0.41 |
| Hex | AA | 29 | 52 | 0 | 4C | 34 | 21 | 155 | 3D | 29 |
| Octal | 252 | 51 | 122 | 0 | 114 | 64 | 41 | 525 | 75 | 51 |
| Binary | 10101010 | 101001 | 1010010 | 0 | 1001100 | 110100 | 100001 | 101010101 | 111101 | 101001 |
Color Harmonies of #AA2952
Complementary color
Monochromatic Colors of #AA2952
Black with #AA2952
Text Example
Text Example
White with #AA2952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2952; }
p { color: rgb(170,41,82); }
H1.HeaderClassName
{
color: #AA2952;
}
.AnyTagClassName
{
color: #AA2952;
}
</style>
background-color css
<style>
a { background-color: #AA2952; }
a { background-color: rgb(170,41,82); }
div.DivClassName
{
background-color: #AA2952;
}
.BgClassName
{
background-color: #AA2952;
}
</style>
border-color css
<style>
span { border-color: #AA2952; }
span { border-color: rgb(170,41,82); }
td.TdClassName
{
border-color: #AA2952;
}
.TagClassName
{
border-color: #AA2952;
}
</style>