#AE5764

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

Shades of Blush #AE5764

Tints of Blush #AE5764

Color information

#AE5764 (or 0xAE5764) is unknown color: approx Blush. HEX triplet: AE, 57 and 64. RGB value is (174,87,100). Sum of RGB (Red+Green+Blue) = 174+87+100=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5764 is #51A89B. Grayscale: #727272. Windows color (decimal): -5351580 or 6576046. OLE color: 6576046.

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

Color convert

RGB17487100-
CMYK00.50.430.32
HSL351.03º34.94%51.18%-
HSV(B)351.03º50%68.24%-
XYZ23.1616.7414.07-
YUV114.5119.82170.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 87 (34.38% from 255) = 24.10%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=48.20%
G=24.10%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748710000.50.430.32351.0334.9451.18
HexAE57640322B2015f2333
Octal25612714406253405374363
Binary10101110101011111001000110010101011100000101011111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5764; }

 p { color: rgb(174,87,100); }

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

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

 a { background-color: rgb(174,87,100); }

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

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

 span { border-color: rgb(174,87,100); }

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