COLOR #A9AA9A

HEX: #A9AA9A
RGB: (169,170,154)

Color info

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

RGB color model

#A9AA9A color RGB value is (169,170,154).

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

RGB channels and saturation

R 169 of 255 = 66%
G 170 of 255 = 67%
B 154 of 255 = 60%

169
170
154

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

Portions of RGB colors in percentages

R + G + B =
169 + 170 + 154 = 493 (100%)
R 169 of 493 ~ 34.28%
G 170 of 493 ~ 34.48%
B 154 of 493 ~ 31.24%

%34.28
%34.48
%31.24

CMYK color model

#A9AA9A color CMYK value is (1,0,9,33).

  • cyan value is 0.59%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 33.33%
CMYK:
(1,0,9,33)
C1M0Y9K33 
(1%,0%,9%,33%)
(0.01/0.00/0.09/0.33)	

CMYK percentages

%0.59
%0
%9.41
%33.33

Codes

Color #A9AA9A in popluar color models

A9AA9A
RGB169170154
HSL64°8.60%63.53%
HSB/HSV64°9.41%66.67%
CMYK0.59%0.00%9.41%
33.33%

Color #A9AA9A in popluar number systems.

HEXA9AA9A
Decimal169170154
Binary101010011010101010011010
Octal251252232

Shades and tints

Shades of #A9AA9A

#A9AA9A
(169,170,154)
#9A9B8C
(154,155,140)
#8B8C7E
(139,140,126)
#7C7D70
(124,125,112)
#6D6E62
(109,110,98)
#5E5F54
(94,95,84)
#4F5046
(79,80,70)
#404138
(64,65,56)
#31322A
(49,50,42)
#22231C
(34,35,28)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #A9AA9A

#A9AA9A
(169,170,154)
#B0B1A3
(176,177,163)
#B7B8AC
(183,184,172)
#BEBFB5
(190,191,181)
#C5C6BE
(197,198,190)
#CCCDC7
(204,205,199)
#D3D4D0
(211,212,208)
#DADBD9
(218,219,217)
#E1E2E2
(225,226,226)
#E8E9EB
(232,233,235)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AA9A; }

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

This text font color is #A9AA9A.


Background Color

.myBgColor { background-color: #A9AA9A; }

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

This div background color is #A9AA9A.


Border color

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

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

This div border color is #A9AA9A.


Opacity

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

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

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

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

This text has shadow with #A9AA9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AA9A on black background.


Color preview on white background

This text has color #A9AA9A on white background.



Black color preview on #A9AA9A background

This text has black color on #A9AA9A background.


White color preview on #A9AA9A background

This text has white color on #A9AA9A background.