COLOR #A6A5A9

HEX: #A6A5A9
RGB: (166,165,169)

Color info

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

RGB color model

#A6A5A9 color RGB value is (166,165,169).

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

RGB channels and saturation

R 166 of 255 = 65%
G 165 of 255 = 65%
B 169 of 255 = 66%

166
165
169

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

Portions of RGB colors in percentages

R + G + B =
166 + 165 + 169 = 500 (100%)
R 166 of 500 ~ 33.2%
G 165 of 500 ~ 33%
B 169 of 500 ~ 33.8%

%33.2
%33
%33.8

CMYK color model

#A6A5A9 color CMYK value is (2,2,0,34).

  • cyan value is 1.78%
  • magenta value is 2.37%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(2,2,0,34)
C2M2Y0K34 
(2%,2%,0%,34%)
(0.02/0.02/0.00/0.34)	

CMYK percentages

%1.78
%2.37
%0
%33.73

Codes

Color #A6A5A9 in popluar color models

A6A5A9
RGB166165169
HSL255°2.27%65.49%
HSB/HSV255°2.37%66.27%
CMYK1.78%2.37%0.00%
33.73%

Color #A6A5A9 in popluar number systems.

HEXA6A5A9
Decimal166165169
Binary101001101010010110101001
Octal246245251

Shades and tints

Shades of #A6A5A9

#A6A5A9
(166,165,169)
#97969A
(151,150,154)
#88878B
(136,135,139)
#79787C
(121,120,124)
#6A696D
(106,105,109)
#5B5A5E
(91,90,94)
#4C4B4F
(76,75,79)
#3D3C40
(61,60,64)
#2E2D31
(46,45,49)
#1F1E22
(31,30,34)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #A6A5A9

#A6A5A9
(166,165,169)
#AEADB0
(174,173,176)
#B6B5B7
(182,181,183)
#BEBDBE
(190,189,190)
#C6C5C5
(198,197,197)
#CECDCC
(206,205,204)
#D6D5D3
(214,213,211)
#DEDDDA
(222,221,218)
#E6E5E1
(230,229,225)
#EEEDE8
(238,237,232)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A5A9; }

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

This text font color is #A6A5A9.


Background Color

.myBgColor { background-color: #A6A5A9; }

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

This div background color is #A6A5A9.


Border color

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

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

This div border color is #A6A5A9.


Opacity

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

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

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

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

This text has shadow with #A6A5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A5A9 on black background.


Color preview on white background

This text has color #A6A5A9 on white background.



Black color preview on #A6A5A9 background

This text has black color on #A6A5A9 background.


White color preview on #A6A5A9 background

This text has white color on #A6A5A9 background.