Shades of Lipstick #AA2854
Tints of Lipstick #AA2854
RGB
CMYK
RGB Variations
Color information
#AA2854 (or 0xAA2854) is known color: Lipstick. HEX triplet: AA, 28 and 54. RGB value is (170,40,84). Sum of RGB (Red+Green+Blue) = 170+40+84=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2854 is #55D7AB. Grayscale: #535353. Windows color (decimal): -5625772 or 5515434. OLE color: 5515434.
HSL color Cylindrical-coordinate representation of color #AA2854: hue angle of 339.69º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2854 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 84 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.33 |
| HSL | 339.69º | 0.62% | 0.41% | - |
| HSV(B) | 339.69º | 0.76% | 0.67% | - |
| XYZ | 18.94 | 10.7 | 9.46 | - |
| YUV | 83.89 | 128.07 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 84 | 0 | 0.76 | 0.51 | 0.33 | 339.69 | 0.62 | 0.41 |
| Hex | AA | 28 | 54 | 0 | 4C | 33 | 21 | 154 | 3E | 29 |
| Octal | 252 | 50 | 124 | 0 | 114 | 63 | 41 | 524 | 76 | 51 |
| Binary | 10101010 | 101000 | 1010100 | 0 | 1001100 | 110011 | 100001 | 101010100 | 111110 | 101001 |
Color Harmonies of #AA2854
Complementary color
Monochromatic Colors of #AA2854
Black with #AA2854
Text Example
Text Example
White with #AA2854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2854; }
p { color: rgb(170,40,84); }
H1.HeaderClassName
{
color: #AA2854;
}
.AnyTagClassName
{
color: #AA2854;
}
</style>
background-color css
<style>
a { background-color: #AA2854; }
a { background-color: rgb(170,40,84); }
div.DivClassName
{
background-color: #AA2854;
}
.BgClassName
{
background-color: #AA2854;
}
</style>
border-color css
<style>
span { border-color: #AA2854; }
span { border-color: rgb(170,40,84); }
td.TdClassName
{
border-color: #AA2854;
}
.TagClassName
{
border-color: #AA2854;
}
</style>