COLOR #AAAA5F

HEX: #AAAA5F RGB: (170,170,95)

Color info

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

RGB color model

#AAAA5F color RGB value is (170,170,95).

RGB: (170,170,95) (67%, 67%, 37%)

RGB channels and saturation

R 170 of 255 = 67%
G 170 of 255 = 67%
B 95 of 255 = 37%

170
170
95

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

Portions of RGB colors in percentages

R + G + B = 170 + 170 + 95 = 435 (100%)
R 170 of 435 ~ 39.08%
G 170 of 435 ~ 39.08%
B 95 of 435 ~ 21.84'%

%39.08
%39.08
%21.84

CMYK color model

#AAAA5F color CMYK value is (0,0,44,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 44.12%
  • key color value is 33.33%
CMYK: (0,0,44,33) C0M0Y44K33 (0%,0%,44%,33%) (0.00/0.00/0.44/0.33) 

CMYK percentages

%0
%0
%44.12
%33.33

Codes

Color #AAAA5F in popluar color models

AA AA 5F
RGB 170 170 95
HSL 60° 30.61% 51.96%
HSB/HSV 60° 44.12% 66.67%
CMYK 0.00% 0.00% 44.12%
33.33%

Color #AAAA5F in popluar number systems.

HEX AA AA 5F
Decimal 170 170 95
Binary 10101010 10101010 1011111
Octal 252 252 137

Shades and tints

Shades of #AAAA5F

#AAAA5F
(170,170,95)
#9B9B57
(155,155,87)
#8C8C4F
(140,140,79)
#7D7D47
(125,125,71)
#6E6E3F
(110,110,63)
#5F5F37
(95,95,55)
#50502F
(80,80,47)
#414127
(65,65,39)
#32321F
(50,50,31)
#232317
(35,35,23)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #AAAA5F

#AAAA5F
(170,170,95)
#B1B16D
(177,177,109)
#B8B87B
(184,184,123)
#BFBF89
(191,191,137)
#C6C697
(198,198,151)
#CDCDA5
(205,205,165)
#D4D4B3
(212,212,179)
#DBDBC1
(219,219,193)
#E2E2CF
(226,226,207)
#E9E9DD
(233,233,221)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAA5F; }

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

This text font color is #AAAA5F.

Background Color

.myBgColor { background-color: #AAAA5F; }

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

This div background color is #AAAA5F.

Border color

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

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

This div border color is #AAAA5F.

Opacity

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

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

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

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

This text has shadow with #AAAA5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAA5F.

Preview

Color preview on black background

This text has color #AAAA5F on black background.


Color preview on white background

This text has color #AAAA5F on white background.


Black color preview on #AAAA5F background

This text has black color on #AAAA5F background.


White color preview on #AAAA5F background

This text has white color on #AAAA5F background.


Related colors

Complementary color

Complementary color for #hex is #5555A0.


I love getcolorcode.com