COLOR #A9B0AA

HEX: #A9B0AA
RGB: (169,176,170)

Color info

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

RGB color model

#A9B0AA color RGB value is (169,176,170).

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

RGB channels and saturation

R 169 of 255 = 66%
G 176 of 255 = 69%
B 170 of 255 = 67%

169
176
170

R + G + B ~ 67%. #A9B0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 176 + 170 = 515 (100%)
R 169 of 515 ~ 32.82%
G 176 of 515 ~ 34.17%
B 170 of 515 ~ 33.01%

%32.82
%34.17
%33.01

CMYK color model

#A9B0AA color CMYK value is (4,0,3,31).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 30.98%
CMYK:
(4,0,3,31)
C4M0Y3K31 
(4%,0%,3%,31%)
(0.04/0.00/0.03/0.31)	

CMYK percentages

%3.98
%0
%3.41
%30.98

Codes

Color #A9B0AA in popluar color models

A9B0AA
RGB169176170
HSL129°4.24%67.65%
HSB/HSV129°3.98%69.02%
CMYK3.98%0.00%3.41%
30.98%

Color #A9B0AA in popluar number systems.

HEXA9B0AA
Decimal169176170
Binary101010011011000010101010
Octal251260252

Shades and tints

Shades of #A9B0AA

#A9B0AA
(169,176,170)
#9AA09B
(154,160,155)
#8B908C
(139,144,140)
#7C807D
(124,128,125)
#6D706E
(109,112,110)
#5E605F
(94,96,95)
#4F5050
(79,80,80)
#404041
(64,64,65)
#313032
(49,48,50)
#222023
(34,32,35)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #A9B0AA

#A9B0AA
(169,176,170)
#B0B7B1
(176,183,177)
#B7BEB8
(183,190,184)
#BEC5BF
(190,197,191)
#C5CCC6
(197,204,198)
#CCD3CD
(204,211,205)
#D3DAD4
(211,218,212)
#DAE1DB
(218,225,219)
#E1E8E2
(225,232,226)
#E8EFE9
(232,239,233)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B0AA; }

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

This text font color is #A9B0AA.


Background Color

.myBgColor { background-color: #A9B0AA; }

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

This div background color is #A9B0AA.


Border color

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

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

This div border color is #A9B0AA.


Opacity

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

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

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

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

This text has shadow with #A9B0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B0AA on black background.


Color preview on white background

This text has color #A9B0AA on white background.



Black color preview on #A9B0AA background

This text has black color on #A9B0AA background.


White color preview on #A9B0AA background

This text has white color on #A9B0AA background.