COLOR #A6A1AF

HEX: #A6A1AF
RGB: (166,161,175)

Color info

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

RGB color model

#A6A1AF color RGB value is (166,161,175).

  • red value is 166;
  • green value is 161;
  • blue value is 175.
RGB:
(166,161,175)
(65%,63%,69%)

RGB channels and saturation

R 166 of 255 = 65%
G 161 of 255 = 63%
B 175 of 255 = 69%

166
161
175

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

Portions of RGB colors in percentages

R + G + B =
166 + 161 + 175 = 502 (100%)
R 166 of 502 ~ 33.07%
G 161 of 502 ~ 32.07%
B 175 of 502 ~ 34.86%

%33.07
%32.07
%34.86

CMYK color model

#A6A1AF color CMYK value is (5,8,0,31).

  • cyan value is 5.14%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(5,8,0,31)
C5M8Y0K31 
(5%,8%,0%,31%)
(0.05/0.08/0.00/0.31)	

CMYK percentages

%5.14
%8
%0
%31.37

Codes

Color #A6A1AF in popluar color models

A6A1AF
RGB166161175
HSL261°8.05%65.88%
HSB/HSV261°8.00%68.63%
CMYK5.14%8.00%0.00%
31.37%

Color #A6A1AF in popluar number systems.

HEXA6A1AF
Decimal166161175
Binary101001101010000110101111
Octal246241257

Shades and tints

Shades of #A6A1AF

#A6A1AF
(166,161,175)
#9793A0
(151,147,160)
#888591
(136,133,145)
#797782
(121,119,130)
#6A6973
(106,105,115)
#5B5B64
(91,91,100)
#4C4D55
(76,77,85)
#3D3F46
(61,63,70)
#2E3137
(46,49,55)
#1F2328
(31,35,40)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #A6A1AF

#A6A1AF
(166,161,175)
#AEA9B6
(174,169,182)
#B6B1BD
(182,177,189)
#BEB9C4
(190,185,196)
#C6C1CB
(198,193,203)
#CEC9D2
(206,201,210)
#D6D1D9
(214,209,217)
#DED9E0
(222,217,224)
#E6E1E7
(230,225,231)
#EEE9EE
(238,233,238)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A1AF; }

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

This text font color is #A6A1AF.


Background Color

.myBgColor { background-color: #A6A1AF; }

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

This div background color is #A6A1AF.


Border color

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

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

This div border color is #A6A1AF.


Opacity

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

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

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

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

This text has shadow with #A6A1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A1AF on black background.


Color preview on white background

This text has color #A6A1AF on white background.



Black color preview on #A6A1AF background

This text has black color on #A6A1AF background.


White color preview on #A6A1AF background

This text has white color on #A6A1AF background.