COLOR #AAA49C

HEX: #AAA49C
RGB: (170,164,156)

Color info

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

RGB color model

#AAA49C color RGB value is (170,164,156).

  • red value is 170;
  • green value is 164;
  • blue value is 156.
RGB:
(170,164,156)
(67%,64%,61%)

RGB channels and saturation

R 170 of 255 = 67%
G 164 of 255 = 64%
B 156 of 255 = 61%

170
164
156

R + G + B ~ 64%. #AAA49C is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 164 + 156 = 490 (100%)
R 170 of 490 ~ 34.69%
G 164 of 490 ~ 33.47%
B 156 of 490 ~ 31.84%

%34.69
%33.47
%31.84

CMYK color model

#AAA49C color CMYK value is (0,4,8,33).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 8.24%
  • key color value is 33.33%
CMYK:
(0,4,8,33)
C0M4Y8K33 
(0%,4%,8%,33%)
(0.00/0.04/0.08/0.33)	

CMYK percentages

%0
%3.53
%8.24
%33.33

Codes

Color #AAA49C in popluar color models

AAA49C
RGB170164156
HSL34°7.61%63.92%
HSB/HSV34°8.24%66.67%
CMYK0.00%3.53%8.24%
33.33%

Color #AAA49C in popluar number systems.

HEXAAA49C
Decimal170164156
Binary101010101010010010011100
Octal252244234

Shades and tints

Shades of #AAA49C

#AAA49C
(170,164,156)
#9B968E
(155,150,142)
#8C8880
(140,136,128)
#7D7A72
(125,122,114)
#6E6C64
(110,108,100)
#5F5E56
(95,94,86)
#505048
(80,80,72)
#41423A
(65,66,58)
#32342C
(50,52,44)
#23261E
(35,38,30)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #AAA49C

#AAA49C
(170,164,156)
#B1ACA5
(177,172,165)
#B8B4AE
(184,180,174)
#BFBCB7
(191,188,183)
#C6C4C0
(198,196,192)
#CDCCC9
(205,204,201)
#D4D4D2
(212,212,210)
#DBDCDB
(219,220,219)
#E2E4E4
(226,228,228)
#E9ECED
(233,236,237)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA49C; }

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

This text font color is #AAA49C.


Background Color

.myBgColor { background-color: #AAA49C; }

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

This div background color is #AAA49C.


Border color

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

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

This div border color is #AAA49C.


Opacity

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

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

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

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

This text has shadow with #AAA49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA49C on black background.


Color preview on white background

This text has color #AAA49C on white background.



Black color preview on #AAA49C background

This text has black color on #AAA49C background.


White color preview on #AAA49C background

This text has white color on #AAA49C background.