#AE2159

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

Shades of Lipstick #AE2159

Tints of Lipstick #AE2159

Color information

#AE2159 (or 0xAE2159) is unknown color: approx Lipstick. HEX triplet: AE, 21 and 59. RGB value is (174,33,89). Sum of RGB (Red+Green+Blue) = 174+33+89=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2159 is #51DEA6. Grayscale: #515151. Windows color (decimal): -5365415 or 5841326. OLE color: 5841326.

HSL color Cylindrical-coordinate representation of color #AE2159: hue angle of 336.17º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE2159 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB1743389-
CMYK00.810.490.32
HSL336.17º68.12%40.59%-
HSV(B)336.17º81.03%68.24%-
XYZ19.810.8110.49-
YUV81.54132.21193.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.78%
GREEN value IS 33 (13.28% from 255) = 11.15%
BLUE value IS 89 (35.16% from 255) = 30.07%
R=58.78%
G=11.15%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174338900.810.490.32336.1768.1240.59
HexAE215905131201504429
Octal256411310121614052010451
Binary101011101000011011001010100011100011000001010100001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2159; }

 p { color: rgb(174,33,89); }

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

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

 a { background-color: rgb(174,33,89); }

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

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

 span { border-color: rgb(174,33,89); }

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