COLOR #A6A8AD

HEX: #A6A8AD RGB: (166,168,173)

Color info

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

RGB color model

#A6A8AD color RGB value is (166,168,173).

RGB: (166,168,173) (65%, 66%, 68%)

RGB channels and saturation

R 166 of 255 = 65%
G 168 of 255 = 66%
B 173 of 255 = 68%

166
168
173

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

Portions of RGB colors in percentages

R + G + B = 166 + 168 + 173 = 507 (100%)
R 166 of 507 ~ 32.74%
G 168 of 507 ~ 33.14%
B 173 of 507 ~ 34.12'%

%32.74
%33.14
%34.12

CMYK color model

#A6A8AD color CMYK value is (4,3,0,32).

  • cyan value is 4.05%
  • magenta value is 2.89%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (4,3,0,32)
C4M3Y0K32 (4%, 3%, 0%, 32%)
(0.04 / 0.03 / 0.00 / 0.32)

CMYK percentages

%4.05
%2.89
%0
%32.16

Codes

Color #A6A8AD in popluar color models

A6 A8 AD
RGB 166 168 173
HSL 223° 4.09% 66.47%
HSB/HSV 223° 4.05% 67.84%
CMYK 4.05% 2.89% 0.00%
32.16%

Color #A6A8AD in popluar number systems.

HEX A6 A8 AD
Decimal 166 168 173
Binary 10100110 10101000 10101101
Octal 246 250 255

Shades and tints

Shades of #A6A8AD

#A6A8AD
(166,168,173)
#97999E
(151,153,158)
#888A8F
(136,138,143)
#797B80
(121,123,128)
#6A6C71
(106,108,113)
#5B5D62
(91,93,98)
#4C4E53
(76,78,83)
#3D3F44
(61,63,68)
#2E3035
(46,48,53)
#1F2126
(31,33,38)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #A6A8AD

#A6A8AD
(166,168,173)
#AEAFB4
(174,175,180)
#B6B6BB
(182,182,187)
#BEBDC2
(190,189,194)
#C6C4C9
(198,196,201)
#CECBD0
(206,203,208)
#D6D2D7
(214,210,215)
#DED9DE
(222,217,222)
#E6E0E5
(230,224,229)
#EEE7EC
(238,231,236)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A8AD; }

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

This text font color is #A6A8AD.

Background Color

.myBgColor { background-color: #A6A8AD; }

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

This div background color is #A6A8AD.

Border color

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

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

This div border color is #A6A8AD.

Opacity

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

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

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

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

This text has shadow with #A6A8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A8AD.

Preview

Color preview on black background

This text has color #A6A8AD on black background.


Color preview on white background

This text has color #A6A8AD on white background.


Black color preview on #A6A8AD background

This text has black color on #A6A8AD background.


White color preview on #A6A8AD background

This text has white color on #A6A8AD background.


Related colors

Complementary color

Complementary color for #hex is #595752.


I love getcolorcode.com

Triadic colors

1 #ADA6A8 and #A8ADA6 with #A6A8AD are triadic colors.

2 #ADA8A6 and #A8A6AD with #A6A8AD are triadic colors.