#AE5051

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

Shades of Hippie Pink #AE5051

Tints of Hippie Pink #AE5051

Color information

#AE5051 (or 0xAE5051) is unknown color: approx Hippie Pink. HEX triplet: AE, 50 and 51. RGB value is (174,80,81). Sum of RGB (Red+Green+Blue) = 174+80+81=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5051 is #51AFAE. Grayscale: #6C6C6C. Windows color (decimal): -5353391 or 5329070. OLE color: 5329070.

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

Color convert

RGB1748081-
CMYK00.540.530.32
HSL359.36º37.01%49.8%-
HSV(B)359.36º54.02%68.24%-
XYZ21.8115.339.59-
YUV108.22112.64174.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.94%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 81 (32.03% from 255) = 24.18%
R=51.94%
G=23.88%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174808100.540.530.32359.3637.0149.8
HexAE505103635201672532
Octal25612012106665405474562
Binary10101110101000010100010110110110101100000101100111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5051; }

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

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

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

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

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

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

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

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