COLOR #AE5786

HEX: #AE5786
RGB: (174,87,134)

Color info

#AE5786 contains mainly red and blue colors. Web safe color of #AE5786 is #996699 (or #969).

RGB color model

#AE5786 color RGB value is (174,87,134).

  • red value is 174;
  • green value is 87;
  • blue value is 134.
RGB:
(174,87,134)
(68%,34%,53%)

RGB channels and saturation

R 174 of 255 = 68%
G 87 of 255 = 34%
B 134 of 255 = 53%

174
87
134

R + G + B ~ 52%. #AE5786 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 87 + 134 = 395 (100%)
R 174 of 395 ~ 44.05%
G 87 of 395 ~ 22.03%
B 134 of 395 ~ 33.92%

%44.05
%22.03
%33.92

CMYK color model

#AE5786 color CMYK value is (0,50,23,32).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 22.99%
  • key color value is 31.76%
CMYK:
(0,50,23,32)
C0M50Y23K32 
(0%,50%,23%,32%)
(0.00/0.50/0.23/0.32)	

CMYK percentages

%0
%50
%22.99
%31.76

Codes

Color #AE5786 in popluar color models

AE5786
RGB17487134
HSL328°34.94%51.18%
HSB/HSV328°50.00%68.24%
CMYK0.00%50.00%22.99%
31.76%

Color #AE5786 in popluar number systems.

HEXAE5786
Decimal17487134
Binary10101110101011110000110
Octal256127206

Shades and tints

Shades of #AE5786

#AE5786
(174,87,134)
#9F507A
(159,80,122)
#90496E
(144,73,110)
#814262
(129,66,98)
#723B56
(114,59,86)
#63344A
(99,52,74)
#542D3E
(84,45,62)
#452632
(69,38,50)
#361F26
(54,31,38)
#27181A
(39,24,26)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #AE5786

#AE5786
(174,87,134)
#B56691
(181,102,145)
#BC759C
(188,117,156)
#C384A7
(195,132,167)
#CA93B2
(202,147,178)
#D1A2BD
(209,162,189)
#D8B1C8
(216,177,200)
#DFC0D3
(223,192,211)
#E6CFDE
(230,207,222)
#EDDEE9
(237,222,233)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5786 color. Also use rgb(174,87,134) instead hex code.

Text Font Color

.myTextColor { color: #AE5786; }

<p style="color:#AE5786">This sample text font color is #AE5786.</p>

This text font color is #AE5786.


Background Color

.myBgColor { background-color: #AE5786; }

<div style="background-color:#AE5786">Inner text</div>

This div background color is #AE5786.


Border color

.myBorderColor { border: 1px solid #AE5786; }

<div style="border:3px solid #AE5786">Div</div>

This div border color is #AE5786.


Opacity

.myOpacity80 { color: #AE5786; opacity: 0.8; }

<p style="color:#AE5786;opacity:0.8;">80%</p>

Text with #AE5786 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AE5786;}

<p style="text-shadow: 3px 3px 1px #AE5786">Text here.</p>

This text has shadow with #AE5786 color.

.textShadow {text-shadow: 3px 3px 1px #AE5786, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AE5786, 5px 5px 20px red">Text here.</p>

This text has shadow with #AE5786 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE5786, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AE5786, Direction=45, Strength=4)">Text</p>

This text has shadow with #AE5786 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AE5786;
  -webkit-box-shadow:	1px 1px 3px 2px #AE5786;
  box-shadow:		1px 1px 3px 2px #AE5786;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE5786;
-webkit-box-shadow: 1px 1px 3px 2px #AE5786;
box-shadow:1px 1px 3px 2px #AE5786;">
Div content here</div>
This div box has shadow with color #AE5786.

Preview

Color preview on black background

This text has color #AE5786 on black background.


Color preview on white background

This text has color #AE5786 on white background.



Black color preview on #AE5786 background

This text has black color on #AE5786 background.


White color preview on #AE5786 background

This text has white color on #AE5786 background.