COLOR #AAA884

HEX: #AAA884
RGB: (170,168,132)

Color info

#AAA884 contains red, green and blue colors in about the same proportion. Web safe color of #AAA884 is #999999 (or #999).

RGB color model

#AAA884 color RGB value is (170,168,132).

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

RGB channels and saturation

R 170 of 255 = 67%
G 168 of 255 = 66%
B 132 of 255 = 52%

170
168
132

R + G + B ~ 62%. #AAA884 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 168 + 132 = 470 (100%)
R 170 of 470 ~ 36.17%
G 168 of 470 ~ 35.74%
B 132 of 470 ~ 28.09%

%36.17
%35.74
%28.09

CMYK color model

#AAA884 color CMYK value is (0,1,22,33).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 22.35%
  • key color value is 33.33%
CMYK:
(0,1,22,33)
C0M1Y22K33 
(0%,1%,22%,33%)
(0.00/0.01/0.22/0.33)	

CMYK percentages

%0
%1.18
%22.35
%33.33

Codes

Color #AAA884 in popluar color models

AAA884
RGB170168132
HSL57°18.27%59.22%
HSB/HSV57°22.35%66.67%
CMYK0.00%1.18%22.35%
33.33%

Color #AAA884 in popluar number systems.

HEXAAA884
Decimal170168132
Binary101010101010100010000100
Octal252250204

Shades and tints

Shades of #AAA884

#AAA884
(170,168,132)
#9B9978
(155,153,120)
#8C8A6C
(140,138,108)
#7D7B60
(125,123,96)
#6E6C54
(110,108,84)
#5F5D48
(95,93,72)
#504E3C
(80,78,60)
#413F30
(65,63,48)
#323024
(50,48,36)
#232118
(35,33,24)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #AAA884

#AAA884
(170,168,132)
#B1AF8F
(177,175,143)
#B8B69A
(184,182,154)
#BFBDA5
(191,189,165)
#C6C4B0
(198,196,176)
#CDCBBB
(205,203,187)
#D4D2C6
(212,210,198)
#DBD9D1
(219,217,209)
#E2E0DC
(226,224,220)
#E9E7E7
(233,231,231)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA884; }

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

This text font color is #AAA884.


Background Color

.myBgColor { background-color: #AAA884; }

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

This div background color is #AAA884.


Border color

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

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

This div border color is #AAA884.


Opacity

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

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

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

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

This text has shadow with #AAA884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA884 on black background.


Color preview on white background

This text has color #AAA884 on white background.



Black color preview on #AAA884 background

This text has black color on #AAA884 background.


White color preview on #AAA884 background

This text has white color on #AAA884 background.