#AE235D

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

Shades of Lipstick #AE235D

Tints of Lipstick #AE235D

Color information

#AE235D (or 0xAE235D) is unknown color: approx Lipstick. HEX triplet: AE, 23 and 5D. RGB value is (174,35,93). Sum of RGB (Red+Green+Blue) = 174+35+93=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE235D is #51DCA2. Grayscale: #535353. Windows color (decimal): -5364899 or 6103982. OLE color: 6103982.

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

Color convert

RGB1743593-
CMYK00.800.470.32
HSL334.96º66.51%40.98%-
HSV(B)334.96º79.89%68.24%-
XYZ20.0310.9911.42-
YUV83.17133.55192.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.62%
GREEN value IS 35 (14.06% from 255) = 11.59%
BLUE value IS 93 (36.72% from 255) = 30.79%
R=57.62%
G=11.59%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174359300.800.470.32334.9666.5140.98
HexAE235D0502F2014f4329
Octal256431350120574051710351
Binary101011101000111011101010100001011111000001010011111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE235D; }

 p { color: rgb(174,35,93); }

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

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

 a { background-color: rgb(174,35,93); }

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

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

 span { border-color: rgb(174,35,93); }

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