Shades of Lipstick #AA244C
Tints of Lipstick #AA244C
RGB
CMYK
RGB Variations
Color information
#AA244C (or 0xAA244C) is known color: Lipstick. HEX triplet: AA, 24 and 4C. RGB value is (170,36,76). Sum of RGB (Red+Green+Blue) = 170+36+76=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA244C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA244C is #55DBB3. Grayscale: #505050. Windows color (decimal): -5626804 or 4990122. OLE color: 4990122.
HSL color Cylindrical-coordinate representation of color #AA244C: hue angle of 342.09º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA244C is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 76 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.33 |
| HSL | 342.09º | 0.65% | 0.4% | - |
| HSV(B) | 342.09º | 0.79% | 0.67% | - |
| XYZ | 18.51 | 10.33 | 7.86 | - |
| YUV | 80.63 | 125.39 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 76 | 0 | 0.79 | 0.55 | 0.33 | 342.09 | 0.65 | 0.4 |
| Hex | AA | 24 | 4C | 0 | 4F | 37 | 21 | 156 | 41 | 28 |
| Octal | 252 | 44 | 114 | 0 | 117 | 67 | 41 | 526 | 101 | 50 |
| Binary | 10101010 | 100100 | 1001100 | 0 | 1001111 | 110111 | 100001 | 101010110 | 1000001 | 101000 |
Color Harmonies of #AA244C
Complementary color
Monochromatic Colors of #AA244C
Black with #AA244C
Text Example
Text Example
White with #AA244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA244C; }
p { color: rgb(170,36,76); }
H1.HeaderClassName
{
color: #AA244C;
}
.AnyTagClassName
{
color: #AA244C;
}
</style>
background-color css
<style>
a { background-color: #AA244C; }
a { background-color: rgb(170,36,76); }
div.DivClassName
{
background-color: #AA244C;
}
.BgClassName
{
background-color: #AA244C;
}
</style>
border-color css
<style>
span { border-color: #AA244C; }
span { border-color: rgb(170,36,76); }
td.TdClassName
{
border-color: #AA244C;
}
.TagClassName
{
border-color: #AA244C;
}
</style>