COLOR #AAA49A

HEX: #AAA49A
RGB: (170,164,154)

Color info

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

RGB color model

#AAA49A color RGB value is (170,164,154).

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

RGB channels and saturation

R 170 of 255 = 67%
G 164 of 255 = 64%
B 154 of 255 = 60%

170
164
154

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

Portions of RGB colors in percentages

R + G + B =
170 + 164 + 154 = 488 (100%)
R 170 of 488 ~ 34.84%
G 164 of 488 ~ 33.61%
B 154 of 488 ~ 31.56%

%34.84
%33.61
%31.56

CMYK color model

#AAA49A color CMYK value is (0,4,9,33).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 9.41%
  • key color value is 33.33%
CMYK:
(0,4,9,33)
C0M4Y9K33 
(0%,4%,9%,33%)
(0.00/0.04/0.09/0.33)	

CMYK percentages

%0
%3.53
%9.41
%33.33

Codes

Color #AAA49A in popluar color models

AAA49A
RGB170164154
HSL38°8.60%63.53%
HSB/HSV38°9.41%66.67%
CMYK0.00%3.53%9.41%
33.33%

Color #AAA49A in popluar number systems.

HEXAAA49A
Decimal170164154
Binary101010101010010010011010
Octal252244232

Shades and tints

Shades of #AAA49A

#AAA49A
(170,164,154)
#9B968C
(155,150,140)
#8C887E
(140,136,126)
#7D7A70
(125,122,112)
#6E6C62
(110,108,98)
#5F5E54
(95,94,84)
#505046
(80,80,70)
#414238
(65,66,56)
#32342A
(50,52,42)
#23261C
(35,38,28)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #AAA49A

#AAA49A
(170,164,154)
#B1ACA3
(177,172,163)
#B8B4AC
(184,180,172)
#BFBCB5
(191,188,181)
#C6C4BE
(198,196,190)
#CDCCC7
(205,204,199)
#D4D4D0
(212,212,208)
#DBDCD9
(219,220,217)
#E2E4E2
(226,228,226)
#E9ECEB
(233,236,235)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA49A; }

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

This text font color is #AAA49A.


Background Color

.myBgColor { background-color: #AAA49A; }

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

This div background color is #AAA49A.


Border color

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

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

This div border color is #AAA49A.


Opacity

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

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

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

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

This text has shadow with #AAA49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA49A on black background.


Color preview on white background

This text has color #AAA49A on white background.



Black color preview on #AAA49A background

This text has black color on #AAA49A background.


White color preview on #AAA49A background

This text has white color on #AAA49A background.