#AE494A

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

Shades of Hippie Pink #AE494A

Tints of Hippie Pink #AE494A

Color information

#AE494A (or 0xAE494A) is unknown color: approx Hippie Pink. HEX triplet: AE, 49 and 4A. RGB value is (174,73,74). Sum of RGB (Red+Green+Blue) = 174+73+74=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE494A is #51B6B5. Grayscale: #676767. Windows color (decimal): -5355190 or 4868526. OLE color: 4868526.

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

Color convert

RGB1747374-
CMYK00.580.570.32
HSL359.41º40.89%48.43%-
HSV(B)359.41º58.05%68.24%-
XYZ21.0714.268.12-
YUV103.31111.46178.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 73 (28.91% from 255) = 22.74%
BLUE value IS 74 (29.30% from 255) = 23.05%
R=54.21%
G=22.74%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174737400.580.570.32359.4140.8948.43
HexAE494A03A39201672930
Octal25611111207271405475160
Binary10101110100100110010100111010111001100000101100111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE494A; }

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

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

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

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

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

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

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

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