#AE6064

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

Shades of Blush #AE6064

Tints of Blush #AE6064

Color information

#AE6064 (or 0xAE6064) is unknown color: approx Blush. HEX triplet: AE, 60 and 64. RGB value is (174,96,100). Sum of RGB (Red+Green+Blue) = 174+96+100=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6064 is #519F9B. Grayscale: #777777. Windows color (decimal): -5349276 or 6578350. OLE color: 6578350.

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

Color convert

RGB17496100-
CMYK00.450.430.32
HSL356.92º32.5%52.94%-
HSV(B)356.92º44.83%68.24%-
XYZ23.9418.2814.32-
YUV119.78116.84166.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 100 (39.45% from 255) = 27.03%
R=47.03%
G=25.95%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749610000.450.430.32356.9232.552.94
HexAE606402D2B201652035
Octal25614014405553405454065
Binary10101110110000011001000101101101011100000101100101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6064; }

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

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

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

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

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

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

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

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