Shades of Lipstick #AA2762
Tints of Lipstick #AA2762
RGB
CMYK
RGB Variations
Color information
#AA2762 (or 0xAA2762) is known color: Lipstick. HEX triplet: AA, 27 and 62. RGB value is (170,39,98). Sum of RGB (Red+Green+Blue) = 170+39+98=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2762 is #55D89D. Grayscale: #545454. Windows color (decimal): -5626014 or 6432682. OLE color: 6432682.
HSL color Cylindrical-coordinate representation of color #AA2762: hue angle of 332.98º 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 #AA2762 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 98 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.33 |
| HSL | 332.98º | 0.63% | 0.41% | - |
| HSV(B) | 332.98º | 0.77% | 0.67% | - |
| XYZ | 19.51 | 10.88 | 12.63 | - |
| YUV | 84.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 98 | 0 | 0.77 | 0.42 | 0.33 | 332.98 | 0.63 | 0.41 |
| Hex | AA | 27 | 62 | 0 | 4D | 2A | 21 | 14D | 3F | 29 |
| Octal | 252 | 47 | 142 | 0 | 115 | 52 | 41 | 515 | 77 | 51 |
| Binary | 10101010 | 100111 | 1100010 | 0 | 1001101 | 101010 | 100001 | 101001101 | 111111 | 101001 |
Color Harmonies of #AA2762
Complementary color
Monochromatic Colors of #AA2762
Black with #AA2762
Text Example
Text Example
White with #AA2762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2762; }
p { color: rgb(170,39,98); }
H1.HeaderClassName
{
color: #AA2762;
}
.AnyTagClassName
{
color: #AA2762;
}
</style>
background-color css
<style>
a { background-color: #AA2762; }
a { background-color: rgb(170,39,98); }
div.DivClassName
{
background-color: #AA2762;
}
.BgClassName
{
background-color: #AA2762;
}
</style>
border-color css
<style>
span { border-color: #AA2762; }
span { border-color: rgb(170,39,98); }
td.TdClassName
{
border-color: #AA2762;
}
.TagClassName
{
border-color: #AA2762;
}
</style>