#AE5B5C

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

Shades of Hippie Pink #AE5B5C

Tints of Hippie Pink #AE5B5C

Color information

#AE5B5C (or 0xAE5B5C) is unknown color: approx Hippie Pink. HEX triplet: AE, 5B and 5C. RGB value is (174,91,92). Sum of RGB (Red+Green+Blue) = 174+91+92=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5B5C is #51A4A3. Grayscale: #747474. Windows color (decimal): -5350564 or 6052782. OLE color: 6052782.

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

Color convert

RGB1749192-
CMYK00.480.470.32
HSL359.28º33.88%51.96%-
HSV(B)359.28º47.7%68.24%-
XYZ23.1317.2512.24-
YUV115.93114.5169.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=48.74%
G=25.49%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174919200.480.470.32359.2833.8851.96
HexAE5B5C0302F201672234
Octal25613313406057405474264
Binary10101110101101110111000110000101111100000101100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5B5C; }

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

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

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

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

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

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

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

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