#AE5770

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

Shades of Blush #AE5770

Tints of Blush #AE5770

Color information

#AE5770 (or 0xAE5770) is unknown color: approx Blush. HEX triplet: AE, 57 and 70. RGB value is (174,87,112). Sum of RGB (Red+Green+Blue) = 174+87+112=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5770 is #51A88F. Grayscale: #737373. Windows color (decimal): -5351568 or 7362478. OLE color: 7362478.

HSL color Cylindrical-coordinate representation of color #AE5770: hue angle of 342.76º 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 #AE5770 is Cyan = 0, Magento = 0.5, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB17487112-
CMYK00.50.360.32
HSL342.76º34.94%51.18%-
HSV(B)342.76º50%68.24%-
XYZ23.7916.9817.35-
YUV115.86125.82169.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=46.65%
G=23.32%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748711200.50.360.32342.7634.9451.18
HexAE577003224201572333
Octal25612716006244405274363
Binary10101110101011111100000110010100100100000101010111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5770; }

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

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

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

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

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

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

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

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