#AE5758

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

Shades of Hippie Pink #AE5758

Tints of Hippie Pink #AE5758

Color information

#AE5758 (or 0xAE5758) is unknown color: approx Hippie Pink. HEX triplet: AE, 57 and 58. RGB value is (174,87,88). Sum of RGB (Red+Green+Blue) = 174+87+88=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5758 is #51A8A7. Grayscale: #717171. Windows color (decimal): -5351592 or 5789614. OLE color: 5789614.

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

Color convert

RGB1748788-
CMYK00.50.490.32
HSL359.31º34.94%51.18%-
HSV(B)359.31º50%68.24%-
XYZ22.6316.5211.23-
YUV113.13113.82171.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 87 (34.38% from 255) = 24.93%
BLUE value IS 88 (34.77% from 255) = 25.21%
R=49.86%
G=24.93%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174878800.50.490.32359.3134.9451.18
HexAE575803231201672333
Octal25612713006261405474363
Binary10101110101011110110000110010110001100000101100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5758; }

 p { color: rgb(174,87,88); }

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

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

 a { background-color: rgb(174,87,88); }

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

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

 span { border-color: rgb(174,87,88); }

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