Shades of Lipstick #AA2C5A
Tints of Lipstick #AA2C5A
RGB
CMYK
RGB Variations
Color information
#AA2C5A (or 0xAA2C5A) is known color: Lipstick. HEX triplet: AA, 2C and 5A. RGB value is (170,44,90). Sum of RGB (Red+Green+Blue) = 170+44+90=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2C5A is #55D3A5. Grayscale: #565656. Windows color (decimal): -5624742 or 5909674. OLE color: 5909674.
HSL color Cylindrical-coordinate representation of color #AA2C5A: hue angle of 338.1º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2C5A is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 44 | 90 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.33 |
| HSL | 338.1º | 0.59% | 0.42% | - |
| HSV(B) | 338.1º | 0.74% | 0.67% | - |
| XYZ | 19.32 | 11.09 | 10.79 | - |
| YUV | 86.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 90 | 0 | 0.74 | 0.47 | 0.33 | 338.1 | 0.59 | 0.42 |
| Hex | AA | 2C | 5A | 0 | 4A | 2F | 21 | 152 | 3B | 2A |
| Octal | 252 | 54 | 132 | 0 | 112 | 57 | 41 | 522 | 73 | 52 |
| Binary | 10101010 | 101100 | 1011010 | 0 | 1001010 | 101111 | 100001 | 101010010 | 111011 | 101010 |
Color Harmonies of #AA2C5A
Complementary color
Monochromatic Colors of #AA2C5A
Black with #AA2C5A
Text Example
Text Example
White with #AA2C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2C5A; }
p { color: rgb(170,44,90); }
H1.HeaderClassName
{
color: #AA2C5A;
}
.AnyTagClassName
{
color: #AA2C5A;
}
</style>
background-color css
<style>
a { background-color: #AA2C5A; }
a { background-color: rgb(170,44,90); }
div.DivClassName
{
background-color: #AA2C5A;
}
.BgClassName
{
background-color: #AA2C5A;
}
</style>
border-color css
<style>
span { border-color: #AA2C5A; }
span { border-color: rgb(170,44,90); }
td.TdClassName
{
border-color: #AA2C5A;
}
.TagClassName
{
border-color: #AA2C5A;
}
</style>