#AE485C

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

Shades of Hippie Pink #AE485C

Tints of Hippie Pink #AE485C

Color information

#AE485C (or 0xAE485C) is unknown color: approx Hippie Pink. HEX triplet: AE, 48 and 5C. RGB value is (174,72,92). Sum of RGB (Red+Green+Blue) = 174+72+92=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE485C is #51B7A3. Grayscale: #686868. Windows color (decimal): -5355428 or 6047918. OLE color: 6047918.

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

Color convert

RGB1747292-
CMYK00.590.470.32
HSL348.24º41.46%48.24%-
HSV(B)348.24º58.62%68.24%-
XYZ21.714.4111.76-
YUV104.78120.79177.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.48%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=51.48%
G=21.30%
B=27.22%

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
Decimal174729200.590.470.32348.2441.4648.24
HexAE485C03B2F2015c2930
Octal25611013407357405345160
Binary10101110100100010111000111011101111100000101011100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE485C; }

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

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

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

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

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

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

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

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