COLOR #AEA99B

HEX: #AEA99B RGB: (174,169,155)

Color info

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

RGB color model

#AEA99B color RGB value is (174,169,155).

RGB: (174,169,155) (68%, 66%, 61%)

RGB channels and saturation

R 174 of 255 = 68%
G 169 of 255 = 66%
B 155 of 255 = 61%

174
169
155

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

Portions of RGB colors in percentages

R + G + B = 174 + 169 + 155 = 498 (100%)
R 174 of 498 ~ 34.94%
G 169 of 498 ~ 33.94%
B 155 of 498 ~ 31.12'%

%34.94
%33.94
%31.12

CMYK color model

#AEA99B color CMYK value is (0,3,11,32).

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

CMYK: (0,3,11,32)
C0M3Y11K32 (0%, 3%, 11%, 32%)
(0.00 / 0.03 / 0.11 / 0.32)

CMYK percentages

%0
%2.87
%10.92
%31.76

Codes

Color #AEA99B in popluar color models

AE A9 9B
RGB 174 169 155
HSL 44° 10.50% 64.51%
HSB/HSV 44° 10.92% 68.24%
CMYK 0.00% 2.87% 10.92%
31.76%

Color #AEA99B in popluar number systems.

HEX AE A9 9B
Decimal 174 169 155
Binary 10101110 10101001 10011011
Octal 256 251 233

Shades and tints

Shades of #AEA99B

#AEA99B
(174,169,155)
#9F9A8D
(159,154,141)
#908B7F
(144,139,127)
#817C71
(129,124,113)
#726D63
(114,109,99)
#635E55
(99,94,85)
#544F47
(84,79,71)
#454039
(69,64,57)
#36312B
(54,49,43)
#27221D
(39,34,29)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #AEA99B

#AEA99B
(174,169,155)
#B5B0A4
(181,176,164)
#BCB7AD
(188,183,173)
#C3BEB6
(195,190,182)
#CAC5BF
(202,197,191)
#D1CCC8
(209,204,200)
#D8D3D1
(216,211,209)
#DFDADA
(223,218,218)
#E6E1E3
(230,225,227)
#EDE8EC
(237,232,236)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA99B; }

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

This text font color is #AEA99B.

Background Color

.myBgColor { background-color: #AEA99B; }

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

This div background color is #AEA99B.

Border color

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

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

This div border color is #AEA99B.

Opacity

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

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

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

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

This text has shadow with #AEA99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA99B.

Preview

Color preview on black background

This text has color #AEA99B on black background.


Color preview on white background

This text has color #AEA99B on white background.


Black color preview on #AEA99B background

This text has black color on #AEA99B background.


White color preview on #AEA99B background

This text has white color on #AEA99B background.


Related colors

Complementary color

Complementary color for #hex is #515664.


I love getcolorcode.com

Triadic colors

1 #9BAEA9 and #A99BAE with #AEA99B are triadic colors.

2 #9BA9AE and #A9AE9B with #AEA99B are triadic colors.