#AE515E

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

Shades of Hippie Pink #AE515E

Tints of Hippie Pink #AE515E

Color information

#AE515E (or 0xAE515E) is unknown color: approx Hippie Pink. HEX triplet: AE, 51 and 5E. RGB value is (174,81,94). Sum of RGB (Red+Green+Blue) = 174+81+94=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE515E is #51AEA1. Grayscale: #6E6E6E. Windows color (decimal): -5353122 or 6181294. OLE color: 6181294.

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

Color convert

RGB1748194-
CMYK00.530.460.32
HSL351.61º36.47%50%-
HSV(B)351.61º53.45%68.24%-
XYZ22.4215.6912.44-
YUV110.29118.81173.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 94 (37.11% from 255) = 26.93%
R=49.86%
G=23.21%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174819400.530.460.32351.6136.4750
HexAE515E0352E201602432
Octal25612113606556405404462
Binary10101110101000110111100110101101110100000101100000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE515E; }

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

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

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

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

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

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

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

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