COLOR #AEA99D

HEX: #AEA99D RGB: (174,169,157)

Color info

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

RGB color model

#AEA99D color RGB value is (174,169,157).

RGB: (174,169,157) (68%, 66%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 169 of 255 = 66%
B 157 of 255 = 62%

174
169
157

R + G + B ~ 65%. #AEA99D is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 169 + 157 = 500 (100%)
R 174 of 500 ~ 34.8%
G 169 of 500 ~ 33.8%
B 157 of 500 ~ 31.4'%

%34.8
%33.8
%31.4

CMYK color model

#AEA99D color CMYK value is (0,3,10,32).

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

CMYK: (0,3,10,32)
C0M3Y10K32 (0%, 3%, 10%, 32%)
(0.00 / 0.03 / 0.10 / 0.32)

CMYK percentages

%0
%2.87
%9.77
%31.76

Codes

Color #AEA99D in popluar color models

AE A9 9D
RGB 174 169 157
HSL 42° 9.50% 64.90%
HSB/HSV 42° 9.77% 68.24%
CMYK 0.00% 2.87% 9.77%
31.76%

Color #AEA99D in popluar number systems.

HEX AE A9 9D
Decimal 174 169 157
Binary 10101110 10101001 10011101
Octal 256 251 235

Shades and tints

Shades of #AEA99D

#AEA99D
(174,169,157)
#9F9A8F
(159,154,143)
#908B81
(144,139,129)
#817C73
(129,124,115)
#726D65
(114,109,101)
#635E57
(99,94,87)
#544F49
(84,79,73)
#45403B
(69,64,59)
#36312D
(54,49,45)
#27221F
(39,34,31)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #AEA99D

#AEA99D
(174,169,157)
#B5B0A5
(181,176,165)
#BCB7AD
(188,183,173)
#C3BEB5
(195,190,181)
#CAC5BD
(202,197,189)
#D1CCC5
(209,204,197)
#D8D3CD
(216,211,205)
#DFDAD5
(223,218,213)
#E6E1DD
(230,225,221)
#EDE8E5
(237,232,229)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA99D; }

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

This text font color is #AEA99D.

Background Color

.myBgColor { background-color: #AEA99D; }

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

This div background color is #AEA99D.

Border color

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

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

This div border color is #AEA99D.

Opacity

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

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

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

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

This text has shadow with #AEA99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA99D.

Preview

Color preview on black background

This text has color #AEA99D on black background.


Color preview on white background

This text has color #AEA99D on white background.


Black color preview on #AEA99D background

This text has black color on #AEA99D background.


White color preview on #AEA99D background

This text has white color on #AEA99D background.


Related colors

Complementary color

Complementary color for #hex is #515662.


I love getcolorcode.com

Triadic colors

1 #9DAEA9 and #A99DAE with #AEA99D are triadic colors.

2 #9DA9AE and #A9AE9D with #AEA99D are triadic colors.