Shades of Lipstick #AA224D
Tints of Lipstick #AA224D
RGB
CMYK
RGB Variations
Color information
#AA224D (or 0xAA224D) is known color: Lipstick. HEX triplet: AA, 22 and 4D. RGB value is (170,34,77). Sum of RGB (Red+Green+Blue) = 170+34+77=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA224D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA224D is #55DDB2. Grayscale: #4F4F4F. Windows color (decimal): -5627315 or 5055146. OLE color: 5055146.
HSL color Cylindrical-coordinate representation of color #AA224D: hue angle of 341.03º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA224D is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 77 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.33 |
| HSL | 341.03º | 0.67% | 0.4% | - |
| HSV(B) | 341.03º | 0.8% | 0.67% | - |
| XYZ | 18.49 | 10.23 | 8.02 | - |
| YUV | 79.57 | 126.56 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 77 | 0 | 0.80 | 0.55 | 0.33 | 341.03 | 0.67 | 0.4 |
| Hex | AA | 22 | 4D | 0 | 50 | 37 | 21 | 155 | 43 | 28 |
| Octal | 252 | 42 | 115 | 0 | 120 | 67 | 41 | 525 | 103 | 50 |
| Binary | 10101010 | 100010 | 1001101 | 0 | 1010000 | 110111 | 100001 | 101010101 | 1000011 | 101000 |
Color Harmonies of #AA224D
Complementary color
Monochromatic Colors of #AA224D
Black with #AA224D
Text Example
Text Example
White with #AA224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA224D; }
p { color: rgb(170,34,77); }
H1.HeaderClassName
{
color: #AA224D;
}
.AnyTagClassName
{
color: #AA224D;
}
</style>
background-color css
<style>
a { background-color: #AA224D; }
a { background-color: rgb(170,34,77); }
div.DivClassName
{
background-color: #AA224D;
}
.BgClassName
{
background-color: #AA224D;
}
</style>
border-color css
<style>
span { border-color: #AA224D; }
span { border-color: rgb(170,34,77); }
td.TdClassName
{
border-color: #AA224D;
}
.TagClassName
{
border-color: #AA224D;
}
</style>