COLOR #A9A8AF

HEX: #A9A8AF
RGB: (169,168,175)

Color info

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

RGB color model

#A9A8AF color RGB value is (169,168,175).

  • red value is 169;
  • green value is 168;
  • blue value is 175.
RGB:
(169,168,175)
(66%,66%,69%)

RGB channels and saturation

R 169 of 255 = 66%
G 168 of 255 = 66%
B 175 of 255 = 69%

169
168
175

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

Portions of RGB colors in percentages

R + G + B =
169 + 168 + 175 = 512 (100%)
R 169 of 512 ~ 33.01%
G 168 of 512 ~ 32.81%
B 175 of 512 ~ 34.18%

%33.01
%32.81
%34.18

CMYK color model

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

  • cyan value is 3.43%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(3,4,0,31)
C3M4Y0K31 
(3%,4%,0%,31%)
(0.03/0.04/0.00/0.31)	

CMYK percentages

%3.43
%4
%0
%31.37

Codes

Color #A9A8AF in popluar color models

A9A8AF
RGB169168175
HSL249°4.19%67.25%
HSB/HSV249°4.00%68.63%
CMYK3.43%4.00%0.00%
31.37%

Color #A9A8AF in popluar number systems.

HEXA9A8AF
Decimal169168175
Binary101010011010100010101111
Octal251250257

Shades and tints

Shades of #A9A8AF

#A9A8AF
(169,168,175)
#9A99A0
(154,153,160)
#8B8A91
(139,138,145)
#7C7B82
(124,123,130)
#6D6C73
(109,108,115)
#5E5D64
(94,93,100)
#4F4E55
(79,78,85)
#403F46
(64,63,70)
#313037
(49,48,55)
#222128
(34,33,40)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #A9A8AF

#A9A8AF
(169,168,175)
#B0AFB6
(176,175,182)
#B7B6BD
(183,182,189)
#BEBDC4
(190,189,196)
#C5C4CB
(197,196,203)
#CCCBD2
(204,203,210)
#D3D2D9
(211,210,217)
#DAD9E0
(218,217,224)
#E1E0E7
(225,224,231)
#E8E7EE
(232,231,238)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A8AF color. Also use rgb(169,168,175) instead hex code.

Text Font Color

.myTextColor { color: #A9A8AF; }

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

This text font color is #A9A8AF.


Background Color

.myBgColor { background-color: #A9A8AF; }

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

This div background color is #A9A8AF.


Border color

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

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

This div border color is #A9A8AF.


Opacity

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

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

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

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

This text has shadow with #A9A8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A8AF on black background.


Color preview on white background

This text has color #A9A8AF on white background.



Black color preview on #A9A8AF background

This text has black color on #A9A8AF background.


White color preview on #A9A8AF background

This text has white color on #A9A8AF background.