Shades of Lipstick #AA2759
Tints of Lipstick #AA2759
RGB
CMYK
RGB Variations
Color information
#AA2759 (or 0xAA2759) is known color: Lipstick. HEX triplet: AA, 27 and 59. RGB value is (170,39,89). Sum of RGB (Red+Green+Blue) = 170+39+89=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2759 is #55D8A6. Grayscale: #535353. Windows color (decimal): -5626023 or 5842858. OLE color: 5842858.
HSL color Cylindrical-coordinate representation of color #AA2759: hue angle of 337.1º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2759 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 89 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.33 |
| HSL | 337.1º | 0.63% | 0.41% | - |
| HSV(B) | 337.1º | 0.77% | 0.67% | - |
| XYZ | 19.11 | 10.72 | 10.51 | - |
| YUV | 83.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 89 | 0 | 0.77 | 0.48 | 0.33 | 337.1 | 0.63 | 0.41 |
| Hex | AA | 27 | 59 | 0 | 4D | 30 | 21 | 151 | 3F | 29 |
| Octal | 252 | 47 | 131 | 0 | 115 | 60 | 41 | 521 | 77 | 51 |
| Binary | 10101010 | 100111 | 1011001 | 0 | 1001101 | 110000 | 100001 | 101010001 | 111111 | 101001 |
Color Harmonies of #AA2759
Complementary color
Monochromatic Colors of #AA2759
Black with #AA2759
Text Example
Text Example
White with #AA2759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2759; }
p { color: rgb(170,39,89); }
H1.HeaderClassName
{
color: #AA2759;
}
.AnyTagClassName
{
color: #AA2759;
}
</style>
background-color css
<style>
a { background-color: #AA2759; }
a { background-color: rgb(170,39,89); }
div.DivClassName
{
background-color: #AA2759;
}
.BgClassName
{
background-color: #AA2759;
}
</style>
border-color css
<style>
span { border-color: #AA2759; }
span { border-color: rgb(170,39,89); }
td.TdClassName
{
border-color: #AA2759;
}
.TagClassName
{
border-color: #AA2759;
}
</style>