COLOR #AEAE8B

HEX: #AEAE8B
RGB: (174,174,139)

Color info

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

RGB color model

#AEAE8B color RGB value is (174,174,139).

  • red value is 174;
  • green value is 174;
  • blue value is 139.
RGB:
(174,174,139)
(68%,68%,55%)

RGB channels and saturation

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

174
174
139

R + G + B ~ 64%. #AEAE8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 174 + 139 = 487 (100%)
R 174 of 487 ~ 35.73%
G 174 of 487 ~ 35.73%
B 139 of 487 ~ 28.54%

%35.73
%35.73
%28.54

CMYK color model

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

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

CMYK percentages

%0
%0
%20.11
%31.76

Codes

Color #AEAE8B in popluar color models

AEAE8B
RGB174174139
HSL60°17.77%61.37%
HSB/HSV60°20.11%68.24%
CMYK0.00%0.00%20.11%
31.76%

Color #AEAE8B in popluar number systems.

HEXAEAE8B
Decimal174174139
Binary101011101010111010001011
Octal256256213

Shades and tints

Shades of #AEAE8B

#AEAE8B
(174,174,139)
#9F9F7F
(159,159,127)
#909073
(144,144,115)
#818167
(129,129,103)
#72725B
(114,114,91)
#63634F
(99,99,79)
#545443
(84,84,67)
#454537
(69,69,55)
#36362B
(54,54,43)
#27271F
(39,39,31)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #AEAE8B

#AEAE8B
(174,174,139)
#B5B595
(181,181,149)
#BCBC9F
(188,188,159)
#C3C3A9
(195,195,169)
#CACAB3
(202,202,179)
#D1D1BD
(209,209,189)
#D8D8C7
(216,216,199)
#DFDFD1
(223,223,209)
#E6E6DB
(230,230,219)
#EDEDE5
(237,237,229)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAE8B; }

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

This text font color is #AEAE8B.


Background Color

.myBgColor { background-color: #AEAE8B; }

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

This div background color is #AEAE8B.


Border color

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

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

This div border color is #AEAE8B.


Opacity

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

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

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

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

This text has shadow with #AEAE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAE8B on black background.


Color preview on white background

This text has color #AEAE8B on white background.



Black color preview on #AEAE8B background

This text has black color on #AEAE8B background.


White color preview on #AEAE8B background

This text has white color on #AEAE8B background.