#AE4E5C

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

Shades of Hippie Pink #AE4E5C

Tints of Hippie Pink #AE4E5C

Color information

#AE4E5C (or 0xAE4E5C) is unknown color: approx Hippie Pink. HEX triplet: AE, 4E and 5C. RGB value is (174,78,92). Sum of RGB (Red+Green+Blue) = 174+78+92=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4E5C is #51B1A3. Grayscale: #6C6C6C. Windows color (decimal): -5353892 or 6049454. OLE color: 6049454.

HSL color Cylindrical-coordinate representation of color #AE4E5C: hue angle of 351.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE4E5C is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1747892-
CMYK00.550.470.32
HSL351.25º38.1%49.41%-
HSV(B)351.25º55.17%68.24%-
XYZ22.1115.2211.9-
YUV108.3118.8174.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.58%
GREEN value IS 78 (30.86% from 255) = 22.67%
BLUE value IS 92 (36.33% from 255) = 26.74%
R=50.58%
G=22.67%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174789200.550.470.32351.2538.149.41
HexAE4E5C0372F2015f2631
Octal25611613406757405374661
Binary10101110100111010111000110111101111100000101011111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4E5C; }

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

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

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

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

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

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

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

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