Html Css Color HEX #AE235C Lipstick

📋 copy color: '#AE235C'

red 174 ◦ green 35 ◦ blue 92

#AE235C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #AE235C

Tints of Lipstick #AE235C

RGB

 RED value IS 174 (68.36% from 255) = 57.81%

 GREEN value IS 35 (14.06% from 255) = 11.63%

 BLUE value IS 92 (36.33% from 255) = 30.56%

R = 57.81%
G = 11.63%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE235C (or 0xAE235C) is known color: Lipstick. HEX triplet: AE, 23 and 5C. RGB value is (174,35,92). Sum of RGB (Red+Green+Blue) = 174+35+92=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE235C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE235C is #51DCA3. Grayscale: #525252. Windows color (decimal): -5364900 or 6038446. OLE color: 6038446.

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

Color convert

RGB 174 35 92 -
CMYK 0 0.80 0.47 0.32
HSL 335.4º 0.67% 0.41% -
HSV(B) 335.4º 0.8% 0.68% -
XYZ 19.99 10.97 11.19 -
YUV 83.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 174 35 92 0 0.80 0.47 0.32 335.4 0.67 0.41
Hex AE 23 5C 0 50 2F 20 14F 43 29
Octal 256 43 134 0 120 57 40 517 103 51
Binary 10101110 100011 1011100 0 1010000 101111 100000 101001111 1000011 101001

Color Harmonies of #AE235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE235C

Black with #AE235C

Text Example


Text Example

White with #AE235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE235C; }

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

 H1.HeaderClassName
 {
   color: #AE235C;
 }
 .AnyTagClassName
 {
   color: #AE235C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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