COLOR #AAA58D

HEX: #AAA58D RGB: (170,165,141)

Color info

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

RGB color model

#AAA58D color RGB value is (170,165,141).

RGB: (170,165,141) (67%, 65%, 55%)

RGB channels and saturation

R 170 of 255 = 67%
G 165 of 255 = 65%
B 141 of 255 = 55%

170
165
141

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

Portions of RGB colors in percentages

R + G + B = 170 + 165 + 141 = 476 (100%)
R 170 of 476 ~ 35.71%
G 165 of 476 ~ 34.66%
B 141 of 476 ~ 29.62'%

%35.71
%34.66
%29.62

CMYK color model

#AAA58D color CMYK value is (0,3,17,33).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 17.06%
  • key color value is 33.33%
CMYK: (0,3,17,33) C0M3Y17K33 (0%,3%,17%,33%) (0.00/0.03/0.17/0.33) 

CMYK percentages

%0
%2.94
%17.06
%33.33

Codes

Color #AAA58D in popluar color models

AA A5 8D
RGB 170 165 141
HSL 50° 14.57% 60.98%
HSB/HSV 50° 17.06% 66.67%
CMYK 0.00% 2.94% 17.06%
33.33%

Color #AAA58D in popluar number systems.

HEX AA A5 8D
Decimal 170 165 141
Binary 10101010 10100101 10001101
Octal 252 245 215

Shades and tints

Shades of #AAA58D

#AAA58D
(170,165,141)
#9B9681
(155,150,129)
#8C8775
(140,135,117)
#7D7869
(125,120,105)
#6E695D
(110,105,93)
#5F5A51
(95,90,81)
#504B45
(80,75,69)
#413C39
(65,60,57)
#322D2D
(50,45,45)
#231E21
(35,30,33)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #AAA58D

#AAA58D
(170,165,141)
#B1AD97
(177,173,151)
#B8B5A1
(184,181,161)
#BFBDAB
(191,189,171)
#C6C5B5
(198,197,181)
#CDCDBF
(205,205,191)
#D4D5C9
(212,213,201)
#DBDDD3
(219,221,211)
#E2E5DD
(226,229,221)
#E9EDE7
(233,237,231)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA58D color. Also use rgb(170,165,141) instead hex code.

Text Font Color

.myTextColor { color: #AAA58D; }

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

This text font color is #AAA58D.

Background Color

.myBgColor { background-color: #AAA58D; }

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

This div background color is #AAA58D.

Border color

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

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

This div border color is #AAA58D.

Opacity

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

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

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

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

This text has shadow with #AAA58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA58D.

Preview

Color preview on black background

This text has color #AAA58D on black background.


Color preview on white background

This text has color #AAA58D on white background.


Black color preview on #AAA58D background

This text has black color on #AAA58D background.


White color preview on #AAA58D background

This text has white color on #AAA58D background.


Related colors

Complementary color

Complementary color for #hex is #555A72.


I love getcolorcode.com

Triadic colors

1 #8DAAA5 and #A58DAA with #AAA58D are triadic colors.

2 #8DA5AA and #A5AA8D with #AAA58D are triadic colors.