#AE515D

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

Shades of Hippie Pink #AE515D

Tints of Hippie Pink #AE515D

Color information

#AE515D (or 0xAE515D) is unknown color: approx Hippie Pink. HEX triplet: AE, 51 and 5D. RGB value is (174,81,93). Sum of RGB (Red+Green+Blue) = 174+81+93=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE515D is #51AEA2. Grayscale: #6E6E6E. Windows color (decimal): -5353123 or 6115758. OLE color: 6115758.

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

Color convert

RGB1748193-
CMYK00.530.470.32
HSL352.26º36.47%50%-
HSV(B)352.26º53.45%68.24%-
XYZ22.3715.6712.2-
YUV110.18118.31173.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=50%
G=23.28%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174819300.530.470.32352.2636.4750
HexAE515D0352F201602432
Octal25612113506557405404462
Binary10101110101000110111010110101101111100000101100000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE515D; }

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

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

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

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

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

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

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

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