COLOR #A9A9AB

HEX: #A9A9AB
RGB: (169,169,171)

Color info

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

RGB color model

#A9A9AB color RGB value is (169,169,171).

  • red value is 169;
  • green value is 169;
  • blue value is 171.
RGB: (169,169,171) (66%,66%,67%)

RGB channels and saturation

R 169 of 255 = 66%
G 169 of 255 = 66%
B 171 of 255 = 67%

169
169
171

R + G + B ~ 66%. #A9A9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 169 + 171 = 509 (100%)
R 169 of 509 ~ 33.2%
G 169 of 509 ~ 33.2%
B 171 of 509 ~ 33.6%

%33.2
%33.2
%33.6

CMYK color model

#A9A9AB color CMYK value is (1,1,0,33).

  • cyan value is 1.17%
  • magenta value is 1.17%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (1,1,0,33) C1M1Y0K33 (1%,1%,0%,33%) (0.01/0.01/0.00/0.33)

CMYK percentages

%1.17
%1.17
%0
%32.94

Codes

Color #A9A9AB in popluar color models

A9A9AB
RGB169169171
HSL240°1.18%66.67%
HSB/HSV240°1.17%67.06%
CMYK1.17%1.17%0.00%
32.94%

Color #A9A9AB in popluar number systems.

HEXA9A9AB
Decimal169169171
Binary101010011010100110101011
Octal251251253

Shades and tints

Shades of #A9A9AB

#A9A9AB
(169,169,171)
#9A9A9C
(154,154,156)
#8B8B8D
(139,139,141)
#7C7C7E
(124,124,126)
#6D6D6F
(109,109,111)
#5E5E60
(94,94,96)
#4F4F51
(79,79,81)
#404042
(64,64,66)
#313133
(49,49,51)
#222224
(34,34,36)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #A9A9AB

#A9A9AB
(169,169,171)
#B0B0B2
(176,176,178)
#B7B7B9
(183,183,185)
#BEBEC0
(190,190,192)
#C5C5C7
(197,197,199)
#CCCCCE
(204,204,206)
#D3D3D5
(211,211,213)
#DADADC
(218,218,220)
#E1E1E3
(225,225,227)
#E8E8EA
(232,232,234)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A9AB; }

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

This text font color is #A9A9AB.


Background Color

.myBgColor { background-color: #A9A9AB; }

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

This div background color is #A9A9AB.


Border color

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

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

This div border color is #A9A9AB.


Opacity

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

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

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

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

This text has shadow with #A9A9AB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A9A9AB on black background.


Color preview on white background

This text has color #A9A9AB on white background.



Black color preview on #A9A9AB background

This text has black color on #A9A9AB background.


White color preview on #A9A9AB background

This text has white color on #A9A9AB background.