Shades of Lipstick #AA1E47
Tints of Lipstick #AA1E47
RGB
CMYK
RGB Variations
Color information
#AA1E47 (or 0xAA1E47) is known color: Lipstick. HEX triplet: AA, 1E and 47. RGB value is (170,30,71). Sum of RGB (Red+Green+Blue) = 170+30+71=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E47 is #55E1B8. Grayscale: #4C4C4C. Windows color (decimal): -5628345 or 4660906. OLE color: 4660906.
HSL color Cylindrical-coordinate representation of color #AA1E47: hue angle of 342.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E47 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 71 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.33 |
| HSL | 342.43º | 0.7% | 0.39% | - |
| HSV(B) | 342.43º | 0.82% | 0.67% | - |
| XYZ | 18.18 | 9.93 | 6.92 | - |
| YUV | 76.53 | 124.88 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 71 | 0 | 0.82 | 0.58 | 0.33 | 342.43 | 0.7 | 0.39 |
| Hex | AA | 1E | 47 | 0 | 52 | 3A | 21 | 156 | 46 | 27 |
| Octal | 252 | 36 | 107 | 0 | 122 | 72 | 41 | 526 | 106 | 47 |
| Binary | 10101010 | 11110 | 1000111 | 0 | 1010010 | 111010 | 100001 | 101010110 | 1000110 | 100111 |
Color Harmonies of #AA1E47
Complementary color
Monochromatic Colors of #AA1E47
Black with #AA1E47
Text Example
Text Example
White with #AA1E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E47; }
p { color: rgb(170,30,71); }
H1.HeaderClassName
{
color: #AA1E47;
}
.AnyTagClassName
{
color: #AA1E47;
}
</style>
background-color css
<style>
a { background-color: #AA1E47; }
a { background-color: rgb(170,30,71); }
div.DivClassName
{
background-color: #AA1E47;
}
.BgClassName
{
background-color: #AA1E47;
}
</style>
border-color css
<style>
span { border-color: #AA1E47; }
span { border-color: rgb(170,30,71); }
td.TdClassName
{
border-color: #AA1E47;
}
.TagClassName
{
border-color: #AA1E47;
}
</style>