COLOR #AAA06F

HEX: #AAA06F
RGB: (170,160,111)

Color info

#AAA06F contains red, green and blue colors in about the same proportion. Web safe color of #AAA06F is #999966 (or #996).

RGB color model

#AAA06F color RGB value is (170,160,111).

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

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 111 of 255 = 44%

170
160
111

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

Portions of RGB colors in percentages

R + G + B =
170 + 160 + 111 = 441 (100%)
R 170 of 441 ~ 38.55%
G 160 of 441 ~ 36.28%
B 111 of 441 ~ 25.17%

%38.55
%36.28
%25.17

CMYK color model

#AAA06F color CMYK value is (0,6,35,33).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 34.71%
  • key color value is 33.33%
CMYK:
(0,6,35,33)
C0M6Y35K33 
(0%,6%,35%,33%)
(0.00/0.06/0.35/0.33)	

CMYK percentages

%0
%5.88
%34.71
%33.33

Codes

Color #AAA06F in popluar color models

AAA06F
RGB170160111
HSL50°25.76%55.10%
HSB/HSV50°34.71%66.67%
CMYK0.00%5.88%34.71%
33.33%

Color #AAA06F in popluar number systems.

HEXAAA06F
Decimal170160111
Binary10101010101000001101111
Octal252240157

Shades and tints

Shades of #AAA06F

#AAA06F
(170,160,111)
#9B9265
(155,146,101)
#8C845B
(140,132,91)
#7D7651
(125,118,81)
#6E6847
(110,104,71)
#5F5A3D
(95,90,61)
#504C33
(80,76,51)
#413E29
(65,62,41)
#32301F
(50,48,31)
#232215
(35,34,21)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #AAA06F

#AAA06F
(170,160,111)
#B1A87C
(177,168,124)
#B8B089
(184,176,137)
#BFB896
(191,184,150)
#C6C0A3
(198,192,163)
#CDC8B0
(205,200,176)
#D4D0BD
(212,208,189)
#DBD8CA
(219,216,202)
#E2E0D7
(226,224,215)
#E9E8E4
(233,232,228)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA06F; }

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

This text font color is #AAA06F.


Background Color

.myBgColor { background-color: #AAA06F; }

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

This div background color is #AAA06F.


Border color

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

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

This div border color is #AAA06F.


Opacity

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

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

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

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

This text has shadow with #AAA06F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA06F on black background.


Color preview on white background

This text has color #AAA06F on white background.



Black color preview on #AAA06F background

This text has black color on #AAA06F background.


White color preview on #AAA06F background

This text has white color on #AAA06F background.