Shades of Lipstick #AA1E4A
Tints of Lipstick #AA1E4A
RGB
CMYK
RGB Variations
Color information
#AA1E4A (or 0xAA1E4A) is known color: Lipstick. HEX triplet: AA, 1E and 4A. RGB value is (170,30,74). Sum of RGB (Red+Green+Blue) = 170+30+74=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E4A is #55E1B5. Grayscale: #4C4C4C. Windows color (decimal): -5628342 or 4857514. OLE color: 4857514.
HSL color Cylindrical-coordinate representation of color #AA1E4A: hue angle of 341.14º 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 #AA1E4A is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 74 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.33 |
| HSL | 341.14º | 0.7% | 0.39% | - |
| HSV(B) | 341.14º | 0.82% | 0.67% | - |
| XYZ | 18.28 | 9.97 | 7.44 | - |
| YUV | 76.88 | 126.38 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 74 | 0 | 0.82 | 0.56 | 0.33 | 341.14 | 0.7 | 0.39 |
| Hex | AA | 1E | 4A | 0 | 52 | 38 | 21 | 155 | 46 | 27 |
| Octal | 252 | 36 | 112 | 0 | 122 | 70 | 41 | 525 | 106 | 47 |
| Binary | 10101010 | 11110 | 1001010 | 0 | 1010010 | 111000 | 100001 | 101010101 | 1000110 | 100111 |
Color Harmonies of #AA1E4A
Complementary color
Monochromatic Colors of #AA1E4A
Black with #AA1E4A
Text Example
Text Example
White with #AA1E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E4A; }
p { color: rgb(170,30,74); }
H1.HeaderClassName
{
color: #AA1E4A;
}
.AnyTagClassName
{
color: #AA1E4A;
}
</style>
background-color css
<style>
a { background-color: #AA1E4A; }
a { background-color: rgb(170,30,74); }
div.DivClassName
{
background-color: #AA1E4A;
}
.BgClassName
{
background-color: #AA1E4A;
}
</style>
border-color css
<style>
span { border-color: #AA1E4A; }
span { border-color: rgb(170,30,74); }
td.TdClassName
{
border-color: #AA1E4A;
}
.TagClassName
{
border-color: #AA1E4A;
}
</style>