COLOR #A6A0AA

HEX: #A6A0AA
RGB: (166,160,170)

Color info

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

RGB color model

#A6A0AA color RGB value is (166,160,170).

  • red value is 166;
  • green value is 160;
  • blue value is 170.
RGB:
(166,160,170)
(65%,63%,67%)

RGB channels and saturation

R 166 of 255 = 65%
G 160 of 255 = 63%
B 170 of 255 = 67%

166
160
170

R + G + B ~ 65%. #A6A0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 160 + 170 = 496 (100%)
R 166 of 496 ~ 33.47%
G 160 of 496 ~ 32.26%
B 170 of 496 ~ 34.27%

%33.47
%32.26
%34.27

CMYK color model

#A6A0AA color CMYK value is (2,6,0,33).

  • cyan value is 2.35%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(2,6,0,33)
C2M6Y0K33 
(2%,6%,0%,33%)
(0.02/0.06/0.00/0.33)	

CMYK percentages

%2.35
%5.88
%0
%33.33

Codes

Color #A6A0AA in popluar color models

A6A0AA
RGB166160170
HSL276°5.56%64.71%
HSB/HSV276°5.88%66.67%
CMYK2.35%5.88%0.00%
33.33%

Color #A6A0AA in popluar number systems.

HEXA6A0AA
Decimal166160170
Binary101001101010000010101010
Octal246240252

Shades and tints

Shades of #A6A0AA

#A6A0AA
(166,160,170)
#97929B
(151,146,155)
#88848C
(136,132,140)
#79767D
(121,118,125)
#6A686E
(106,104,110)
#5B5A5F
(91,90,95)
#4C4C50
(76,76,80)
#3D3E41
(61,62,65)
#2E3032
(46,48,50)
#1F2223
(31,34,35)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #A6A0AA

#A6A0AA
(166,160,170)
#AEA8B1
(174,168,177)
#B6B0B8
(182,176,184)
#BEB8BF
(190,184,191)
#C6C0C6
(198,192,198)
#CEC8CD
(206,200,205)
#D6D0D4
(214,208,212)
#DED8DB
(222,216,219)
#E6E0E2
(230,224,226)
#EEE8E9
(238,232,233)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A0AA; }

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

This text font color is #A6A0AA.


Background Color

.myBgColor { background-color: #A6A0AA; }

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

This div background color is #A6A0AA.


Border color

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

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

This div border color is #A6A0AA.


Opacity

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

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

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

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

This text has shadow with #A6A0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A0AA on black background.


Color preview on white background

This text has color #A6A0AA on white background.



Black color preview on #A6A0AA background

This text has black color on #A6A0AA background.


White color preview on #A6A0AA background

This text has white color on #A6A0AA background.