Shades of Lipstick #AA2250
Tints of Lipstick #AA2250
RGB
CMYK
RGB Variations
Color information
#AA2250 (or 0xAA2250) is known color: Lipstick. HEX triplet: AA, 22 and 50. RGB value is (170,34,80). Sum of RGB (Red+Green+Blue) = 170+34+80=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2250 is #55DDAF. Grayscale: #4F4F4F. Windows color (decimal): -5627312 or 5251754. OLE color: 5251754.
HSL color Cylindrical-coordinate representation of color #AA2250: hue angle of 339.71º 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 #AA2250 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 80 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.33 |
| HSL | 339.71º | 0.67% | 0.4% | - |
| HSV(B) | 339.71º | 0.8% | 0.67% | - |
| XYZ | 18.6 | 10.27 | 8.59 | - |
| YUV | 79.91 | 128.06 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 80 | 0 | 0.80 | 0.53 | 0.33 | 339.71 | 0.67 | 0.4 |
| Hex | AA | 22 | 50 | 0 | 50 | 35 | 21 | 154 | 43 | 28 |
| Octal | 252 | 42 | 120 | 0 | 120 | 65 | 41 | 524 | 103 | 50 |
| Binary | 10101010 | 100010 | 1010000 | 0 | 1010000 | 110101 | 100001 | 101010100 | 1000011 | 101000 |
Color Harmonies of #AA2250
Complementary color
Monochromatic Colors of #AA2250
Black with #AA2250
Text Example
Text Example
White with #AA2250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2250; }
p { color: rgb(170,34,80); }
H1.HeaderClassName
{
color: #AA2250;
}
.AnyTagClassName
{
color: #AA2250;
}
</style>
background-color css
<style>
a { background-color: #AA2250; }
a { background-color: rgb(170,34,80); }
div.DivClassName
{
background-color: #AA2250;
}
.BgClassName
{
background-color: #AA2250;
}
</style>
border-color css
<style>
span { border-color: #AA2250; }
span { border-color: rgb(170,34,80); }
td.TdClassName
{
border-color: #AA2250;
}
.TagClassName
{
border-color: #AA2250;
}
</style>