#AE494D

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

Shades of Hippie Pink #AE494D

Tints of Hippie Pink #AE494D

Color information

#AE494D (or 0xAE494D) is unknown color: approx Hippie Pink. HEX triplet: AE, 49 and 4D. RGB value is (174,73,77). Sum of RGB (Red+Green+Blue) = 174+73+77=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE494D is #51B6B2. Grayscale: #676767. Windows color (decimal): -5355187 or 5065134. OLE color: 5065134.

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

Color convert

RGB1747377-
CMYK00.580.560.32
HSL357.62º40.89%48.43%-
HSV(B)357.62º58.05%68.24%-
XYZ21.1814.38.67-
YUV103.66112.96178.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.70%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=53.70%
G=22.53%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174737700.580.560.32357.6240.8948.43
HexAE494D03A38201662930
Octal25611111507270405465160
Binary10101110100100110011010111010111000100000101100110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE494D; }

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

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

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

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

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

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

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

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