COLOR #A9AEAF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

169
174
175

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

Portions of RGB colors in percentages

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

%32.63
%33.59
%33.78

CMYK color model

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

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

CMYK percentages

%3.43
%0.57
%0
%31.37

Codes

Color #A9AEAF in popluar color models

A9AEAF
RGB169174175
HSL190°3.61%67.45%
HSB/HSV190°3.43%68.63%
CMYK3.43%0.57%0.00%
31.37%

Color #A9AEAF in popluar number systems.

HEXA9AEAF
Decimal169174175
Binary101010011010111010101111
Octal251256257

Shades and tints

Shades of #A9AEAF

#A9AEAF
(169,174,175)
#9A9FA0
(154,159,160)
#8B9091
(139,144,145)
#7C8182
(124,129,130)
#6D7273
(109,114,115)
#5E6364
(94,99,100)
#4F5455
(79,84,85)
#404546
(64,69,70)
#313637
(49,54,55)
#222728
(34,39,40)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #A9AEAF

#A9AEAF
(169,174,175)
#B0B5B6
(176,181,182)
#B7BCBD
(183,188,189)
#BEC3C4
(190,195,196)
#C5CACB
(197,202,203)
#CCD1D2
(204,209,210)
#D3D8D9
(211,216,217)
#DADFE0
(218,223,224)
#E1E6E7
(225,230,231)
#E8EDEE
(232,237,238)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AEAF; }

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

This text font color is #A9AEAF.


Background Color

.myBgColor { background-color: #A9AEAF; }

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

This div background color is #A9AEAF.


Border color

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

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

This div border color is #A9AEAF.


Opacity

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

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

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

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

This text has shadow with #A9AEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AEAF on black background.


Color preview on white background

This text has color #A9AEAF on white background.



Black color preview on #A9AEAF background

This text has black color on #A9AEAF background.


White color preview on #A9AEAF background

This text has white color on #A9AEAF background.