COLOR #AAA060

HEX: #AAA060
RGB: (170,160,96)

Color info

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

RGB color model

#AAA060 color RGB value is (170,160,96).

  • red value is 170;
  • green value is 160;
  • blue value is 96.
RGB:
(170,160,96)
(67%,63%,38%)

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 96 of 255 = 38%

170
160
96

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

Portions of RGB colors in percentages

R + G + B =
170 + 160 + 96 = 426 (100%)
R 170 of 426 ~ 39.91%
G 160 of 426 ~ 37.56%
B 96 of 426 ~ 22.54%

%39.91
%37.56
%22.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 43.53%
  • key color value is 33.33%
CMYK:
(0,6,44,33)
C0M6Y44K33 
(0%,6%,44%,33%)
(0.00/0.06/0.44/0.33)	

CMYK percentages

%0
%5.88
%43.53
%33.33

Codes

Color #AAA060 in popluar color models

AAA060
RGB17016096
HSL52°30.33%52.16%
HSB/HSV52°43.53%66.67%
CMYK0.00%5.88%43.53%
33.33%

Color #AAA060 in popluar number systems.

HEXAAA060
Decimal17016096
Binary10101010101000001100000
Octal252240140

Shades and tints

Shades of #AAA060

#AAA060
(170,160,96)
#9B9258
(155,146,88)
#8C8450
(140,132,80)
#7D7648
(125,118,72)
#6E6840
(110,104,64)
#5F5A38
(95,90,56)
#504C30
(80,76,48)
#413E28
(65,62,40)
#323020
(50,48,32)
#232218
(35,34,24)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #AAA060

#AAA060
(170,160,96)
#B1A86E
(177,168,110)
#B8B07C
(184,176,124)
#BFB88A
(191,184,138)
#C6C098
(198,192,152)
#CDC8A6
(205,200,166)
#D4D0B4
(212,208,180)
#DBD8C2
(219,216,194)
#E2E0D0
(226,224,208)
#E9E8DE
(233,232,222)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA060; }

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

This text font color is #AAA060.


Background Color

.myBgColor { background-color: #AAA060; }

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

This div background color is #AAA060.


Border color

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

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

This div border color is #AAA060.


Opacity

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

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

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

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

This text has shadow with #AAA060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA060 on black background.


Color preview on white background

This text has color #AAA060 on white background.



Black color preview on #AAA060 background

This text has black color on #AAA060 background.


White color preview on #AAA060 background

This text has white color on #AAA060 background.