Shades of Lipstick #AA2859
Tints of Lipstick #AA2859
RGB
CMYK
RGB Variations
Color information
#AA2859 (or 0xAA2859) is known color: Lipstick. HEX triplet: AA, 28 and 59. RGB value is (170,40,89). Sum of RGB (Red+Green+Blue) = 170+40+89=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2859 is #55D7A6. Grayscale: #545454. Windows color (decimal): -5625767 or 5843114. OLE color: 5843114.
HSL color Cylindrical-coordinate representation of color #AA2859: hue angle of 337.38º degrees, saturation: 0.62, 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 #AA2859 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 89 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.33 |
| HSL | 337.38º | 0.62% | 0.41% | - |
| HSV(B) | 337.38º | 0.76% | 0.67% | - |
| XYZ | 19.14 | 10.78 | 10.52 | - |
| YUV | 84.46 | 130.57 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 89 | 0 | 0.76 | 0.48 | 0.33 | 337.38 | 0.62 | 0.41 |
| Hex | AA | 28 | 59 | 0 | 4C | 30 | 21 | 151 | 3E | 29 |
| Octal | 252 | 50 | 131 | 0 | 114 | 60 | 41 | 521 | 76 | 51 |
| Binary | 10101010 | 101000 | 1011001 | 0 | 1001100 | 110000 | 100001 | 101010001 | 111110 | 101001 |
Color Harmonies of #AA2859
Complementary color
Monochromatic Colors of #AA2859
Black with #AA2859
Text Example
Text Example
White with #AA2859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2859; }
p { color: rgb(170,40,89); }
H1.HeaderClassName
{
color: #AA2859;
}
.AnyTagClassName
{
color: #AA2859;
}
</style>
background-color css
<style>
a { background-color: #AA2859; }
a { background-color: rgb(170,40,89); }
div.DivClassName
{
background-color: #AA2859;
}
.BgClassName
{
background-color: #AA2859;
}
</style>
border-color css
<style>
span { border-color: #AA2859; }
span { border-color: rgb(170,40,89); }
td.TdClassName
{
border-color: #AA2859;
}
.TagClassName
{
border-color: #AA2859;
}
</style>