#AE505E

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

Shades of Hippie Pink #AE505E

Tints of Hippie Pink #AE505E

Color information

#AE505E (or 0xAE505E) is unknown color: approx Hippie Pink. HEX triplet: AE, 50 and 5E. RGB value is (174,80,94). Sum of RGB (Red+Green+Blue) = 174+80+94=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE505E is #51AFA1. Grayscale: #6D6D6D. Windows color (decimal): -5353378 or 6181038. OLE color: 6181038.

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

Color convert

RGB1748094-
CMYK00.540.460.32
HSL351.06º37.01%49.8%-
HSV(B)351.06º54.02%68.24%-
XYZ22.3415.5412.41-
YUV109.7119.14173.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=50%
G=22.99%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174809400.540.460.32351.0637.0149.8
HexAE505E0362E2015f2532
Octal25612013606656405374562
Binary10101110101000010111100110110101110100000101011111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE505E; }

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

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

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

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

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

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

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

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