#AE5057

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

Shades of Hippie Pink #AE5057

Tints of Hippie Pink #AE5057

Color information

#AE5057 (or 0xAE5057) is unknown color: approx Hippie Pink. HEX triplet: AE, 50 and 57. RGB value is (174,80,87). Sum of RGB (Red+Green+Blue) = 174+80+87=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5057 is #51AFA8. Grayscale: #6C6C6C. Windows color (decimal): -5353385 or 5722286. OLE color: 5722286.

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

Color convert

RGB1748087-
CMYK00.540.50.32
HSL355.53º37.01%49.8%-
HSV(B)355.53º54.02%68.24%-
XYZ22.0415.4210.83-
YUV108.9115.64174.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=51.03%
G=23.46%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174808700.540.50.32355.5337.0149.8
HexAE505703632201642532
Octal25612012706662405444562
Binary10101110101000010101110110110110010100000101100100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5057; }

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

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

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

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

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

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

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

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