COLOR #A6AF9B

HEX: #A6AF9B
RGB: (166,175,155)

Color info

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

RGB color model

#A6AF9B color RGB value is (166,175,155).

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

RGB channels and saturation

R 166 of 255 = 65%
G 175 of 255 = 69%
B 155 of 255 = 61%

166
175
155

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

Portions of RGB colors in percentages

R + G + B =
166 + 175 + 155 = 496 (100%)
R 166 of 496 ~ 33.47%
G 175 of 496 ~ 35.28%
B 155 of 496 ~ 31.25%

%33.47
%35.28
%31.25

CMYK color model

#A6AF9B color CMYK value is (5,0,11,31).

  • cyan value is 5.14%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 31.37%
CMYK:
(5,0,11,31)
C5M0Y11K31 
(5%,0%,11%,31%)
(0.05/0.00/0.11/0.31)	

CMYK percentages

%5.14
%0
%11.43
%31.37

Codes

Color #A6AF9B in popluar color models

A6AF9B
RGB166175155
HSL87°11.11%64.71%
HSB/HSV87°11.43%68.63%
CMYK5.14%0.00%11.43%
31.37%

Color #A6AF9B in popluar number systems.

HEXA6AF9B
Decimal166175155
Binary101001101010111110011011
Octal246257233

Shades and tints

Shades of #A6AF9B

#A6AF9B
(166,175,155)
#97A08D
(151,160,141)
#88917F
(136,145,127)
#798271
(121,130,113)
#6A7363
(106,115,99)
#5B6455
(91,100,85)
#4C5547
(76,85,71)
#3D4639
(61,70,57)
#2E372B
(46,55,43)
#1F281D
(31,40,29)
#10190F
(16,25,15)
#000000
(0,0,0)

Tints of #A6AF9B

#A6AF9B
(166,175,155)
#AEB6A4
(174,182,164)
#B6BDAD
(182,189,173)
#BEC4B6
(190,196,182)
#C6CBBF
(198,203,191)
#CED2C8
(206,210,200)
#D6D9D1
(214,217,209)
#DEE0DA
(222,224,218)
#E6E7E3
(230,231,227)
#EEEEEC
(238,238,236)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AF9B; }

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

This text font color is #A6AF9B.


Background Color

.myBgColor { background-color: #A6AF9B; }

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

This div background color is #A6AF9B.


Border color

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

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

This div border color is #A6AF9B.


Opacity

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

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

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

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

This text has shadow with #A6AF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AF9B on black background.


Color preview on white background

This text has color #A6AF9B on white background.



Black color preview on #A6AF9B background

This text has black color on #A6AF9B background.


White color preview on #A6AF9B background

This text has white color on #A6AF9B background.