COLOR #A9B0AD

HEX: #A9B0AD
RGB: (169,176,173)

Color info

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

RGB color model

#A9B0AD color RGB value is (169,176,173).

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

RGB channels and saturation

R 169 of 255 = 66%
G 176 of 255 = 69%
B 173 of 255 = 68%

169
176
173

R + G + B ~ 68%. #A9B0AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 176 + 173 = 518 (100%)
R 169 of 518 ~ 32.63%
G 176 of 518 ~ 33.98%
B 173 of 518 ~ 33.4%

%32.63
%33.98
%33.4

CMYK color model

#A9B0AD color CMYK value is (4,0,2,31).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 30.98%
CMYK:
(4,0,2,31)
C4M0Y2K31 
(4%,0%,2%,31%)
(0.04/0.00/0.02/0.31)	

CMYK percentages

%3.98
%0
%1.7
%30.98

Codes

Color #A9B0AD in popluar color models

A9B0AD
RGB169176173
HSL154°4.24%67.65%
HSB/HSV154°3.98%69.02%
CMYK3.98%0.00%1.70%
30.98%

Color #A9B0AD in popluar number systems.

HEXA9B0AD
Decimal169176173
Binary101010011011000010101101
Octal251260255

Shades and tints

Shades of #A9B0AD

#A9B0AD
(169,176,173)
#9AA09E
(154,160,158)
#8B908F
(139,144,143)
#7C8080
(124,128,128)
#6D7071
(109,112,113)
#5E6062
(94,96,98)
#4F5053
(79,80,83)
#404044
(64,64,68)
#313035
(49,48,53)
#222026
(34,32,38)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #A9B0AD

#A9B0AD
(169,176,173)
#B0B7B4
(176,183,180)
#B7BEBB
(183,190,187)
#BEC5C2
(190,197,194)
#C5CCC9
(197,204,201)
#CCD3D0
(204,211,208)
#D3DAD7
(211,218,215)
#DAE1DE
(218,225,222)
#E1E8E5
(225,232,229)
#E8EFEC
(232,239,236)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B0AD; }

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

This text font color is #A9B0AD.


Background Color

.myBgColor { background-color: #A9B0AD; }

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

This div background color is #A9B0AD.


Border color

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

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

This div border color is #A9B0AD.


Opacity

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

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

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

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

This text has shadow with #A9B0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B0AD on black background.


Color preview on white background

This text has color #A9B0AD on white background.



Black color preview on #A9B0AD background

This text has black color on #A9B0AD background.


White color preview on #A9B0AD background

This text has white color on #A9B0AD background.