COLOR #A9B2AF

HEX: #A9B2AF
RGB: (169,178,175)

Color info

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

RGB color model

#A9B2AF color RGB value is (169,178,175).

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

RGB channels and saturation

R 169 of 255 = 66%
G 178 of 255 = 70%
B 175 of 255 = 69%

169
178
175

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

Portions of RGB colors in percentages

R + G + B =
169 + 178 + 175 = 522 (100%)
R 169 of 522 ~ 32.38%
G 178 of 522 ~ 34.1%
B 175 of 522 ~ 33.52%

%32.38
%34.1
%33.52

CMYK color model

#A9B2AF color CMYK value is (5,0,2,30).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 30.20%
CMYK:
(5,0,2,30)
C5M0Y2K30 
(5%,0%,2%,30%)
(0.05/0.00/0.02/0.30)	

CMYK percentages

%5.06
%0
%1.69
%30.2

Codes

Color #A9B2AF in popluar color models

A9B2AF
RGB169178175
HSL160°5.52%68.04%
HSB/HSV160°5.06%69.80%
CMYK5.06%0.00%1.69%
30.20%

Color #A9B2AF in popluar number systems.

HEXA9B2AF
Decimal169178175
Binary101010011011001010101111
Octal251262257

Shades and tints

Shades of #A9B2AF

#A9B2AF
(169,178,175)
#9AA2A0
(154,162,160)
#8B9291
(139,146,145)
#7C8282
(124,130,130)
#6D7273
(109,114,115)
#5E6264
(94,98,100)
#4F5255
(79,82,85)
#404246
(64,66,70)
#313237
(49,50,55)
#222228
(34,34,40)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #A9B2AF

#A9B2AF
(169,178,175)
#B0B9B6
(176,185,182)
#B7C0BD
(183,192,189)
#BEC7C4
(190,199,196)
#C5CECB
(197,206,203)
#CCD5D2
(204,213,210)
#D3DCD9
(211,220,217)
#DAE3E0
(218,227,224)
#E1EAE7
(225,234,231)
#E8F1EE
(232,241,238)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B2AF; }

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

This text font color is #A9B2AF.


Background Color

.myBgColor { background-color: #A9B2AF; }

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

This div background color is #A9B2AF.


Border color

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

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

This div border color is #A9B2AF.


Opacity

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

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

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

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

This text has shadow with #A9B2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B2AF on black background.


Color preview on white background

This text has color #A9B2AF on white background.



Black color preview on #A9B2AF background

This text has black color on #A9B2AF background.


White color preview on #A9B2AF background

This text has white color on #A9B2AF background.