#AE485B

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

Shades of Hippie Pink #AE485B

Tints of Hippie Pink #AE485B

Color information

#AE485B (or 0xAE485B) is unknown color: approx Hippie Pink. HEX triplet: AE, 48 and 5B. RGB value is (174,72,91). Sum of RGB (Red+Green+Blue) = 174+72+91=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE485B is #51B7A4. Grayscale: #686868. Windows color (decimal): -5355429 or 5982382. OLE color: 5982382.

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

Color convert

RGB1747291-
CMYK00.590.480.32
HSL348.82º41.46%48.24%-
HSV(B)348.82º58.62%68.24%-
XYZ21.6614.3911.53-
YUV104.66120.29177.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.63%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=51.63%
G=21.36%
B=27.00%

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
Decimal174729100.590.480.32348.8241.4648.24
HexAE485B03B302015d2930
Octal25611013307360405355160
Binary10101110100100010110110111011110000100000101011101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE485B; }

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

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

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

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

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

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

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

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