Shades of Lipstick #AA2957
Tints of Lipstick #AA2957
RGB
CMYK
RGB Variations
Color information
#AA2957 (or 0xAA2957) is known color: Lipstick. HEX triplet: AA, 29 and 57. RGB value is (170,41,87). Sum of RGB (Red+Green+Blue) = 170+41+87=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2957 is #55D6A8. Grayscale: #545454. Windows color (decimal): -5625513 or 5712298. OLE color: 5712298.
HSL color Cylindrical-coordinate representation of color #AA2957: hue angle of 338.6º 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 #AA2957 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 87 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.33 |
| HSL | 338.6º | 0.61% | 0.41% | - |
| HSV(B) | 338.6º | 0.76% | 0.67% | - |
| XYZ | 19.09 | 10.82 | 10.1 | - |
| YUV | 84.82 | 129.24 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 87 | 0 | 0.76 | 0.49 | 0.33 | 338.6 | 0.61 | 0.41 |
| Hex | AA | 29 | 57 | 0 | 4C | 31 | 21 | 153 | 3D | 29 |
| Octal | 252 | 51 | 127 | 0 | 114 | 61 | 41 | 523 | 75 | 51 |
| Binary | 10101010 | 101001 | 1010111 | 0 | 1001100 | 110001 | 100001 | 101010011 | 111101 | 101001 |
Color Harmonies of #AA2957
Complementary color
Monochromatic Colors of #AA2957
Black with #AA2957
Text Example
Text Example
White with #AA2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2957; }
p { color: rgb(170,41,87); }
H1.HeaderClassName
{
color: #AA2957;
}
.AnyTagClassName
{
color: #AA2957;
}
</style>
background-color css
<style>
a { background-color: #AA2957; }
a { background-color: rgb(170,41,87); }
div.DivClassName
{
background-color: #AA2957;
}
.BgClassName
{
background-color: #AA2957;
}
</style>
border-color css
<style>
span { border-color: #AA2957; }
span { border-color: rgb(170,41,87); }
td.TdClassName
{
border-color: #AA2957;
}
.TagClassName
{
border-color: #AA2957;
}
</style>