COLOR #A6A6AD

HEX: #A6A6AD
RGB: (166,166,173)

Color info

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

RGB color model

#A6A6AD color RGB value is (166,166,173).

  • red value is 166;
  • green value is 166;
  • blue value is 173.
RGB:
(166,166,173)
(65%,65%,68%)

RGB channels and saturation

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

166
166
173

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

Portions of RGB colors in percentages

R + G + B =
166 + 166 + 173 = 505 (100%)
R 166 of 505 ~ 32.87%
G 166 of 505 ~ 32.87%
B 173 of 505 ~ 34.26%

%32.87
%32.87
%34.26

CMYK color model

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

  • cyan value is 4.05%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(4,4,0,32)
C4M4Y0K32 
(4%,4%,0%,32%)
(0.04/0.04/0.00/0.32)	

CMYK percentages

%4.05
%4.05
%0
%32.16

Codes

Color #A6A6AD in popluar color models

A6A6AD
RGB166166173
HSL240°4.09%66.47%
HSB/HSV240°4.05%67.84%
CMYK4.05%4.05%0.00%
32.16%

Color #A6A6AD in popluar number systems.

HEXA6A6AD
Decimal166166173
Binary101001101010011010101101
Octal246246255

Shades and tints

Shades of #A6A6AD

#A6A6AD
(166,166,173)
#97979E
(151,151,158)
#88888F
(136,136,143)
#797980
(121,121,128)
#6A6A71
(106,106,113)
#5B5B62
(91,91,98)
#4C4C53
(76,76,83)
#3D3D44
(61,61,68)
#2E2E35
(46,46,53)
#1F1F26
(31,31,38)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #A6A6AD

#A6A6AD
(166,166,173)
#AEAEB4
(174,174,180)
#B6B6BB
(182,182,187)
#BEBEC2
(190,190,194)
#C6C6C9
(198,198,201)
#CECED0
(206,206,208)
#D6D6D7
(214,214,215)
#DEDEDE
(222,222,222)
#E6E6E5
(230,230,229)
#EEEEEC
(238,238,236)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A6AD; }

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

This text font color is #A6A6AD.


Background Color

.myBgColor { background-color: #A6A6AD; }

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

This div background color is #A6A6AD.


Border color

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

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

This div border color is #A6A6AD.


Opacity

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

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

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

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

This text has shadow with #A6A6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A6AD on black background.


Color preview on white background

This text has color #A6A6AD on white background.



Black color preview on #A6A6AD background

This text has black color on #A6A6AD background.


White color preview on #A6A6AD background

This text has white color on #A6A6AD background.