Shades of Lipstick #AA285C
Tints of Lipstick #AA285C
RGB
CMYK
RGB Variations
Color information
#AA285C (or 0xAA285C) is known color: Lipstick. HEX triplet: AA, 28 and 5C. RGB value is (170,40,92). Sum of RGB (Red+Green+Blue) = 170+40+92=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA285C is #55D7A3. Grayscale: #545454. Windows color (decimal): -5625764 or 6039722. OLE color: 6039722.
HSL color Cylindrical-coordinate representation of color #AA285C: hue angle of 336º 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 #AA285C is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 92 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.33 |
| HSL | 336º | 0.62% | 0.41% | - |
| HSV(B) | 336º | 0.76% | 0.67% | - |
| XYZ | 19.27 | 10.84 | 11.2 | - |
| YUV | 84.8 | 132.07 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 92 | 0 | 0.76 | 0.46 | 0.33 | 336 | 0.62 | 0.41 |
| Hex | AA | 28 | 5C | 0 | 4C | 2E | 21 | 150 | 3E | 29 |
| Octal | 252 | 50 | 134 | 0 | 114 | 56 | 41 | 520 | 76 | 51 |
| Binary | 10101010 | 101000 | 1011100 | 0 | 1001100 | 101110 | 100001 | 101010000 | 111110 | 101001 |
Color Harmonies of #AA285C
Complementary color
Monochromatic Colors of #AA285C
Black with #AA285C
Text Example
Text Example
White with #AA285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA285C; }
p { color: rgb(170,40,92); }
H1.HeaderClassName
{
color: #AA285C;
}
.AnyTagClassName
{
color: #AA285C;
}
</style>
background-color css
<style>
a { background-color: #AA285C; }
a { background-color: rgb(170,40,92); }
div.DivClassName
{
background-color: #AA285C;
}
.BgClassName
{
background-color: #AA285C;
}
</style>
border-color css
<style>
span { border-color: #AA285C; }
span { border-color: rgb(170,40,92); }
td.TdClassName
{
border-color: #AA285C;
}
.TagClassName
{
border-color: #AA285C;
}
</style>