#AE495D

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

Shades of Hippie Pink #AE495D

Tints of Hippie Pink #AE495D

Color information

#AE495D (or 0xAE495D) is unknown color: approx Hippie Pink. HEX triplet: AE, 49 and 5D. RGB value is (174,73,93). Sum of RGB (Red+Green+Blue) = 174+73+93=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE495D is #51B6A2. Grayscale: #696969. Windows color (decimal): -5355171 or 6113710. OLE color: 6113710.

HSL color Cylindrical-coordinate representation of color #AE495D: hue angle of 348.12º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE495D is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1747393-
CMYK00.580.470.32
HSL348.12º40.89%48.43%-
HSV(B)348.12º58.05%68.24%-
XYZ21.8114.5512.02-
YUV105.48120.96176.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.18%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 93 (36.72% from 255) = 27.35%
R=51.18%
G=21.47%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174739300.580.470.32348.1240.8948.43
HexAE495D03A2F2015c2930
Octal25611113507257405345160
Binary10101110100100110111010111010101111100000101011100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE495D; }

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

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

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

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

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

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

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

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