#AE285B

Color #AE285B Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #AE285B

Tints of Lipstick #AE285B

Color information

#AE285B (or 0xAE285B) is unknown color: approx Lipstick. HEX triplet: AE, 28 and 5B. RGB value is (174,40,91). Sum of RGB (Red+Green+Blue) = 174+40+91=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE285B is #51D7A4. Grayscale: #555555. Windows color (decimal): -5363621 or 5974190. OLE color: 5974190.

HSL color Cylindrical-coordinate representation of color #AE285B: hue angle of 337.16º 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 #AE285B is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB1744091-
CMYK00.770.480.32
HSL337.16º62.62%41.96%-
HSV(B)337.16º77.01%68.24%-
XYZ20.111.2711.01-
YUV85.88130.89190.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 57.05%
GREEN value IS 40 (16.02% from 255) = 13.11%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=57.05%
G=13.11%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174409100.770.480.32337.1662.6241.96
HexAE285B04D30201513f2a
Octal25650133011560405217752
Binary10101110101000101101101001101110000100000101010001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE285B; }

 p { color: rgb(174,40,91); }

 H1.HeaderClassName
 {
   color: #AE285B;
 }
 .AnyTagClassName
 {
   color: #AE285B;
 }
</style>
background-color css

<style>
 a { background-color: #AE285B; }

 a { background-color: rgb(174,40,91); }

 div.DivClassName
 {
   background-color: #AE285B;
 }
 .BgClassName
 {
   background-color: #AE285B;
 }
</style>
border-color css

<style>
 span { border-color: #AE285B; }

 span { border-color: rgb(174,40,91); }

 td.TdClassName
 {
   border-color: #AE285B;
 }
 .TagClassName
 {
   border-color: #AE285B;
 }
</style>