#AE566B

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

Shades of Blush #AE566B

Tints of Blush #AE566B

Color information

#AE566B (or 0xAE566B) is unknown color: approx Blush. HEX triplet: AE, 56 and 6B. RGB value is (174,86,107). Sum of RGB (Red+Green+Blue) = 174+86+107=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE566B is #51A994. Grayscale: #727272. Windows color (decimal): -5351829 or 7034542. OLE color: 7034542.

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

Color convert

RGB17486107-
CMYK00.510.390.32
HSL345.68º35.2%50.98%-
HSV(B)345.68º50.57%68.24%-
XYZ23.4416.7215.9-
YUV114.71123.65170.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 107 (42.19% from 255) = 29.16%
R=47.41%
G=23.43%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748610700.510.390.32345.6835.250.98
HexAE566B033272015a2333
Octal25612615306347405324363
Binary10101110101011011010110110011100111100000101011010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE566B; }

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

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

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

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

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

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

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

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