#AE5569

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

Shades of Blush #AE5569

Tints of Blush #AE5569

Color information

#AE5569 (or 0xAE5569) is unknown color: approx Blush. HEX triplet: AE, 55 and 69. RGB value is (174,85,105). Sum of RGB (Red+Green+Blue) = 174+85+105=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5569 is #51AA96. Grayscale: #717171. Windows color (decimal): -5352087 or 6903214. OLE color: 6903214.

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

Color convert

RGB17485105-
CMYK00.510.400.32
HSL346.52º35.46%50.78%-
HSV(B)346.52º51.15%68.24%-
XYZ23.2516.5215.33-
YUV113.89122.99170.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 105 (41.41% from 255) = 28.85%
R=47.80%
G=23.35%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748510500.510.400.32346.5235.4650.78
HexAE5569033282015b2333
Octal25612515106350405334363
Binary10101110101010111010010110011101000100000101011011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5569; }

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

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

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

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

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

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

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

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