Shades of Lipstick #AA1946
Tints of Lipstick #AA1946
RGB
CMYK
RGB Variations
Color information
#AA1946 (or 0xAA1946) is known color: Lipstick. HEX triplet: AA, 19 and 46. RGB value is (170,25,70). Sum of RGB (Red+Green+Blue) = 170+25+70=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1946 is #55E6B9. Grayscale: #494949. Windows color (decimal): -5629626 or 4594090. OLE color: 4594090.
HSL color Cylindrical-coordinate representation of color #AA1946: hue angle of 341.38º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1946 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 70 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.33 |
| HSL | 341.38º | 0.74% | 0.38% | - |
| HSV(B) | 341.38º | 0.85% | 0.67% | - |
| XYZ | 18.03 | 9.68 | 6.71 | - |
| YUV | 73.49 | 126.04 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 70 | 0 | 0.85 | 0.59 | 0.33 | 341.38 | 0.74 | 0.38 |
| Hex | AA | 19 | 46 | 0 | 55 | 3B | 21 | 155 | 4A | 26 |
| Octal | 252 | 31 | 106 | 0 | 125 | 73 | 41 | 525 | 112 | 46 |
| Binary | 10101010 | 11001 | 1000110 | 0 | 1010101 | 111011 | 100001 | 101010101 | 1001010 | 100110 |
Color Harmonies of #AA1946
Complementary color
Monochromatic Colors of #AA1946
Black with #AA1946
Text Example
Text Example
White with #AA1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1946; }
p { color: rgb(170,25,70); }
H1.HeaderClassName
{
color: #AA1946;
}
.AnyTagClassName
{
color: #AA1946;
}
</style>
background-color css
<style>
a { background-color: #AA1946; }
a { background-color: rgb(170,25,70); }
div.DivClassName
{
background-color: #AA1946;
}
.BgClassName
{
background-color: #AA1946;
}
</style>
border-color css
<style>
span { border-color: #AA1946; }
span { border-color: rgb(170,25,70); }
td.TdClassName
{
border-color: #AA1946;
}
.TagClassName
{
border-color: #AA1946;
}
</style>