COLOR #AE84A5

HEX: #AE84A5
RGB: (174,132,165)

Color info

#AE84A5 contains red, green and blue colors in about the same proportion. Web safe color of #AE84A5 is #999999 (or #999).

RGB color model

#AE84A5 color RGB value is (174,132,165).

  • red value is 174;
  • green value is 132;
  • blue value is 165.
RGB:
(174,132,165)
(68%,52%,65%)

RGB channels and saturation

R 174 of 255 = 68%
G 132 of 255 = 52%
B 165 of 255 = 65%

174
132
165

R + G + B ~ 62%. #AE84A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 132 + 165 = 471 (100%)
R 174 of 471 ~ 36.94%
G 132 of 471 ~ 28.03%
B 165 of 471 ~ 35.03%

%36.94
%28.03
%35.03

CMYK color model

#AE84A5 color CMYK value is (0,24,5,32).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 5.17%
  • key color value is 31.76%
CMYK:
(0,24,5,32)
C0M24Y5K32 
(0%,24%,5%,32%)
(0.00/0.24/0.05/0.32)	

CMYK percentages

%0
%24.14
%5.17
%31.76

Codes

Color #AE84A5 in popluar color models

AE84A5
RGB174132165
HSL313°20.59%60.00%
HSB/HSV313°24.14%68.24%
CMYK0.00%24.14%5.17%
31.76%

Color #AE84A5 in popluar number systems.

HEXAE84A5
Decimal174132165
Binary101011101000010010100101
Octal256204245

Shades and tints

Shades of #AE84A5

#AE84A5
(174,132,165)
#9F7896
(159,120,150)
#906C87
(144,108,135)
#816078
(129,96,120)
#725469
(114,84,105)
#63485A
(99,72,90)
#543C4B
(84,60,75)
#45303C
(69,48,60)
#36242D
(54,36,45)
#27181E
(39,24,30)
#180C0F
(24,12,15)
#000000
(0,0,0)

Tints of #AE84A5

#AE84A5
(174,132,165)
#B58FAD
(181,143,173)
#BC9AB5
(188,154,181)
#C3A5BD
(195,165,189)
#CAB0C5
(202,176,197)
#D1BBCD
(209,187,205)
#D8C6D5
(216,198,213)
#DFD1DD
(223,209,221)
#E6DCE5
(230,220,229)
#EDE7ED
(237,231,237)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE84A5 color. Also use rgb(174,132,165) instead hex code.

Text Font Color

.myTextColor { color: #AE84A5; }

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

This text font color is #AE84A5.


Background Color

.myBgColor { background-color: #AE84A5; }

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

This div background color is #AE84A5.


Border color

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

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

This div border color is #AE84A5.


Opacity

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

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

Text with #AE84A5 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 #AE84A5;}

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

This text has shadow with #AE84A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE84A5 on black background.


Color preview on white background

This text has color #AE84A5 on white background.



Black color preview on #AE84A5 background

This text has black color on #AE84A5 background.


White color preview on #AE84A5 background

This text has white color on #AE84A5 background.