#AE585B

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

Shades of Hippie Pink #AE585B

Tints of Hippie Pink #AE585B

Color information

#AE585B (or 0xAE585B) is unknown color: approx Hippie Pink. HEX triplet: AE, 58 and 5B. RGB value is (174,88,91). Sum of RGB (Red+Green+Blue) = 174+88+91=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE585B is #51A7A4. Grayscale: #727272. Windows color (decimal): -5351333 or 5986478. OLE color: 5986478.

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

Color convert

RGB1748891-
CMYK00.490.480.32
HSL357.91º34.68%51.37%-
HSV(B)357.91º49.43%68.24%-
XYZ22.8316.7311.92-
YUV114.06114.99170.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=49.29%
G=24.93%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174889100.490.480.32357.9134.6851.37
HexAE585B03130201662333
Octal25613013306160405464363
Binary10101110101100010110110110001110000100000101100110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE585B; }

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

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

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

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

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

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

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

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