COLOR #A6A8AB

HEX: #A6A8AB
RGB: (166,168,171)

Color info

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

RGB color model

#A6A8AB color RGB value is (166,168,171).

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

RGB channels and saturation

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

166
168
171

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

Portions of RGB colors in percentages

R + G + B =
166 + 168 + 171 = 505 (100%)
R 166 of 505 ~ 32.87%
G 168 of 505 ~ 33.27%
B 171 of 505 ~ 33.86%

%32.87
%33.27
%33.86

CMYK color model

#A6A8AB color CMYK value is (3,2,0,33).

  • cyan value is 2.92%
  • magenta value is 1.75%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(3,2,0,33)
C3M2Y0K33 
(3%,2%,0%,33%)
(0.03/0.02/0.00/0.33)	

CMYK percentages

%2.92
%1.75
%0
%32.94

Codes

Color #A6A8AB in popluar color models

A6A8AB
RGB166168171
HSL216°2.89%66.08%
HSB/HSV216°2.92%67.06%
CMYK2.92%1.75%0.00%
32.94%

Color #A6A8AB in popluar number systems.

HEXA6A8AB
Decimal166168171
Binary101001101010100010101011
Octal246250253

Shades and tints

Shades of #A6A8AB

#A6A8AB
(166,168,171)
#97999C
(151,153,156)
#888A8D
(136,138,141)
#797B7E
(121,123,126)
#6A6C6F
(106,108,111)
#5B5D60
(91,93,96)
#4C4E51
(76,78,81)
#3D3F42
(61,63,66)
#2E3033
(46,48,51)
#1F2124
(31,33,36)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #A6A8AB

#A6A8AB
(166,168,171)
#AEAFB2
(174,175,178)
#B6B6B9
(182,182,185)
#BEBDC0
(190,189,192)
#C6C4C7
(198,196,199)
#CECBCE
(206,203,206)
#D6D2D5
(214,210,213)
#DED9DC
(222,217,220)
#E6E0E3
(230,224,227)
#EEE7EA
(238,231,234)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A8AB; }

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

This text font color is #A6A8AB.


Background Color

.myBgColor { background-color: #A6A8AB; }

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

This div background color is #A6A8AB.


Border color

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

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

This div border color is #A6A8AB.


Opacity

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

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

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

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

This text has shadow with #A6A8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A8AB on black background.


Color preview on white background

This text has color #A6A8AB on white background.



Black color preview on #A6A8AB background

This text has black color on #A6A8AB background.


White color preview on #A6A8AB background

This text has white color on #A6A8AB background.