COLOR #A6AD9F

HEX: #A6AD9F RGB: (166,173,159)

Color info

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

RGB color model

#A6AD9F color RGB value is (166,173,159).

RGB: (166,173,159) (65%, 68%, 62%)

RGB channels and saturation

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

166
173
159

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

Portions of RGB colors in percentages

R + G + B = 166 + 173 + 159 = 498 (100%)
R 166 of 498 ~ 33.33%
G 173 of 498 ~ 34.74%
B 159 of 498 ~ 31.93'%

%33.33
%34.74
%31.93

CMYK color model

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

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

CMYK percentages

%4.05
%0
%8.09
%32.16

Codes

Color #A6AD9F in popluar color models

A6 AD 9F
RGB 166 173 159
HSL 90° 7.87% 65.10%
HSB/HSV 90° 8.09% 67.84%
CMYK 4.05% 0.00% 8.09%
32.16%

Color #A6AD9F in popluar number systems.

HEX A6 AD 9F
Decimal 166 173 159
Binary 10100110 10101101 10011111
Octal 246 255 237

Shades and tints

Shades of #A6AD9F

#A6AD9F
(166,173,159)
#979E91
(151,158,145)
#888F83
(136,143,131)
#798075
(121,128,117)
#6A7167
(106,113,103)
#5B6259
(91,98,89)
#4C534B
(76,83,75)
#3D443D
(61,68,61)
#2E352F
(46,53,47)
#1F2621
(31,38,33)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #A6AD9F

#A6AD9F
(166,173,159)
#AEB4A7
(174,180,167)
#B6BBAF
(182,187,175)
#BEC2B7
(190,194,183)
#C6C9BF
(198,201,191)
#CED0C7
(206,208,199)
#D6D7CF
(214,215,207)
#DEDED7
(222,222,215)
#E6E5DF
(230,229,223)
#EEECE7
(238,236,231)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AD9F; }

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

This text font color is #A6AD9F.

Background Color

.myBgColor { background-color: #A6AD9F; }

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

This div background color is #A6AD9F.

Border color

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

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

This div border color is #A6AD9F.

Opacity

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

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

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

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

This text has shadow with #A6AD9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AD9F.

Preview

Color preview on black background

This text has color #A6AD9F on black background.


Color preview on white background

This text has color #A6AD9F on white background.


Black color preview on #A6AD9F background

This text has black color on #A6AD9F background.


White color preview on #A6AD9F background

This text has white color on #A6AD9F background.


Related colors

Complementary color

Complementary color for #hex is #595260.


I love getcolorcode.com

Triadic colors

1 #9FA6AD and #AD9FA6 with #A6AD9F are triadic colors.

2 #9FADA6 and #ADA69F with #A6AD9F are triadic colors.