COLOR #AAAD82

HEX: #AAAD82
RGB: (170,173,130)

Color info

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

RGB color model

#AAAD82 color RGB value is (170,173,130).

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

RGB channels and saturation

R 170 of 255 = 67%
G 173 of 255 = 68%
B 130 of 255 = 51%

170
173
130

R + G + B ~ 62%. #AAAD82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 173 + 130 = 473 (100%)
R 170 of 473 ~ 35.94%
G 173 of 473 ~ 36.58%
B 130 of 473 ~ 27.48%

%35.94
%36.58
%27.48

CMYK color model

#AAAD82 color CMYK value is (2,0,25,32).

  • cyan value is 1.73%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 32.16%
CMYK:
(2,0,25,32)
C2M0Y25K32 
(2%,0%,25%,32%)
(0.02/0.00/0.25/0.32)	

CMYK percentages

%1.73
%0
%24.86
%32.16

Codes

Color #AAAD82 in popluar color models

AAAD82
RGB170173130
HSL64°20.77%59.41%
HSB/HSV64°24.86%67.84%
CMYK1.73%0.00%24.86%
32.16%

Color #AAAD82 in popluar number systems.

HEXAAAD82
Decimal170173130
Binary101010101010110110000010
Octal252255202

Shades and tints

Shades of #AAAD82

#AAAD82
(170,173,130)
#9B9E77
(155,158,119)
#8C8F6C
(140,143,108)
#7D8061
(125,128,97)
#6E7156
(110,113,86)
#5F624B
(95,98,75)
#505340
(80,83,64)
#414435
(65,68,53)
#32352A
(50,53,42)
#23261F
(35,38,31)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #AAAD82

#AAAD82
(170,173,130)
#B1B48D
(177,180,141)
#B8BB98
(184,187,152)
#BFC2A3
(191,194,163)
#C6C9AE
(198,201,174)
#CDD0B9
(205,208,185)
#D4D7C4
(212,215,196)
#DBDECF
(219,222,207)
#E2E5DA
(226,229,218)
#E9ECE5
(233,236,229)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAD82; }

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

This text font color is #AAAD82.


Background Color

.myBgColor { background-color: #AAAD82; }

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

This div background color is #AAAD82.


Border color

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

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

This div border color is #AAAD82.


Opacity

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

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

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

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

This text has shadow with #AAAD82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAD82 on black background.


Color preview on white background

This text has color #AAAD82 on white background.



Black color preview on #AAAD82 background

This text has black color on #AAAD82 background.


White color preview on #AAAD82 background

This text has white color on #AAAD82 background.