#AE4950

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

Shades of Hippie Pink #AE4950

Tints of Hippie Pink #AE4950

Color information

#AE4950 (or 0xAE4950) is unknown color: approx Hippie Pink. HEX triplet: AE, 49 and 50. RGB value is (174,73,80). Sum of RGB (Red+Green+Blue) = 174+73+80=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4950 is #51B6AF. Grayscale: #686868. Windows color (decimal): -5355184 or 5261742. OLE color: 5261742.

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

Color convert

RGB1747380-
CMYK00.580.540.32
HSL355.84º40.89%48.43%-
HSV(B)355.84º58.05%68.24%-
XYZ21.2914.349.24-
YUV104114.46177.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=53.21%
G=22.32%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174738000.580.540.32355.8440.8948.43
HexAE495003A36201642930
Octal25611112007266405445160
Binary10101110100100110100000111010110110100000101100100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4950; }

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

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

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

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

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

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

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

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