Shades of Lipstick #AE285A
Tints of Lipstick #AE285A
RGB
CMYK
RGB Variations
Color information
#AE285A (or 0xAE285A) is known color: Lipstick. HEX triplet: AE, 28 and 5A. RGB value is (174,40,90). Sum of RGB (Red+Green+Blue) = 174+40+90=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE285A is #51D7A5. Grayscale: #555555. Windows color (decimal): -5363622 or 5908654. OLE color: 5908654.
HSL color Cylindrical-coordinate representation of color #AE285A: hue angle of 337.61º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE285A is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 90 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.32 |
| HSL | 337.61º | 0.63% | 0.42% | - |
| HSV(B) | 337.61º | 0.77% | 0.68% | - |
| XYZ | 20.06 | 11.25 | 10.79 | - |
| YUV | 85.77 | 130.39 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 90 | 0 | 0.77 | 0.48 | 0.32 | 337.61 | 0.63 | 0.42 |
| Hex | AE | 28 | 5A | 0 | 4D | 30 | 20 | 152 | 3F | 2A |
| Octal | 256 | 50 | 132 | 0 | 115 | 60 | 40 | 522 | 77 | 52 |
| Binary | 10101110 | 101000 | 1011010 | 0 | 1001101 | 110000 | 100000 | 101010010 | 111111 | 101010 |
Color Harmonies of #AE285A
Complementary color
Monochromatic Colors of #AE285A
Black with #AE285A
Text Example
Text Example
White with #AE285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE285A; }
p { color: rgb(174,40,90); }
H1.HeaderClassName
{
color: #AE285A;
}
.AnyTagClassName
{
color: #AE285A;
}
</style>
background-color css
<style>
a { background-color: #AE285A; }
a { background-color: rgb(174,40,90); }
div.DivClassName
{
background-color: #AE285A;
}
.BgClassName
{
background-color: #AE285A;
}
</style>
border-color css
<style>
span { border-color: #AE285A; }
span { border-color: rgb(174,40,90); }
td.TdClassName
{
border-color: #AE285A;
}
.TagClassName
{
border-color: #AE285A;
}
</style>