COLOR #AAA87A

HEX: #AAA87A
RGB: (170,168,122)

Color info

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

RGB color model

#AAA87A color RGB value is (170,168,122).

  • red value is 170;
  • green value is 168;
  • blue value is 122.
RGB:
(170,168,122)
(67%,66%,48%)

RGB channels and saturation

R 170 of 255 = 67%
G 168 of 255 = 66%
B 122 of 255 = 48%

170
168
122

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

Portions of RGB colors in percentages

R + G + B =
170 + 168 + 122 = 460 (100%)
R 170 of 460 ~ 36.96%
G 168 of 460 ~ 36.52%
B 122 of 460 ~ 26.52%

%36.96
%36.52
%26.52

CMYK color model

#AAA87A color CMYK value is (0,1,28,33).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 28.24%
  • key color value is 33.33%
CMYK:
(0,1,28,33)
C0M1Y28K33 
(0%,1%,28%,33%)
(0.00/0.01/0.28/0.33)	

CMYK percentages

%0
%1.18
%28.24
%33.33

Codes

Color #AAA87A in popluar color models

AAA87A
RGB170168122
HSL58°22.02%57.25%
HSB/HSV58°28.24%66.67%
CMYK0.00%1.18%28.24%
33.33%

Color #AAA87A in popluar number systems.

HEXAAA87A
Decimal170168122
Binary10101010101010001111010
Octal252250172

Shades and tints

Shades of #AAA87A

#AAA87A
(170,168,122)
#9B996F
(155,153,111)
#8C8A64
(140,138,100)
#7D7B59
(125,123,89)
#6E6C4E
(110,108,78)
#5F5D43
(95,93,67)
#504E38
(80,78,56)
#413F2D
(65,63,45)
#323022
(50,48,34)
#232117
(35,33,23)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #AAA87A

#AAA87A
(170,168,122)
#B1AF86
(177,175,134)
#B8B692
(184,182,146)
#BFBD9E
(191,189,158)
#C6C4AA
(198,196,170)
#CDCBB6
(205,203,182)
#D4D2C2
(212,210,194)
#DBD9CE
(219,217,206)
#E2E0DA
(226,224,218)
#E9E7E6
(233,231,230)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA87A; }

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

This text font color is #AAA87A.


Background Color

.myBgColor { background-color: #AAA87A; }

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

This div background color is #AAA87A.


Border color

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

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

This div border color is #AAA87A.


Opacity

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

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

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

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

This text has shadow with #AAA87A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA87A on black background.


Color preview on white background

This text has color #AAA87A on white background.



Black color preview on #AAA87A background

This text has black color on #AAA87A background.


White color preview on #AAA87A background

This text has white color on #AAA87A background.