COLOR #AEA89A

HEX: #AEA89A
RGB: (174,168,154)

Color info

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

RGB color model

#AEA89A color RGB value is (174,168,154).

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

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 154 of 255 = 60%

174
168
154

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

Portions of RGB colors in percentages

R + G + B =
174 + 168 + 154 = 496 (100%)
R 174 of 496 ~ 35.08%
G 168 of 496 ~ 33.87%
B 154 of 496 ~ 31.05%

%35.08
%33.87
%31.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 11.49%
  • 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
%3.45
%11.49
%31.76

Codes

Color #AEA89A in popluar color models

AEA89A
RGB174168154
HSL42°10.99%64.31%
HSB/HSV42°11.49%68.24%
CMYK0.00%3.45%11.49%
31.76%

Color #AEA89A in popluar number systems.

HEXAEA89A
Decimal174168154
Binary101011101010100010011010
Octal256250232

Shades and tints

Shades of #AEA89A

#AEA89A
(174,168,154)
#9F998C
(159,153,140)
#908A7E
(144,138,126)
#817B70
(129,123,112)
#726C62
(114,108,98)
#635D54
(99,93,84)
#544E46
(84,78,70)
#453F38
(69,63,56)
#36302A
(54,48,42)
#27211C
(39,33,28)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #AEA89A

#AEA89A
(174,168,154)
#B5AFA3
(181,175,163)
#BCB6AC
(188,182,172)
#C3BDB5
(195,189,181)
#CAC4BE
(202,196,190)
#D1CBC7
(209,203,199)
#D8D2D0
(216,210,208)
#DFD9D9
(223,217,217)
#E6E0E2
(230,224,226)
#EDE7EB
(237,231,235)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA89A; }

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

This text font color is #AEA89A.


Background Color

.myBgColor { background-color: #AEA89A; }

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

This div background color is #AEA89A.


Border color

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

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

This div border color is #AEA89A.


Opacity

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

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

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

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

This text has shadow with #AEA89A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA89A on black background.


Color preview on white background

This text has color #AEA89A on white background.



Black color preview on #AEA89A background

This text has black color on #AEA89A background.


White color preview on #AEA89A background

This text has white color on #AEA89A background.