#AE5064

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

Shades of Blush #AE5064

Tints of Blush #AE5064

Color information

#AE5064 (or 0xAE5064) is unknown color: approx Blush. HEX triplet: AE, 50 and 64. RGB value is (174,80,100). Sum of RGB (Red+Green+Blue) = 174+80+100=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5064 is #51AF9B. Grayscale: #6E6E6E. Windows color (decimal): -5353372 or 6574254. OLE color: 6574254.

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

Color convert

RGB17480100-
CMYK00.540.430.32
HSL347.23º37.01%49.8%-
HSV(B)347.23º54.02%68.24%-
XYZ22.6215.6613.89-
YUV110.39122.14173.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 80 (31.64% from 255) = 22.60%
BLUE value IS 100 (39.45% from 255) = 28.25%
R=49.15%
G=22.60%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748010000.540.430.32347.2337.0149.8
HexAE50640362B2015b2532
Octal25612014406653405334562
Binary10101110101000011001000110110101011100000101011011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5064; }

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

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

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

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

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

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

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

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