Shades of Lipstick #AA2960
Tints of Lipstick #AA2960
RGB
CMYK
RGB Variations
Color information
#AA2960 (or 0xAA2960) is known color: Lipstick. HEX triplet: AA, 29 and 60. RGB value is (170,41,96). Sum of RGB (Red+Green+Blue) = 170+41+96=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2960 is #55D69F. Grayscale: #555555. Windows color (decimal): -5625504 or 6302122. OLE color: 6302122.
HSL color Cylindrical-coordinate representation of color #AA2960: hue angle of 334.42º 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 #AA2960 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 96 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.33 |
| HSL | 334.42º | 0.61% | 0.41% | - |
| HSV(B) | 334.42º | 0.76% | 0.67% | - |
| XYZ | 19.48 | 10.98 | 12.16 | - |
| YUV | 85.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 96 | 0 | 0.76 | 0.44 | 0.33 | 334.42 | 0.61 | 0.41 |
| Hex | AA | 29 | 60 | 0 | 4C | 2C | 21 | 14E | 3D | 29 |
| Octal | 252 | 51 | 140 | 0 | 114 | 54 | 41 | 516 | 75 | 51 |
| Binary | 10101010 | 101001 | 1100000 | 0 | 1001100 | 101100 | 100001 | 101001110 | 111101 | 101001 |
Color Harmonies of #AA2960
Complementary color
Monochromatic Colors of #AA2960
Black with #AA2960
Text Example
Text Example
White with #AA2960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2960; }
p { color: rgb(170,41,96); }
H1.HeaderClassName
{
color: #AA2960;
}
.AnyTagClassName
{
color: #AA2960;
}
</style>
background-color css
<style>
a { background-color: #AA2960; }
a { background-color: rgb(170,41,96); }
div.DivClassName
{
background-color: #AA2960;
}
.BgClassName
{
background-color: #AA2960;
}
</style>
border-color css
<style>
span { border-color: #AA2960; }
span { border-color: rgb(170,41,96); }
td.TdClassName
{
border-color: #AA2960;
}
.TagClassName
{
border-color: #AA2960;
}
</style>