#AE595B

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

Shades of Hippie Pink #AE595B

Tints of Hippie Pink #AE595B

Color information

#AE595B (or 0xAE595B) is unknown color: approx Hippie Pink. HEX triplet: AE, 59 and 5B. RGB value is (174,89,91). Sum of RGB (Red+Green+Blue) = 174+89+91=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE595B is #51A6A4. Grayscale: #727272. Windows color (decimal): -5351077 or 5986734. OLE color: 5986734.

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

Color convert

RGB1748991-
CMYK00.490.480.32
HSL358.59º34.41%51.57%-
HSV(B)358.59º48.85%68.24%-
XYZ22.9216.911.95-
YUV114.64114.66170.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=49.15%
G=25.14%
B=25.71%

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
Decimal174899100.490.480.32358.5934.4151.57
HexAE595B03130201672234
Octal25613113306160405474264
Binary10101110101100110110110110001110000100000101100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE595B; }

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

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

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

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

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

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

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

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