Shades of Lipstick #AA285A
Tints of Lipstick #AA285A
RGB
CMYK
RGB Variations
Color information
#AA285A (or 0xAA285A) is known color: Lipstick. HEX triplet: AA, 28 and 5A. RGB value is (170,40,90). Sum of RGB (Red+Green+Blue) = 170+40+90=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA285A is #55D7A5. Grayscale: #545454. Windows color (decimal): -5625766 or 5908650. OLE color: 5908650.
HSL color Cylindrical-coordinate representation of color #AA285A: hue angle of 336.92º 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 #AA285A is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 90 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.33 |
| HSL | 336.92º | 0.62% | 0.41% | - |
| HSV(B) | 336.92º | 0.76% | 0.67% | - |
| XYZ | 19.18 | 10.8 | 10.75 | - |
| YUV | 84.57 | 131.07 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 90 | 0 | 0.76 | 0.47 | 0.33 | 336.92 | 0.62 | 0.41 |
| Hex | AA | 28 | 5A | 0 | 4C | 2F | 21 | 151 | 3E | 29 |
| Octal | 252 | 50 | 132 | 0 | 114 | 57 | 41 | 521 | 76 | 51 |
| Binary | 10101010 | 101000 | 1011010 | 0 | 1001100 | 101111 | 100001 | 101010001 | 111110 | 101001 |
Color Harmonies of #AA285A
Complementary color
Monochromatic Colors of #AA285A
Black with #AA285A
Text Example
Text Example
White with #AA285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA285A; }
p { color: rgb(170,40,90); }
H1.HeaderClassName
{
color: #AA285A;
}
.AnyTagClassName
{
color: #AA285A;
}
</style>
background-color css
<style>
a { background-color: #AA285A; }
a { background-color: rgb(170,40,90); }
div.DivClassName
{
background-color: #AA285A;
}
.BgClassName
{
background-color: #AA285A;
}
</style>
border-color css
<style>
span { border-color: #AA285A; }
span { border-color: rgb(170,40,90); }
td.TdClassName
{
border-color: #AA285A;
}
.TagClassName
{
border-color: #AA285A;
}
</style>