COLOR #AAAD73

HEX: #AAAD73
RGB: (170,173,115)

Color info

#AAAD73 contains red, green and blue colors in about the same proportion. Web safe color of #AAAD73 is #999966 (or #996).

RGB color model

#AAAD73 color RGB value is (170,173,115).

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

RGB channels and saturation

R 170 of 255 = 67%
G 173 of 255 = 68%
B 115 of 255 = 45%

170
173
115

R + G + B ~ 60%. #AAAD73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 173 + 115 = 458 (100%)
R 170 of 458 ~ 37.12%
G 173 of 458 ~ 37.77%
B 115 of 458 ~ 25.11%

%37.12
%37.77
%25.11

CMYK color model

#AAAD73 color CMYK value is (2,0,34,32).

  • cyan value is 1.73%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 32.16%
CMYK: (2,0,34,32) C2M0Y34K32 (2%,0%,34%,32%) (0.02/0.00/0.34/0.32)

CMYK percentages

%1.73
%0
%33.53
%32.16

Codes

Color #AAAD73 in popluar color models

AAAD73
RGB170173115
HSL63°26.13%56.47%
HSB/HSV63°33.53%67.84%
CMYK1.73%0.00%33.53%
32.16%

Color #AAAD73 in popluar number systems.

HEXAAAD73
Decimal170173115
Binary10101010101011011110011
Octal252255163

Shades and tints

Shades of #AAAD73

#AAAD73
(170,173,115)
#9B9E69
(155,158,105)
#8C8F5F
(140,143,95)
#7D8055
(125,128,85)
#6E714B
(110,113,75)
#5F6241
(95,98,65)
#505337
(80,83,55)
#41442D
(65,68,45)
#323523
(50,53,35)
#232619
(35,38,25)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #AAAD73

#AAAD73
(170,173,115)
#B1B47F
(177,180,127)
#B8BB8B
(184,187,139)
#BFC297
(191,194,151)
#C6C9A3
(198,201,163)
#CDD0AF
(205,208,175)
#D4D7BB
(212,215,187)
#DBDEC7
(219,222,199)
#E2E5D3
(226,229,211)
#E9ECDF
(233,236,223)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAD73; }

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

This text font color is #AAAD73.


Background Color

.myBgColor { background-color: #AAAD73; }

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

This div background color is #AAAD73.


Border color

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

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

This div border color is #AAAD73.


Opacity

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

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

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

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

This text has shadow with #AAAD73 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AAAD73 on black background.


Color preview on white background

This text has color #AAAD73 on white background.



Black color preview on #AAAD73 background

This text has black color on #AAAD73 background.


White color preview on #AAAD73 background

This text has white color on #AAAD73 background.