#AE4E62

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

Shades of Hippie Pink #AE4E62

Tints of Hippie Pink #AE4E62

Color information

#AE4E62 (or 0xAE4E62) is unknown color: approx Hippie Pink. HEX triplet: AE, 4E and 62. RGB value is (174,78,98). Sum of RGB (Red+Green+Blue) = 174+78+98=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4E62 is #51B19D. Grayscale: #6D6D6D. Windows color (decimal): -5353886 or 6442670. OLE color: 6442670.

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

Color convert

RGB1747898-
CMYK00.550.440.32
HSL347.5º38.1%49.41%-
HSV(B)347.5º55.17%68.24%-
XYZ22.3815.3313.33-
YUV108.98121.8174.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.71%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 98 (38.67% from 255) = 28%
R=49.71%
G=22.29%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174789800.550.440.32347.538.149.41
HexAE4E620372C2015c2631
Octal25611614206754405344661
Binary10101110100111011000100110111101100100000101011100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4E62; }

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

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

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

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

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

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

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

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