Shades of Lipstick #AA2753
Tints of Lipstick #AA2753
RGB
CMYK
RGB Variations
Color information
#AA2753 (or 0xAA2753) is known color: Lipstick. HEX triplet: AA, 27 and 53. RGB value is (170,39,83). Sum of RGB (Red+Green+Blue) = 170+39+83=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2753 is #55D8AC. Grayscale: #535353. Windows color (decimal): -5626029 or 5449642. OLE color: 5449642.
HSL color Cylindrical-coordinate representation of color #AA2753: hue angle of 339.85º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2753 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 83 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.33 |
| HSL | 339.85º | 0.63% | 0.41% | - |
| HSV(B) | 339.85º | 0.77% | 0.67% | - |
| XYZ | 18.86 | 10.62 | 9.24 | - |
| YUV | 83.19 | 127.9 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 83 | 0 | 0.77 | 0.51 | 0.33 | 339.85 | 0.63 | 0.41 |
| Hex | AA | 27 | 53 | 0 | 4D | 33 | 21 | 154 | 3F | 29 |
| Octal | 252 | 47 | 123 | 0 | 115 | 63 | 41 | 524 | 77 | 51 |
| Binary | 10101010 | 100111 | 1010011 | 0 | 1001101 | 110011 | 100001 | 101010100 | 111111 | 101001 |
Color Harmonies of #AA2753
Complementary color
Monochromatic Colors of #AA2753
Black with #AA2753
Text Example
Text Example
White with #AA2753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2753; }
p { color: rgb(170,39,83); }
H1.HeaderClassName
{
color: #AA2753;
}
.AnyTagClassName
{
color: #AA2753;
}
</style>
background-color css
<style>
a { background-color: #AA2753; }
a { background-color: rgb(170,39,83); }
div.DivClassName
{
background-color: #AA2753;
}
.BgClassName
{
background-color: #AA2753;
}
</style>
border-color css
<style>
span { border-color: #AA2753; }
span { border-color: rgb(170,39,83); }
td.TdClassName
{
border-color: #AA2753;
}
.TagClassName
{
border-color: #AA2753;
}
</style>