COLOR #AE899D

HEX: #AE899D RGB: (174,137,157)

Color info

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

RGB color model

#AE899D color RGB value is (174,137,157).

RGB: (174,137,157) (68%, 54%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 137 of 255 = 54%
B 157 of 255 = 62%

174
137
157

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

Portions of RGB colors in percentages

R + G + B = 174 + 137 + 157 = 468 (100%)
R 174 of 468 ~ 37.18%
G 137 of 468 ~ 29.27%
B 157 of 468 ~ 33.55'%

%37.18
%29.27
%33.55

CMYK color model

#AE899D color CMYK value is (0,21,10,32).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 9.77%
  • key color value is 31.76%

CMYK: (0,21,10,32)
C0M21Y10K32 (0%, 21%, 10%, 32%)
(0.00 / 0.21 / 0.10 / 0.32)

CMYK percentages

%0
%21.26
%9.77
%31.76

Codes

Color #AE899D in popluar color models

AE 89 9D
RGB 174 137 157
HSL 328° 18.59% 60.98%
HSB/HSV 328° 21.26% 68.24%
CMYK 0.00% 21.26% 9.77%
31.76%

Color #AE899D in popluar number systems.

HEX AE 89 9D
Decimal 174 137 157
Binary 10101110 10001001 10011101
Octal 256 211 235

Shades and tints

Shades of #AE899D

#AE899D
(174,137,157)
#9F7D8F
(159,125,143)
#907181
(144,113,129)
#816573
(129,101,115)
#725965
(114,89,101)
#634D57
(99,77,87)
#544149
(84,65,73)
#45353B
(69,53,59)
#36292D
(54,41,45)
#271D1F
(39,29,31)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #AE899D

#AE899D
(174,137,157)
#B593A5
(181,147,165)
#BC9DAD
(188,157,173)
#C3A7B5
(195,167,181)
#CAB1BD
(202,177,189)
#D1BBC5
(209,187,197)
#D8C5CD
(216,197,205)
#DFCFD5
(223,207,213)
#E6D9DD
(230,217,221)
#EDE3E5
(237,227,229)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE899D; }

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

This text font color is #AE899D.

Background Color

.myBgColor { background-color: #AE899D; }

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

This div background color is #AE899D.

Border color

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

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

This div border color is #AE899D.

Opacity

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

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

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

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

This text has shadow with #AE899D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE899D.

Preview

Color preview on black background

This text has color #AE899D on black background.


Color preview on white background

This text has color #AE899D on white background.


Black color preview on #AE899D background

This text has black color on #AE899D background.


White color preview on #AE899D background

This text has white color on #AE899D background.


Related colors

Complementary color

Complementary color for #hex is #517662.


I love getcolorcode.com

Triadic colors

1 #9DAE89 and #899DAE with #AE899D are triadic colors.

2 #9D89AE and #89AE9D with #AE899D are triadic colors.