#AE485E

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

Shades of Hippie Pink #AE485E

Tints of Hippie Pink #AE485E

Color information

#AE485E (or 0xAE485E) is unknown color: approx Hippie Pink. HEX triplet: AE, 48 and 5E. RGB value is (174,72,94). Sum of RGB (Red+Green+Blue) = 174+72+94=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE485E is #51B7A1. Grayscale: #696969. Windows color (decimal): -5355426 or 6178990. OLE color: 6178990.

HSL color Cylindrical-coordinate representation of color #AE485E: hue angle of 347.06º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE485E is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB1747294-
CMYK00.590.460.32
HSL347.06º41.46%48.24%-
HSV(B)347.06º58.62%68.24%-
XYZ21.7914.4412.23-
YUV105.01121.79177.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.18%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 94 (37.11% from 255) = 27.65%
R=51.18%
G=21.18%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174729400.590.460.32347.0641.4648.24
HexAE485E03B2E2015b2930
Octal25611013607356405335160
Binary10101110100100010111100111011101110100000101011011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE485E; }

 p { color: rgb(174,72,94); }

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

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

 a { background-color: rgb(174,72,94); }

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

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

 span { border-color: rgb(174,72,94); }

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