Shades of Lipstick #AA224C
Tints of Lipstick #AA224C
RGB
CMYK
RGB Variations
Color information
#AA224C (or 0xAA224C) is known color: Lipstick. HEX triplet: AA, 22 and 4C. RGB value is (170,34,76). Sum of RGB (Red+Green+Blue) = 170+34+76=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA224C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA224C is #55DDB3. Grayscale: #4F4F4F. Windows color (decimal): -5627316 or 4989610. OLE color: 4989610.
HSL color Cylindrical-coordinate representation of color #AA224C: hue angle of 341.47º 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 #AA224C is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 76 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.33 |
| HSL | 341.47º | 0.67% | 0.4% | - |
| HSV(B) | 341.47º | 0.8% | 0.67% | - |
| XYZ | 18.45 | 10.21 | 7.84 | - |
| YUV | 79.45 | 126.06 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 76 | 0 | 0.80 | 0.55 | 0.33 | 341.47 | 0.67 | 0.4 |
| Hex | AA | 22 | 4C | 0 | 50 | 37 | 21 | 155 | 43 | 28 |
| Octal | 252 | 42 | 114 | 0 | 120 | 67 | 41 | 525 | 103 | 50 |
| Binary | 10101010 | 100010 | 1001100 | 0 | 1010000 | 110111 | 100001 | 101010101 | 1000011 | 101000 |
Color Harmonies of #AA224C
Complementary color
Monochromatic Colors of #AA224C
Black with #AA224C
Text Example
Text Example
White with #AA224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA224C; }
p { color: rgb(170,34,76); }
H1.HeaderClassName
{
color: #AA224C;
}
.AnyTagClassName
{
color: #AA224C;
}
</style>
background-color css
<style>
a { background-color: #AA224C; }
a { background-color: rgb(170,34,76); }
div.DivClassName
{
background-color: #AA224C;
}
.BgClassName
{
background-color: #AA224C;
}
</style>
border-color css
<style>
span { border-color: #AA224C; }
span { border-color: rgb(170,34,76); }
td.TdClassName
{
border-color: #AA224C;
}
.TagClassName
{
border-color: #AA224C;
}
</style>