#AE485D

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

Shades of Hippie Pink #AE485D

Tints of Hippie Pink #AE485D

Color information

#AE485D (or 0xAE485D) is unknown color: approx Hippie Pink. HEX triplet: AE, 48 and 5D. RGB value is (174,72,93). Sum of RGB (Red+Green+Blue) = 174+72+93=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE485D is #51B7A2. Grayscale: #686868. Windows color (decimal): -5355427 or 6113454. OLE color: 6113454.

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

Color convert

RGB1747293-
CMYK00.590.470.32
HSL347.65º41.46%48.24%-
HSV(B)347.65º58.62%68.24%-
XYZ21.7514.4211.99-
YUV104.89121.29177.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=51.33%
G=21.24%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174729300.590.470.32347.6541.4648.24
HexAE485D03B2F2015c2930
Octal25611013507357405345160
Binary10101110100100010111010111011101111100000101011100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE485D; }

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

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

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

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

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

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

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

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