COLOR #AEA88D

HEX: #AEA88D
RGB: (174,168,141)

Color info

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

RGB color model

#AEA88D color RGB value is (174,168,141).

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

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 141 of 255 = 55%

174
168
141

R + G + B ~ 63%. #AEA88D is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 168 + 141 = 483 (100%)
R 174 of 483 ~ 36.02%
G 168 of 483 ~ 34.78%
B 141 of 483 ~ 29.19%

%36.02
%34.78
%29.19

CMYK color model

#AEA88D color CMYK value is (0,3,19,32).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK:
(0,3,19,32)
C0M3Y19K32 
(0%,3%,19%,32%)
(0.00/0.03/0.19/0.32)	

CMYK percentages

%0
%3.45
%18.97
%31.76

Codes

Color #AEA88D in popluar color models

AEA88D
RGB174168141
HSL49°16.92%61.76%
HSB/HSV49°18.97%68.24%
CMYK0.00%3.45%18.97%
31.76%

Color #AEA88D in popluar number systems.

HEXAEA88D
Decimal174168141
Binary101011101010100010001101
Octal256250215

Shades and tints

Shades of #AEA88D

#AEA88D
(174,168,141)
#9F9981
(159,153,129)
#908A75
(144,138,117)
#817B69
(129,123,105)
#726C5D
(114,108,93)
#635D51
(99,93,81)
#544E45
(84,78,69)
#453F39
(69,63,57)
#36302D
(54,48,45)
#272121
(39,33,33)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #AEA88D

#AEA88D
(174,168,141)
#B5AF97
(181,175,151)
#BCB6A1
(188,182,161)
#C3BDAB
(195,189,171)
#CAC4B5
(202,196,181)
#D1CBBF
(209,203,191)
#D8D2C9
(216,210,201)
#DFD9D3
(223,217,211)
#E6E0DD
(230,224,221)
#EDE7E7
(237,231,231)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA88D; }

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

This text font color is #AEA88D.


Background Color

.myBgColor { background-color: #AEA88D; }

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

This div background color is #AEA88D.


Border color

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

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

This div border color is #AEA88D.


Opacity

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

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

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

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

This text has shadow with #AEA88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA88D on black background.


Color preview on white background

This text has color #AEA88D on white background.



Black color preview on #AEA88D background

This text has black color on #AEA88D background.


White color preview on #AEA88D background

This text has white color on #AEA88D background.