COLOR #AAA994

HEX: #AAA994
RGB: (170,169,148)

Color info

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

RGB color model

#AAA994 color RGB value is (170,169,148).

  • red value is 170;
  • green value is 169;
  • blue value is 148.
RGB:
(170,169,148)
(67%,66%,58%)

RGB channels and saturation

R 170 of 255 = 67%
G 169 of 255 = 66%
B 148 of 255 = 58%

170
169
148

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

Portions of RGB colors in percentages

R + G + B =
170 + 169 + 148 = 487 (100%)
R 170 of 487 ~ 34.91%
G 169 of 487 ~ 34.7%
B 148 of 487 ~ 30.39%

%34.91
%34.7
%30.39

CMYK color model

#AAA994 color CMYK value is (0,1,13,33).

  • cyan value is 0.00%
  • magenta value is 0.59%
  • yellow value is 12.94%
  • key color value is 33.33%
CMYK:
(0,1,13,33)
C0M1Y13K33 
(0%,1%,13%,33%)
(0.00/0.01/0.13/0.33)	

CMYK percentages

%0
%0.59
%12.94
%33.33

Codes

Color #AAA994 in popluar color models

AAA994
RGB170169148
HSL57°11.46%62.35%
HSB/HSV57°12.94%66.67%
CMYK0.00%0.59%12.94%
33.33%

Color #AAA994 in popluar number systems.

HEXAAA994
Decimal170169148
Binary101010101010100110010100
Octal252251224

Shades and tints

Shades of #AAA994

#AAA994
(170,169,148)
#9B9A87
(155,154,135)
#8C8B7A
(140,139,122)
#7D7C6D
(125,124,109)
#6E6D60
(110,109,96)
#5F5E53
(95,94,83)
#504F46
(80,79,70)
#414039
(65,64,57)
#32312C
(50,49,44)
#23221F
(35,34,31)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #AAA994

#AAA994
(170,169,148)
#B1B09D
(177,176,157)
#B8B7A6
(184,183,166)
#BFBEAF
(191,190,175)
#C6C5B8
(198,197,184)
#CDCCC1
(205,204,193)
#D4D3CA
(212,211,202)
#DBDAD3
(219,218,211)
#E2E1DC
(226,225,220)
#E9E8E5
(233,232,229)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA994 color. Also use rgb(170,169,148) instead hex code.

Text Font Color

.myTextColor { color: #AAA994; }

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

This text font color is #AAA994.


Background Color

.myBgColor { background-color: #AAA994; }

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

This div background color is #AAA994.


Border color

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

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

This div border color is #AAA994.


Opacity

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

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

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

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

This text has shadow with #AAA994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA994 on black background.


Color preview on white background

This text has color #AAA994 on white background.



Black color preview on #AAA994 background

This text has black color on #AAA994 background.


White color preview on #AAA994 background

This text has white color on #AAA994 background.