#AE495A

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

Shades of Hippie Pink #AE495A

Tints of Hippie Pink #AE495A

Color information

#AE495A (or 0xAE495A) is unknown color: approx Hippie Pink. HEX triplet: AE, 49 and 5A. RGB value is (174,73,90). Sum of RGB (Red+Green+Blue) = 174+73+90=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE495A is #51B6A5. Grayscale: #696969. Windows color (decimal): -5355174 or 5917102. OLE color: 5917102.

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

Color convert

RGB1747390-
CMYK00.580.480.32
HSL349.9º40.89%48.43%-
HSV(B)349.9º58.05%68.24%-
XYZ21.6814.511.33-
YUV105.14119.46177.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.63%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 90 (35.55% from 255) = 26.71%
R=51.63%
G=21.66%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174739000.580.480.32349.940.8948.43
HexAE495A03A302015e2930
Octal25611113207260405365160
Binary10101110100100110110100111010110000100000101011110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE495A; }

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

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

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

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

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

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

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

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