#AE2659

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

Shades of Lipstick #AE2659

Tints of Lipstick #AE2659

Color information

#AE2659 (or 0xAE2659) is unknown color: approx Lipstick. HEX triplet: AE, 26 and 59. RGB value is (174,38,89). Sum of RGB (Red+Green+Blue) = 174+38+89=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2659 is #51D9A6. Grayscale: #545454. Windows color (decimal): -5364135 or 5842606. OLE color: 5842606.

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

Color convert

RGB1743889-
CMYK00.780.490.32
HSL337.5º64.15%41.57%-
HSV(B)337.5º78.16%68.24%-
XYZ19.9511.1110.54-
YUV84.48130.56191.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.81%
GREEN value IS 38 (15.23% from 255) = 12.62%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=57.81%
G=12.62%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174388900.780.490.32337.564.1541.57
HexAE265904E3120152402a
Octal256461310116614052210052
Binary101011101001101011001010011101100011000001010100101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2659; }

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

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

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

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

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

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

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

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