COLOR #AE899B

HEX: #AE899B RGB: (174,137,155)

Color info

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

RGB color model

#AE899B color RGB value is (174,137,155).

RGB: (174,137,155) (68%, 54%, 61%)

RGB channels and saturation

R 174 of 255 = 68%
G 137 of 255 = 54%
B 155 of 255 = 61%

174
137
155

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

Portions of RGB colors in percentages

R + G + B = 174 + 137 + 155 = 466 (100%)
R 174 of 466 ~ 37.34%
G 137 of 466 ~ 29.4%
B 155 of 466 ~ 33.26'%

%37.34
%29.4
%33.26

CMYK color model

#AE899B color CMYK value is (0,21,11,32).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 10.92%
  • key color value is 31.76%
CMYK: (0,21,11,32) C0M21Y11K32 (0%,21%,11%,32%) (0.00/0.21/0.11/0.32) 

CMYK percentages

%0
%21.26
%10.92
%31.76

Codes

Color #AE899B in popluar color models

AE 89 9B
RGB 174 137 155
HSL 331° 18.59% 60.98%
HSB/HSV 331° 21.26% 68.24%
CMYK 0.00% 21.26% 10.92%
31.76%

Color #AE899B in popluar number systems.

HEX AE 89 9B
Decimal 174 137 155
Binary 10101110 10001001 10011011
Octal 256 211 233

Shades and tints

Shades of #AE899B

#AE899B
(174,137,155)
#9F7D8D
(159,125,141)
#90717F
(144,113,127)
#816571
(129,101,113)
#725963
(114,89,99)
#634D55
(99,77,85)
#544147
(84,65,71)
#453539
(69,53,57)
#36292B
(54,41,43)
#271D1D
(39,29,29)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #AE899B

#AE899B
(174,137,155)
#B593A4
(181,147,164)
#BC9DAD
(188,157,173)
#C3A7B6
(195,167,182)
#CAB1BF
(202,177,191)
#D1BBC8
(209,187,200)
#D8C5D1
(216,197,209)
#DFCFDA
(223,207,218)
#E6D9E3
(230,217,227)
#EDE3EC
(237,227,236)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE899B color. Also use rgb(174,137,155) instead hex code.

Text Font Color

.myTextColor { color: #AE899B; }

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

This text font color is #AE899B.

Background Color

.myBgColor { background-color: #AE899B; }

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

This div background color is #AE899B.

Border color

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

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

This div border color is #AE899B.

Opacity

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

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

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

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

This text has shadow with #AE899B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE899B.

Preview

Color preview on black background

This text has color #AE899B on black background.


Color preview on white background

This text has color #AE899B on white background.


Black color preview on #AE899B background

This text has black color on #AE899B background.


White color preview on #AE899B background

This text has white color on #AE899B background.


Related colors

Complementary color

Complementary color for #hex is #517664.


I love getcolorcode.com

Triadic colors

1 #9BAE89 and #899BAE with #AE899B are triadic colors.

2 #9B89AE and #89AE9B with #AE899B are triadic colors.