#AE566C

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

Shades of Blush #AE566C

Tints of Blush #AE566C

Color information

#AE566C (or 0xAE566C) is unknown color: approx Blush. HEX triplet: AE, 56 and 6C. RGB value is (174,86,108). Sum of RGB (Red+Green+Blue) = 174+86+108=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE566C is #51A993. Grayscale: #727272. Windows color (decimal): -5351828 or 7100078. OLE color: 7100078.

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

Color convert

RGB17486108-
CMYK00.510.380.32
HSL345º35.2%50.98%-
HSV(B)345º50.57%68.24%-
XYZ23.4916.7416.18-
YUV114.82124.15170.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 108 (42.58% from 255) = 29.35%
R=47.28%
G=23.37%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748610800.510.380.3234535.250.98
HexAE566C03326201592333
Octal25612615406346405314363
Binary10101110101011011011000110011100110100000101011001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE566C; }

 p { color: rgb(174,86,108); }

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

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

 a { background-color: rgb(174,86,108); }

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

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

 span { border-color: rgb(174,86,108); }

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