Shades of Lipstick #AA1D49
Tints of Lipstick #AA1D49
RGB
CMYK
RGB Variations
Color information
#AA1D49 (or 0xAA1D49) is known color: Lipstick. HEX triplet: AA, 1D and 49. RGB value is (170,29,73). Sum of RGB (Red+Green+Blue) = 170+29+73=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1D49 is #55E2B6. Grayscale: #4C4C4C. Windows color (decimal): -5628599 or 4791722. OLE color: 4791722.
HSL color Cylindrical-coordinate representation of color #AA1D49: hue angle of 341.28º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1D49 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 73 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.33 |
| HSL | 341.28º | 0.71% | 0.39% | - |
| HSV(B) | 341.28º | 0.83% | 0.67% | - |
| XYZ | 18.22 | 9.91 | 7.26 | - |
| YUV | 76.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 73 | 0 | 0.83 | 0.57 | 0.33 | 341.28 | 0.71 | 0.39 |
| Hex | AA | 1D | 49 | 0 | 53 | 39 | 21 | 155 | 47 | 27 |
| Octal | 252 | 35 | 111 | 0 | 123 | 71 | 41 | 525 | 107 | 47 |
| Binary | 10101010 | 11101 | 1001001 | 0 | 1010011 | 111001 | 100001 | 101010101 | 1000111 | 100111 |
Color Harmonies of #AA1D49
Complementary color
Monochromatic Colors of #AA1D49
Black with #AA1D49
Text Example
Text Example
White with #AA1D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D49; }
p { color: rgb(170,29,73); }
H1.HeaderClassName
{
color: #AA1D49;
}
.AnyTagClassName
{
color: #AA1D49;
}
</style>
background-color css
<style>
a { background-color: #AA1D49; }
a { background-color: rgb(170,29,73); }
div.DivClassName
{
background-color: #AA1D49;
}
.BgClassName
{
background-color: #AA1D49;
}
</style>
border-color css
<style>
span { border-color: #AA1D49; }
span { border-color: rgb(170,29,73); }
td.TdClassName
{
border-color: #AA1D49;
}
.TagClassName
{
border-color: #AA1D49;
}
</style>