#AE5570

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

Shades of Blush #AE5570

Tints of Blush #AE5570

Color information

#AE5570 (or 0xAE5570) is unknown color: approx Blush. HEX triplet: AE, 55 and 70. RGB value is (174,85,112). Sum of RGB (Red+Green+Blue) = 174+85+112=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5570 is #51AA8F. Grayscale: #727272. Windows color (decimal): -5352080 or 7361966. OLE color: 7361966.

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

Color convert

RGB17485112-
CMYK00.510.360.32
HSL341.8º35.46%50.78%-
HSV(B)341.8º51.15%68.24%-
XYZ23.6316.6717.3-
YUV114.69126.49170.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=46.90%
G=22.91%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748511200.510.360.32341.835.4650.78
HexAE557003324201562333
Octal25612516006344405264363
Binary10101110101010111100000110011100100100000101010110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5570; }

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

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

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

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

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

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

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

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