COLOR #A9AFAE

HEX: #A9AFAE
RGB: (169,175,174)

Color info

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

RGB color model

#A9AFAE color RGB value is (169,175,174).

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

RGB channels and saturation

R 169 of 255 = 66%
G 175 of 255 = 69%
B 174 of 255 = 68%

169
175
174

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

Portions of RGB colors in percentages

R + G + B =
169 + 175 + 174 = 518 (100%)
R 169 of 518 ~ 32.63%
G 175 of 518 ~ 33.78%
B 174 of 518 ~ 33.59%

%32.63
%33.78
%33.59

CMYK color model

#A9AFAE color CMYK value is (3,0,1,31).

  • cyan value is 3.43%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 31.37%
CMYK:
(3,0,1,31)
C3M0Y1K31 
(3%,0%,1%,31%)
(0.03/0.00/0.01/0.31)	

CMYK percentages

%3.43
%0
%0.57
%31.37

Codes

Color #A9AFAE in popluar color models

A9AFAE
RGB169175174
HSL170°3.61%67.45%
HSB/HSV170°3.43%68.63%
CMYK3.43%0.00%0.57%
31.37%

Color #A9AFAE in popluar number systems.

HEXA9AFAE
Decimal169175174
Binary101010011010111110101110
Octal251257256

Shades and tints

Shades of #A9AFAE

#A9AFAE
(169,175,174)
#9AA09F
(154,160,159)
#8B9190
(139,145,144)
#7C8281
(124,130,129)
#6D7372
(109,115,114)
#5E6463
(94,100,99)
#4F5554
(79,85,84)
#404645
(64,70,69)
#313736
(49,55,54)
#222827
(34,40,39)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #A9AFAE

#A9AFAE
(169,175,174)
#B0B6B5
(176,182,181)
#B7BDBC
(183,189,188)
#BEC4C3
(190,196,195)
#C5CBCA
(197,203,202)
#CCD2D1
(204,210,209)
#D3D9D8
(211,217,216)
#DAE0DF
(218,224,223)
#E1E7E6
(225,231,230)
#E8EEED
(232,238,237)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AFAE; }

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

This text font color is #A9AFAE.


Background Color

.myBgColor { background-color: #A9AFAE; }

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

This div background color is #A9AFAE.


Border color

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

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

This div border color is #A9AFAE.


Opacity

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

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

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

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

This text has shadow with #A9AFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AFAE on black background.


Color preview on white background

This text has color #A9AFAE on white background.



Black color preview on #A9AFAE background

This text has black color on #A9AFAE background.


White color preview on #A9AFAE background

This text has white color on #A9AFAE background.