#AE5459

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

Shades of Hippie Pink #AE5459

Tints of Hippie Pink #AE5459

Color information

#AE5459 (or 0xAE5459) is unknown color: approx Hippie Pink. HEX triplet: AE, 54 and 59. RGB value is (174,84,89). Sum of RGB (Red+Green+Blue) = 174+84+89=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5459 is #51ABA6. Grayscale: #6F6F6F. Windows color (decimal): -5352359 or 5854382. OLE color: 5854382.

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

Color convert

RGB1748489-
CMYK00.520.490.32
HSL356.67º35.71%50.59%-
HSV(B)356.67º51.72%68.24%-
XYZ22.4316.0611.37-
YUV111.48115.32172.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 89 (35.16% from 255) = 25.65%
R=50.14%
G=24.21%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174848900.520.490.32356.6735.7150.59
HexAE545903431201652433
Octal25612413106461405454463
Binary10101110101010010110010110100110001100000101100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5459; }

 p { color: rgb(174,84,89); }

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

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

 a { background-color: rgb(174,84,89); }

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

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

 span { border-color: rgb(174,84,89); }

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