COLOR #AE87A0

HEX: #AE87A0 RGB: (174,135,160)

Color info

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

RGB color model

#AE87A0 color RGB value is (174,135,160).

RGB: (174,135,160) (68%, 53%, 63%)

RGB channels and saturation

R 174 of 255 = 68%
G 135 of 255 = 53%
B 160 of 255 = 63%

174
135
160

R + G + B ~ 61%. #AE87A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 135 + 160 = 469 (100%)
R 174 of 469 ~ 37.1%
G 135 of 469 ~ 28.78%
B 160 of 469 ~ 34.12'%

%37.1
%28.78
%34.12

CMYK color model

#AE87A0 color CMYK value is (0,22,8,32).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 8.05%
  • key color value is 31.76%
CMYK: (0,22,8,32) C0M22Y8K32 (0%,22%,8%,32%) (0.00/0.22/0.08/0.32) 

CMYK percentages

%0
%22.41
%8.05
%31.76

Codes

Color #AE87A0 in popluar color models

AE 87 A0
RGB 174 135 160
HSL 322° 19.40% 60.59%
HSB/HSV 322° 22.41% 68.24%
CMYK 0.00% 22.41% 8.05%
31.76%

Color #AE87A0 in popluar number systems.

HEX AE 87 A0
Decimal 174 135 160
Binary 10101110 10000111 10100000
Octal 256 207 240

Shades and tints

Shades of #AE87A0

#AE87A0
(174,135,160)
#9F7B92
(159,123,146)
#906F84
(144,111,132)
#816376
(129,99,118)
#725768
(114,87,104)
#634B5A
(99,75,90)
#543F4C
(84,63,76)
#45333E
(69,51,62)
#362730
(54,39,48)
#271B22
(39,27,34)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #AE87A0

#AE87A0
(174,135,160)
#B591A8
(181,145,168)
#BC9BB0
(188,155,176)
#C3A5B8
(195,165,184)
#CAAFC0
(202,175,192)
#D1B9C8
(209,185,200)
#D8C3D0
(216,195,208)
#DFCDD8
(223,205,216)
#E6D7E0
(230,215,224)
#EDE1E8
(237,225,232)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE87A0 color. Also use rgb(174,135,160) instead hex code.

Text Font Color

.myTextColor { color: #AE87A0; }

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

This text font color is #AE87A0.

Background Color

.myBgColor { background-color: #AE87A0; }

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

This div background color is #AE87A0.

Border color

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

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

This div border color is #AE87A0.

Opacity

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

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

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

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

This text has shadow with #AE87A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE87A0.

Preview

Color preview on black background

This text has color #AE87A0 on black background.


Color preview on white background

This text has color #AE87A0 on white background.


Black color preview on #AE87A0 background

This text has black color on #AE87A0 background.


White color preview on #AE87A0 background

This text has white color on #AE87A0 background.


Related colors

Complementary color

Complementary color for #hex is #51785F.


I love getcolorcode.com

Triadic colors

1 #A0AE87 and #87A0AE with #AE87A0 are triadic colors.

2 #A087AE and #87AEA0 with #AE87A0 are triadic colors.