#AE556B

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

Shades of Blush #AE556B

Tints of Blush #AE556B

Color information

#AE556B (or 0xAE556B) is unknown color: approx Blush. HEX triplet: AE, 55 and 6B. RGB value is (174,85,107). Sum of RGB (Red+Green+Blue) = 174+85+107=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE556B is #51AA94. Grayscale: #727272. Windows color (decimal): -5352085 or 7034286. OLE color: 7034286.

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

Color convert

RGB17485107-
CMYK00.510.390.32
HSL345.17º35.46%50.78%-
HSV(B)345.17º51.15%68.24%-
XYZ23.3616.5615.87-
YUV114.12123.99170.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.54%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=47.54%
G=23.22%
B=29.23%

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
Decimal1748510700.510.390.32345.1735.4650.78
HexAE556B03327201592333
Octal25612515306347405314363
Binary10101110101010111010110110011100111100000101011001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE556B; }

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

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

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

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

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

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

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

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