Html Css Color HEX #AE295A Lipstick

📋 copy color: '#AE295A'

red 174 ◦ green 41 ◦ blue 90

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

Shades of Lipstick #AE295A

Tints of Lipstick #AE295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.51%

R = 57.05%
G = 13.44%
B = 29.51%

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

#AE295A (or 0xAE295A) is known color: Lipstick. HEX triplet: AE, 29 and 5A. RGB value is (174,41,90). Sum of RGB (Red+Green+Blue) = 174+41+90=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE295A is #51D6A5. Grayscale: #565656. Windows color (decimal): -5363366 or 5908910. OLE color: 5908910.

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

Color convert

RGB 174 41 90 -
CMYK 0 0.76 0.48 0.32
HSL 337.89º 0.62% 0.42% -
HSV(B) 337.89º 0.76% 0.68% -
XYZ 20.09 11.32 10.8 -
YUV 86.35 130.06 190.52 -
System Red Green Blue C M Y K H S L
Decimal 174 41 90 0 0.76 0.48 0.32 337.89 0.62 0.42
Hex AE 29 5A 0 4C 30 20 152 3E 2A
Octal 256 51 132 0 114 60 40 522 76 52
Binary 10101110 101001 1011010 0 1001100 110000 100000 101010010 111110 101010

Color Harmonies of #AE295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE295A

Black with #AE295A

Text Example


Text Example

White with #AE295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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