COLOR #AAA981

HEX: #AAA981 RGB: (170,169,129)

Color info

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

RGB color model

#AAA981 color RGB value is (170,169,129).

RGB: (170,169,129) (67%, 66%, 51%)

RGB channels and saturation

R 170 of 255 = 67%
G 169 of 255 = 66%
B 129 of 255 = 51%

170
169
129

R + G + B ~ 61%. #AAA981 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 169 + 129 = 468 (100%)
R 170 of 468 ~ 36.32%
G 169 of 468 ~ 36.11%
B 129 of 468 ~ 27.56'%

%36.32
%36.11
%27.56

CMYK color model

#AAA981 color CMYK value is (0,1,24,33).

  • cyan value is 0.00%
  • magenta value is 0.59%
  • yellow value is 24.12%
  • key color value is 33.33%

CMYK: (0,1,24,33)
C0M1Y24K33 (0%, 1%, 24%, 33%)
(0.00 / 0.01 / 0.24 / 0.33)

CMYK percentages

%0
%0.59
%24.12
%33.33

Codes

Color #AAA981 in popluar color models

AA A9 81
RGB 170 169 129
HSL 59° 19.43% 58.63%
HSB/HSV 59° 24.12% 66.67%
CMYK 0.00% 0.59% 24.12%
33.33%

Color #AAA981 in popluar number systems.

HEX AA A9 81
Decimal 170 169 129
Binary 10101010 10101001 10000001
Octal 252 251 201

Shades and tints

Shades of #AAA981

#AAA981
(170,169,129)
#9B9A76
(155,154,118)
#8C8B6B
(140,139,107)
#7D7C60
(125,124,96)
#6E6D55
(110,109,85)
#5F5E4A
(95,94,74)
#504F3F
(80,79,63)
#414034
(65,64,52)
#323129
(50,49,41)
#23221E
(35,34,30)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #AAA981

#AAA981
(170,169,129)
#B1B08C
(177,176,140)
#B8B797
(184,183,151)
#BFBEA2
(191,190,162)
#C6C5AD
(198,197,173)
#CDCCB8
(205,204,184)
#D4D3C3
(212,211,195)
#DBDACE
(219,218,206)
#E2E1D9
(226,225,217)
#E9E8E4
(233,232,228)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA981 color. Also use rgb(170,169,129) instead hex code.

Text Font Color

.myTextColor { color: #AAA981; }

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

This text font color is #AAA981.

Background Color

.myBgColor { background-color: #AAA981; }

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

This div background color is #AAA981.

Border color

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

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

This div border color is #AAA981.

Opacity

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

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

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

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

This text has shadow with #AAA981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA981.

Preview

Color preview on black background

This text has color #AAA981 on black background.


Color preview on white background

This text has color #AAA981 on white background.


Black color preview on #AAA981 background

This text has black color on #AAA981 background.


White color preview on #AAA981 background

This text has white color on #AAA981 background.


Related colors

Complementary color

Complementary color for #hex is #55567E.


I love getcolorcode.com

Triadic colors

1 #81AAA9 and #A981AA with #AAA981 are triadic colors.

2 #81A9AA and #A9AA81 with #AAA981 are triadic colors.