#AE556C

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

Shades of Blush #AE556C

Tints of Blush #AE556C

Color information

#AE556C (or 0xAE556C) is unknown color: approx Blush. HEX triplet: AE, 55 and 6C. RGB value is (174,85,108). Sum of RGB (Red+Green+Blue) = 174+85+108=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE556C is #51AA93. Grayscale: #727272. Windows color (decimal): -5352084 or 7099822. OLE color: 7099822.

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

Color convert

RGB17485108-
CMYK00.510.380.32
HSL344.49º35.46%50.78%-
HSV(B)344.49º51.15%68.24%-
XYZ23.4116.5816.15-
YUV114.23124.49170.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=47.41%
G=23.16%
B=29.43%

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
Decimal1748510800.510.380.32344.4935.4650.78
HexAE556C03326201582333
Octal25612515406346405304363
Binary10101110101010111011000110011100110100000101011000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE556C; }

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

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

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

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

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

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

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

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