COLOR #AAAD8C

HEX: #AAAD8C
RGB: (170,173,140)

Color info

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

RGB color model

#AAAD8C color RGB value is (170,173,140).

  • red value is 170;
  • green value is 173;
  • blue value is 140.
RGB:
(170,173,140)
(67%,68%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 173 of 255 = 68%
B 140 of 255 = 55%

170
173
140

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

Portions of RGB colors in percentages

R + G + B =
170 + 173 + 140 = 483 (100%)
R 170 of 483 ~ 35.2%
G 173 of 483 ~ 35.82%
B 140 of 483 ~ 28.99%

%35.2
%35.82
%28.99

CMYK color model

#AAAD8C color CMYK value is (2,0,19,32).

  • cyan value is 1.73%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 32.16%
CMYK:
(2,0,19,32)
C2M0Y19K32 
(2%,0%,19%,32%)
(0.02/0.00/0.19/0.32)	

CMYK percentages

%1.73
%0
%19.08
%32.16

Codes

Color #AAAD8C in popluar color models

AAAD8C
RGB170173140
HSL65°16.75%61.37%
HSB/HSV65°19.08%67.84%
CMYK1.73%0.00%19.08%
32.16%

Color #AAAD8C in popluar number systems.

HEXAAAD8C
Decimal170173140
Binary101010101010110110001100
Octal252255214

Shades and tints

Shades of #AAAD8C

#AAAD8C
(170,173,140)
#9B9E80
(155,158,128)
#8C8F74
(140,143,116)
#7D8068
(125,128,104)
#6E715C
(110,113,92)
#5F6250
(95,98,80)
#505344
(80,83,68)
#414438
(65,68,56)
#32352C
(50,53,44)
#232620
(35,38,32)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #AAAD8C

#AAAD8C
(170,173,140)
#B1B496
(177,180,150)
#B8BBA0
(184,187,160)
#BFC2AA
(191,194,170)
#C6C9B4
(198,201,180)
#CDD0BE
(205,208,190)
#D4D7C8
(212,215,200)
#DBDED2
(219,222,210)
#E2E5DC
(226,229,220)
#E9ECE6
(233,236,230)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAAD8C color. Also use rgb(170,173,140) instead hex code.

Text Font Color

.myTextColor { color: #AAAD8C; }

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

This text font color is #AAAD8C.


Background Color

.myBgColor { background-color: #AAAD8C; }

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

This div background color is #AAAD8C.


Border color

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

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

This div border color is #AAAD8C.


Opacity

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

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

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

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

This text has shadow with #AAAD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAD8C on black background.


Color preview on white background

This text has color #AAAD8C on white background.



Black color preview on #AAAD8C background

This text has black color on #AAAD8C background.


White color preview on #AAAD8C background

This text has white color on #AAAD8C background.