COLOR #AAA992

HEX: #AAA992
RGB: (170,169,146)

Color info

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

RGB color model

#AAA992 color RGB value is (170,169,146).

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

RGB channels and saturation

R 170 of 255 = 67%
G 169 of 255 = 66%
B 146 of 255 = 57%

170
169
146

R + G + B ~ 63%. #AAA992 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 169 + 146 = 485 (100%)
R 170 of 485 ~ 35.05%
G 169 of 485 ~ 34.85%
B 146 of 485 ~ 30.1%

%35.05
%34.85
%30.1

CMYK color model

#AAA992 color CMYK value is (0,1,14,33).

  • cyan value is 0.00%
  • magenta value is 0.59%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(0,1,14,33)
C0M1Y14K33 
(0%,1%,14%,33%)
(0.00/0.01/0.14/0.33)	

CMYK percentages

%0
%0.59
%14.12
%33.33

Codes

Color #AAA992 in popluar color models

AAA992
RGB170169146
HSL58°12.37%61.96%
HSB/HSV58°14.12%66.67%
CMYK0.00%0.59%14.12%
33.33%

Color #AAA992 in popluar number systems.

HEXAAA992
Decimal170169146
Binary101010101010100110010010
Octal252251222

Shades and tints

Shades of #AAA992

#AAA992
(170,169,146)
#9B9A85
(155,154,133)
#8C8B78
(140,139,120)
#7D7C6B
(125,124,107)
#6E6D5E
(110,109,94)
#5F5E51
(95,94,81)
#504F44
(80,79,68)
#414037
(65,64,55)
#32312A
(50,49,42)
#23221D
(35,34,29)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #AAA992

#AAA992
(170,169,146)
#B1B09B
(177,176,155)
#B8B7A4
(184,183,164)
#BFBEAD
(191,190,173)
#C6C5B6
(198,197,182)
#CDCCBF
(205,204,191)
#D4D3C8
(212,211,200)
#DBDAD1
(219,218,209)
#E2E1DA
(226,225,218)
#E9E8E3
(233,232,227)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA992; }

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

This text font color is #AAA992.


Background Color

.myBgColor { background-color: #AAA992; }

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

This div background color is #AAA992.


Border color

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

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

This div border color is #AAA992.


Opacity

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

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

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

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

This text has shadow with #AAA992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA992 on black background.


Color preview on white background

This text has color #AAA992 on white background.



Black color preview on #AAA992 background

This text has black color on #AAA992 background.


White color preview on #AAA992 background

This text has white color on #AAA992 background.