#AE5060

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

Shades of Hippie Pink #AE5060

Tints of Hippie Pink #AE5060

Color information

#AE5060 (or 0xAE5060) is unknown color: approx Hippie Pink. HEX triplet: AE, 50 and 60. RGB value is (174,80,96). Sum of RGB (Red+Green+Blue) = 174+80+96=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5060 is #51AF9F. Grayscale: #6D6D6D. Windows color (decimal): -5353376 or 6312110. OLE color: 6312110.

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

Color convert

RGB1748096-
CMYK00.540.450.32
HSL349.79º37.01%49.8%-
HSV(B)349.79º54.02%68.24%-
XYZ22.4415.5812.89-
YUV109.93120.14173.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.71%
GREEN value IS 80 (31.64% from 255) = 22.86%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=49.71%
G=22.86%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174809600.540.450.32349.7937.0149.8
HexAE50600362D2015e2532
Octal25612014006655405364562
Binary10101110101000011000000110110101101100000101011110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5060; }

 p { color: rgb(174,80,96); }

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

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

 a { background-color: rgb(174,80,96); }

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

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

 span { border-color: rgb(174,80,96); }

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