COLOR #A6A9AB

HEX: #A6A9AB
RGB: (166,169,171)

Color info

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

RGB color model

#A6A9AB color RGB value is (166,169,171).

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

RGB channels and saturation

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

166
169
171

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

Portions of RGB colors in percentages

R + G + B =
166 + 169 + 171 = 506 (100%)
R 166 of 506 ~ 32.81%
G 169 of 506 ~ 33.4%
B 171 of 506 ~ 33.79%

%32.81
%33.4
%33.79

CMYK color model

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

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

CMYK percentages

%2.92
%1.17
%0
%32.94

Codes

Color #A6A9AB in popluar color models

A6A9AB
RGB166169171
HSL204°2.89%66.08%
HSB/HSV204°2.92%67.06%
CMYK2.92%1.17%0.00%
32.94%

Color #A6A9AB in popluar number systems.

HEXA6A9AB
Decimal166169171
Binary101001101010100110101011
Octal246251253

Shades and tints

Shades of #A6A9AB

#A6A9AB
(166,169,171)
#979A9C
(151,154,156)
#888B8D
(136,139,141)
#797C7E
(121,124,126)
#6A6D6F
(106,109,111)
#5B5E60
(91,94,96)
#4C4F51
(76,79,81)
#3D4042
(61,64,66)
#2E3133
(46,49,51)
#1F2224
(31,34,36)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #A6A9AB

#A6A9AB
(166,169,171)
#AEB0B2
(174,176,178)
#B6B7B9
(182,183,185)
#BEBEC0
(190,190,192)
#C6C5C7
(198,197,199)
#CECCCE
(206,204,206)
#D6D3D5
(214,211,213)
#DEDADC
(222,218,220)
#E6E1E3
(230,225,227)
#EEE8EA
(238,232,234)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A9AB; }

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

This text font color is #A6A9AB.


Background Color

.myBgColor { background-color: #A6A9AB; }

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

This div background color is #A6A9AB.


Border color

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

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

This div border color is #A6A9AB.


Opacity

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

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

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

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

This text has shadow with #A6A9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A9AB on black background.


Color preview on white background

This text has color #A6A9AB on white background.



Black color preview on #A6A9AB background

This text has black color on #A6A9AB background.


White color preview on #A6A9AB background

This text has white color on #A6A9AB background.