COLOR #AAA56A

HEX: #AAA56A RGB: (170,165,106)

Color info

#AAA56A contains mainly red and green colors. Web safe color of #AAA56A is #999966 (or #996).

RGB color model

#AAA56A color RGB value is (170,165,106).

RGB: (170,165,106) (67%, 65%, 42%)

RGB channels and saturation

R 170 of 255 = 67%
G 165 of 255 = 65%
B 106 of 255 = 42%

170
165
106

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

Portions of RGB colors in percentages

R + G + B = 170 + 165 + 106 = 441 (100%)
R 170 of 441 ~ 38.55%
G 165 of 441 ~ 37.41%
B 106 of 441 ~ 24.04'%

%38.55
%37.41
%24.04

CMYK color model

#AAA56A color CMYK value is (0,3,38,33).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 37.65%
  • key color value is 33.33%

CMYK: (0,3,38,33)
C0M3Y38K33 (0%, 3%, 38%, 33%)
(0.00 / 0.03 / 0.38 / 0.33)

CMYK percentages

%0
%2.94
%37.65
%33.33

Codes

Color #AAA56A in popluar color models

AA A5 6A
RGB 170 165 106
HSL 55° 27.35% 54.12%
HSB/HSV 55° 37.65% 66.67%
CMYK 0.00% 2.94% 37.65%
33.33%

Color #AAA56A in popluar number systems.

HEX AA A5 6A
Decimal 170 165 106
Binary 10101010 10100101 1101010
Octal 252 245 152

Shades and tints

Shades of #AAA56A

#AAA56A
(170,165,106)
#9B9661
(155,150,97)
#8C8758
(140,135,88)
#7D784F
(125,120,79)
#6E6946
(110,105,70)
#5F5A3D
(95,90,61)
#504B34
(80,75,52)
#413C2B
(65,60,43)
#322D22
(50,45,34)
#231E19
(35,30,25)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #AAA56A

#AAA56A
(170,165,106)
#B1AD77
(177,173,119)
#B8B584
(184,181,132)
#BFBD91
(191,189,145)
#C6C59E
(198,197,158)
#CDCDAB
(205,205,171)
#D4D5B8
(212,213,184)
#DBDDC5
(219,221,197)
#E2E5D2
(226,229,210)
#E9EDDF
(233,237,223)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA56A; }

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

This text font color is #AAA56A.

Background Color

.myBgColor { background-color: #AAA56A; }

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

This div background color is #AAA56A.

Border color

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

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

This div border color is #AAA56A.

Opacity

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

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

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

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

This text has shadow with #AAA56A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA56A.

Preview

Color preview on black background

This text has color #AAA56A on black background.


Color preview on white background

This text has color #AAA56A on white background.


Black color preview on #AAA56A background

This text has black color on #AAA56A background.


White color preview on #AAA56A background

This text has white color on #AAA56A background.


Related colors

Complementary color

Complementary color for #hex is #555A95.


I love getcolorcode.com

Triadic colors

1 #6AAAA5 and #A56AAA with #AAA56A are triadic colors.

2 #6AA5AA and #A5AA6A with #AAA56A are triadic colors.