Shades of Lipstick #AA244D
Tints of Lipstick #AA244D
RGB
CMYK
RGB Variations
Color information
#AA244D (or 0xAA244D) is known color: Lipstick. HEX triplet: AA, 24 and 4D. RGB value is (170,36,77). Sum of RGB (Red+Green+Blue) = 170+36+77=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA244D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA244D is #55DBB2. Grayscale: #505050. Windows color (decimal): -5626803 or 5055658. OLE color: 5055658.
HSL color Cylindrical-coordinate representation of color #AA244D: hue angle of 341.64º 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 #AA244D is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 77 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.33 |
| HSL | 341.64º | 0.65% | 0.4% | - |
| HSV(B) | 341.64º | 0.79% | 0.67% | - |
| XYZ | 18.55 | 10.34 | 8.04 | - |
| YUV | 80.74 | 125.89 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 77 | 0 | 0.79 | 0.55 | 0.33 | 341.64 | 0.65 | 0.4 |
| Hex | AA | 24 | 4D | 0 | 4F | 37 | 21 | 156 | 41 | 28 |
| Octal | 252 | 44 | 115 | 0 | 117 | 67 | 41 | 526 | 101 | 50 |
| Binary | 10101010 | 100100 | 1001101 | 0 | 1001111 | 110111 | 100001 | 101010110 | 1000001 | 101000 |
Color Harmonies of #AA244D
Complementary color
Monochromatic Colors of #AA244D
Black with #AA244D
Text Example
Text Example
White with #AA244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA244D; }
p { color: rgb(170,36,77); }
H1.HeaderClassName
{
color: #AA244D;
}
.AnyTagClassName
{
color: #AA244D;
}
</style>
background-color css
<style>
a { background-color: #AA244D; }
a { background-color: rgb(170,36,77); }
div.DivClassName
{
background-color: #AA244D;
}
.BgClassName
{
background-color: #AA244D;
}
</style>
border-color css
<style>
span { border-color: #AA244D; }
span { border-color: rgb(170,36,77); }
td.TdClassName
{
border-color: #AA244D;
}
.TagClassName
{
border-color: #AA244D;
}
</style>