COLOR #A9AFA8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

169
175
168

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

Portions of RGB colors in percentages

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

%33.01
%34.18
%32.81

CMYK color model

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

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

CMYK percentages

%3.43
%0
%4
%31.37

Codes

Color #A9AFA8 in popluar color models

A9AFA8
RGB169175168
HSL111°4.19%67.25%
HSB/HSV111°4.00%68.63%
CMYK3.43%0.00%4.00%
31.37%

Color #A9AFA8 in popluar number systems.

HEXA9AFA8
Decimal169175168
Binary101010011010111110101000
Octal251257250

Shades and tints

Shades of #A9AFA8

#A9AFA8
(169,175,168)
#9AA099
(154,160,153)
#8B918A
(139,145,138)
#7C827B
(124,130,123)
#6D736C
(109,115,108)
#5E645D
(94,100,93)
#4F554E
(79,85,78)
#40463F
(64,70,63)
#313730
(49,55,48)
#222821
(34,40,33)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #A9AFA8

#A9AFA8
(169,175,168)
#B0B6AF
(176,182,175)
#B7BDB6
(183,189,182)
#BEC4BD
(190,196,189)
#C5CBC4
(197,203,196)
#CCD2CB
(204,210,203)
#D3D9D2
(211,217,210)
#DAE0D9
(218,224,217)
#E1E7E0
(225,231,224)
#E8EEE7
(232,238,231)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AFA8; }

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

This text font color is #A9AFA8.


Background Color

.myBgColor { background-color: #A9AFA8; }

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

This div background color is #A9AFA8.


Border color

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

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

This div border color is #A9AFA8.


Opacity

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

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

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

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

This text has shadow with #A9AFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AFA8 on black background.


Color preview on white background

This text has color #A9AFA8 on white background.



Black color preview on #A9AFA8 background

This text has black color on #A9AFA8 background.


White color preview on #A9AFA8 background

This text has white color on #A9AFA8 background.