#AE485A

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

Shades of Hippie Pink #AE485A

Tints of Hippie Pink #AE485A

Color information

#AE485A (or 0xAE485A) is unknown color: approx Hippie Pink. HEX triplet: AE, 48 and 5A. RGB value is (174,72,90). Sum of RGB (Red+Green+Blue) = 174+72+90=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE485A is #51B7A5. Grayscale: #686868. Windows color (decimal): -5355430 or 5916846. OLE color: 5916846.

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

Color convert

RGB1747290-
CMYK00.590.480.32
HSL349.41º41.46%48.24%-
HSV(B)349.41º58.62%68.24%-
XYZ21.6214.3711.31-
YUV104.55119.79177.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.79%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=51.79%
G=21.43%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174729000.590.480.32349.4141.4648.24
HexAE485A03B302015d2930
Octal25611013207360405355160
Binary10101110100100010110100111011110000100000101011101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE485A; }

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

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

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

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

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

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

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

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