Shades of Lipstick #AA2359
Tints of Lipstick #AA2359
RGB
CMYK
RGB Variations
Color information
#AA2359 (or 0xAA2359) is known color: Lipstick. HEX triplet: AA, 23 and 59. RGB value is (170,35,89). Sum of RGB (Red+Green+Blue) = 170+35+89=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2359 is #55DCA6. Grayscale: #515151. Windows color (decimal): -5627047 or 5841834. OLE color: 5841834.
HSL color Cylindrical-coordinate representation of color #AA2359: hue angle of 336º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2359 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 89 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.33 |
| HSL | 336º | 0.66% | 0.4% | - |
| HSV(B) | 336º | 0.79% | 0.67% | - |
| XYZ | 18.98 | 10.47 | 10.47 | - |
| YUV | 81.52 | 132.23 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 89 | 0 | 0.79 | 0.48 | 0.33 | 336 | 0.66 | 0.4 |
| Hex | AA | 23 | 59 | 0 | 4F | 30 | 21 | 150 | 42 | 28 |
| Octal | 252 | 43 | 131 | 0 | 117 | 60 | 41 | 520 | 102 | 50 |
| Binary | 10101010 | 100011 | 1011001 | 0 | 1001111 | 110000 | 100001 | 101010000 | 1000010 | 101000 |
Color Harmonies of #AA2359
Complementary color
Monochromatic Colors of #AA2359
Black with #AA2359
Text Example
Text Example
White with #AA2359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2359; }
p { color: rgb(170,35,89); }
H1.HeaderClassName
{
color: #AA2359;
}
.AnyTagClassName
{
color: #AA2359;
}
</style>
background-color css
<style>
a { background-color: #AA2359; }
a { background-color: rgb(170,35,89); }
div.DivClassName
{
background-color: #AA2359;
}
.BgClassName
{
background-color: #AA2359;
}
</style>
border-color css
<style>
span { border-color: #AA2359; }
span { border-color: rgb(170,35,89); }
td.TdClassName
{
border-color: #AA2359;
}
.TagClassName
{
border-color: #AA2359;
}
</style>