Shades of Lipstick #AA224F
Tints of Lipstick #AA224F
RGB
CMYK
RGB Variations
Color information
#AA224F (or 0xAA224F) is known color: Lipstick. HEX triplet: AA, 22 and 4F. RGB value is (170,34,79). Sum of RGB (Red+Green+Blue) = 170+34+79=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA224F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA224F is #55DDB0. Grayscale: #4F4F4F. Windows color (decimal): -5627313 or 5186218. OLE color: 5186218.
HSL color Cylindrical-coordinate representation of color #AA224F: hue angle of 340.15º 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 #AA224F is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 79 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.33 |
| HSL | 340.15º | 0.67% | 0.4% | - |
| HSV(B) | 340.15º | 0.8% | 0.67% | - |
| XYZ | 18.56 | 10.25 | 8.4 | - |
| YUV | 79.79 | 127.56 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 79 | 0 | 0.80 | 0.54 | 0.33 | 340.15 | 0.67 | 0.4 |
| Hex | AA | 22 | 4F | 0 | 50 | 36 | 21 | 154 | 43 | 28 |
| Octal | 252 | 42 | 117 | 0 | 120 | 66 | 41 | 524 | 103 | 50 |
| Binary | 10101010 | 100010 | 1001111 | 0 | 1010000 | 110110 | 100001 | 101010100 | 1000011 | 101000 |
Color Harmonies of #AA224F
Complementary color
Monochromatic Colors of #AA224F
Black with #AA224F
Text Example
Text Example
White with #AA224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA224F; }
p { color: rgb(170,34,79); }
H1.HeaderClassName
{
color: #AA224F;
}
.AnyTagClassName
{
color: #AA224F;
}
</style>
background-color css
<style>
a { background-color: #AA224F; }
a { background-color: rgb(170,34,79); }
div.DivClassName
{
background-color: #AA224F;
}
.BgClassName
{
background-color: #AA224F;
}
</style>
border-color css
<style>
span { border-color: #AA224F; }
span { border-color: rgb(170,34,79); }
td.TdClassName
{
border-color: #AA224F;
}
.TagClassName
{
border-color: #AA224F;
}
</style>