#AE5458

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

Shades of Hippie Pink #AE5458

Tints of Hippie Pink #AE5458

Color information

#AE5458 (or 0xAE5458) is unknown color: approx Hippie Pink. HEX triplet: AE, 54 and 58. RGB value is (174,84,88). Sum of RGB (Red+Green+Blue) = 174+84+88=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5458 is #51ABA7. Grayscale: #6F6F6F. Windows color (decimal): -5352360 or 5788846. OLE color: 5788846.

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

Color convert

RGB1748488-
CMYK00.520.490.32
HSL357.33º35.71%50.59%-
HSV(B)357.33º51.72%68.24%-
XYZ22.3916.0411.15-
YUV111.37114.82172.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 88 (34.77% from 255) = 25.43%
R=50.29%
G=24.28%
B=25.43%

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
Decimal174848800.520.490.32357.3335.7150.59
HexAE545803431201652433
Octal25612413006461405454463
Binary10101110101010010110000110100110001100000101100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5458; }

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

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

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

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

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

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

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

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