#AE494E

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

Shades of Hippie Pink #AE494E

Tints of Hippie Pink #AE494E

Color information

#AE494E (or 0xAE494E) is unknown color: approx Hippie Pink. HEX triplet: AE, 49 and 4E. RGB value is (174,73,78). Sum of RGB (Red+Green+Blue) = 174+73+78=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE494E is #51B6B1. Grayscale: #676767. Windows color (decimal): -5355186 or 5130670. OLE color: 5130670.

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

Color convert

RGB1747378-
CMYK00.580.550.32
HSL357.03º40.89%48.43%-
HSV(B)357.03º58.05%68.24%-
XYZ21.2114.318.85-
YUV103.77113.46178.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 78 (30.86% from 255) = 24%
R=53.54%
G=22.46%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174737800.580.550.32357.0340.8948.43
HexAE494E03A37201652930
Octal25611111607267405455160
Binary10101110100100110011100111010110111100000101100101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE494E; }

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

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

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

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

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

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

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

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