#AE505D

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

Shades of Hippie Pink #AE505D

Tints of Hippie Pink #AE505D

Color information

#AE505D (or 0xAE505D) is unknown color: approx Hippie Pink. HEX triplet: AE, 50 and 5D. RGB value is (174,80,93). Sum of RGB (Red+Green+Blue) = 174+80+93=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE505D is #51AFA2. Grayscale: #6D6D6D. Windows color (decimal): -5353379 or 6115502. OLE color: 6115502.

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

Color convert

RGB1748093-
CMYK00.540.470.32
HSL351.7º37.01%49.8%-
HSV(B)351.7º54.02%68.24%-
XYZ22.315.5312.18-
YUV109.59118.64173.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=50.14%
G=23.05%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174809300.540.470.32351.737.0149.8
HexAE505D0362F201602532
Octal25612013506657405404562
Binary10101110101000010111010110110101111100000101100000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE505D; }

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

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

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

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

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

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

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

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