Shades of Lipstick #AA2353
Tints of Lipstick #AA2353
RGB
CMYK
RGB Variations
Color information
#AA2353 (or 0xAA2353) is known color: Lipstick. HEX triplet: AA, 23 and 53. RGB value is (170,35,83). Sum of RGB (Red+Green+Blue) = 170+35+83=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2353 is #55DCAC. Grayscale: #505050. Windows color (decimal): -5627053 or 5448618. OLE color: 5448618.
HSL color Cylindrical-coordinate representation of color #AA2353: hue angle of 338.67º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2353 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 83 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.33 |
| HSL | 338.67º | 0.66% | 0.4% | - |
| HSV(B) | 338.67º | 0.79% | 0.67% | - |
| XYZ | 18.74 | 10.37 | 9.2 | - |
| YUV | 80.84 | 129.23 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 83 | 0 | 0.79 | 0.51 | 0.33 | 338.67 | 0.66 | 0.4 |
| Hex | AA | 23 | 53 | 0 | 4F | 33 | 21 | 153 | 42 | 28 |
| Octal | 252 | 43 | 123 | 0 | 117 | 63 | 41 | 523 | 102 | 50 |
| Binary | 10101010 | 100011 | 1010011 | 0 | 1001111 | 110011 | 100001 | 101010011 | 1000010 | 101000 |
Color Harmonies of #AA2353
Complementary color
Monochromatic Colors of #AA2353
Black with #AA2353
Text Example
Text Example
White with #AA2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2353; }
p { color: rgb(170,35,83); }
H1.HeaderClassName
{
color: #AA2353;
}
.AnyTagClassName
{
color: #AA2353;
}
</style>
background-color css
<style>
a { background-color: #AA2353; }
a { background-color: rgb(170,35,83); }
div.DivClassName
{
background-color: #AA2353;
}
.BgClassName
{
background-color: #AA2353;
}
</style>
border-color css
<style>
span { border-color: #AA2353; }
span { border-color: rgb(170,35,83); }
td.TdClassName
{
border-color: #AA2353;
}
.TagClassName
{
border-color: #AA2353;
}
</style>