Shades of Lipstick #AA1E4D
Tints of Lipstick #AA1E4D
RGB
CMYK
RGB Variations
Color information
#AA1E4D (or 0xAA1E4D) is known color: Lipstick. HEX triplet: AA, 1E and 4D. RGB value is (170,30,77). Sum of RGB (Red+Green+Blue) = 170+30+77=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1E4D is #55E1B2. Grayscale: #4D4D4D. Windows color (decimal): -5628339 or 5054122. OLE color: 5054122.
HSL color Cylindrical-coordinate representation of color #AA1E4D: hue angle of 339.86º 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 #AA1E4D is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 77 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.33 |
| HSL | 339.86º | 0.7% | 0.39% | - |
| HSV(B) | 339.86º | 0.82% | 0.67% | - |
| XYZ | 18.38 | 10.01 | 7.98 | - |
| YUV | 77.22 | 127.88 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 77 | 0 | 0.82 | 0.55 | 0.33 | 339.86 | 0.7 | 0.39 |
| Hex | AA | 1E | 4D | 0 | 52 | 37 | 21 | 154 | 46 | 27 |
| Octal | 252 | 36 | 115 | 0 | 122 | 67 | 41 | 524 | 106 | 47 |
| Binary | 10101010 | 11110 | 1001101 | 0 | 1010010 | 110111 | 100001 | 101010100 | 1000110 | 100111 |
Color Harmonies of #AA1E4D
Complementary color
Monochromatic Colors of #AA1E4D
Black with #AA1E4D
Text Example
Text Example
White with #AA1E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E4D; }
p { color: rgb(170,30,77); }
H1.HeaderClassName
{
color: #AA1E4D;
}
.AnyTagClassName
{
color: #AA1E4D;
}
</style>
background-color css
<style>
a { background-color: #AA1E4D; }
a { background-color: rgb(170,30,77); }
div.DivClassName
{
background-color: #AA1E4D;
}
.BgClassName
{
background-color: #AA1E4D;
}
</style>
border-color css
<style>
span { border-color: #AA1E4D; }
span { border-color: rgb(170,30,77); }
td.TdClassName
{
border-color: #AA1E4D;
}
.TagClassName
{
border-color: #AA1E4D;
}
</style>