Html Css Color HEX #AE295B Lipstick

📋 copy color: '#AE295B'

red 174 ◦ green 41 ◦ blue 91

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

Shades of Lipstick #AE295B

Tints of Lipstick #AE295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 56.86%
G = 13.4%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE295B (or 0xAE295B) is known color: Lipstick. HEX triplet: AE, 29 and 5B. RGB value is (174,41,91). Sum of RGB (Red+Green+Blue) = 174+41+91=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE295B is #51D6A4. Grayscale: #565656. Windows color (decimal): -5363365 or 5974446. OLE color: 5974446.

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

Color convert

RGB 174 41 91 -
CMYK 0 0.76 0.48 0.32
HSL 337.44º 0.62% 0.42% -
HSV(B) 337.44º 0.76% 0.68% -
XYZ 20.14 11.34 11.03 -
YUV 86.47 130.56 190.43 -
System Red Green Blue C M Y K H S L
Decimal 174 41 91 0 0.76 0.48 0.32 337.44 0.62 0.42
Hex AE 29 5B 0 4C 30 20 151 3E 2A
Octal 256 51 133 0 114 60 40 521 76 52
Binary 10101110 101001 1011011 0 1001100 110000 100000 101010001 111110 101010

Color Harmonies of #AE295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE295B

Black with #AE295B

Text Example


Text Example

White with #AE295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE295B; }

 p { color: rgb(174,41,91); }

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

background-color css

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

 a { background-color: rgb(174,41,91); }

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

border-color css

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

 span { border-color: rgb(174,41,91); }

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