COLOR #AE9A8B

HEX: #AE9A8B RGB: (174,154,139)

Color info

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

RGB color model

#AE9A8B color RGB value is (174,154,139).

RGB: (174,154,139) (68%, 60%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 154 of 255 = 60%
B 139 of 255 = 55%

174
154
139

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

Portions of RGB colors in percentages

R + G + B = 174 + 154 + 139 = 467 (100%)
R 174 of 467 ~ 37.26%
G 154 of 467 ~ 32.98%
B 139 of 467 ~ 29.76'%

%37.26
%32.98
%29.76

CMYK color model

#AE9A8B color CMYK value is (0,11,20,32).

  • cyan value is 0.00%
  • magenta value is 11.49%
  • yellow value is 20.11%
  • key color value is 31.76%
CMYK: (0,11,20,32) C0M11Y20K32 (0%,11%,20%,32%) (0.00/0.11/0.20/0.32) 

CMYK percentages

%0
%11.49
%20.11
%31.76

Codes

Color #AE9A8B in popluar color models

AE 9A 8B
RGB 174 154 139
HSL 26° 17.77% 61.37%
HSB/HSV 26° 20.11% 68.24%
CMYK 0.00% 11.49% 20.11%
31.76%

Color #AE9A8B in popluar number systems.

HEX AE 9A 8B
Decimal 174 154 139
Binary 10101110 10011010 10001011
Octal 256 232 213

Shades and tints

Shades of #AE9A8B

#AE9A8B
(174,154,139)
#9F8C7F
(159,140,127)
#907E73
(144,126,115)
#817067
(129,112,103)
#72625B
(114,98,91)
#63544F
(99,84,79)
#544643
(84,70,67)
#453837
(69,56,55)
#362A2B
(54,42,43)
#271C1F
(39,28,31)
#180E13
(24,14,19)
#000000
(0,0,0)

Tints of #AE9A8B

#AE9A8B
(174,154,139)
#B5A395
(181,163,149)
#BCAC9F
(188,172,159)
#C3B5A9
(195,181,169)
#CABEB3
(202,190,179)
#D1C7BD
(209,199,189)
#D8D0C7
(216,208,199)
#DFD9D1
(223,217,209)
#E6E2DB
(230,226,219)
#EDEBE5
(237,235,229)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9A8B color. Also use rgb(174,154,139) instead hex code.

Text Font Color

.myTextColor { color: #AE9A8B; }

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

This text font color is #AE9A8B.

Background Color

.myBgColor { background-color: #AE9A8B; }

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

This div background color is #AE9A8B.

Border color

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

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

This div border color is #AE9A8B.

Opacity

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

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

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

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

This text has shadow with #AE9A8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9A8B.

Preview

Color preview on black background

This text has color #AE9A8B on black background.


Color preview on white background

This text has color #AE9A8B on white background.


Black color preview on #AE9A8B background

This text has black color on #AE9A8B background.


White color preview on #AE9A8B background

This text has white color on #AE9A8B background.


Related colors

Complementary color

Complementary color for #hex is #516574.


I love getcolorcode.com

Triadic colors

1 #8BAE9A and #9A8BAE with #AE9A8B are triadic colors.

2 #8B9AAE and #9AAE8B with #AE9A8B are triadic colors.