#AE2759

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

Shades of Lipstick #AE2759

Tints of Lipstick #AE2759

Color information

#AE2759 (or 0xAE2759) is unknown color: approx Lipstick. HEX triplet: AE, 27 and 59. RGB value is (174,39,89). Sum of RGB (Red+Green+Blue) = 174+39+89=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2759 is #51D8A6. Grayscale: #555555. Windows color (decimal): -5363879 or 5842862. OLE color: 5842862.

HSL color Cylindrical-coordinate representation of color #AE2759: hue angle of 337.78º degrees, saturation: 0.63, 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 #AE2759 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB1743989-
CMYK00.780.490.32
HSL337.78º63.38%41.76%-
HSV(B)337.78º77.59%68.24%-
XYZ19.9811.1710.55-
YUV85.06130.23191.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.62%
GREEN value IS 39 (15.62% from 255) = 12.91%
BLUE value IS 89 (35.16% from 255) = 29.47%
R=57.62%
G=12.91%
B=29.47%

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
Decimal174398900.780.490.32337.7863.3841.76
HexAE275904E31201523f2a
Octal25647131011661405227752
Binary10101110100111101100101001110110001100000101010010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2759; }

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

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

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

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

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

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

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

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