COLOR #A6AF8B

HEX: #A6AF8B RGB: (166,175,139)

Color info

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

RGB color model

#A6AF8B color RGB value is (166,175,139).

RGB: (166,175,139) (65%, 69%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 175 of 255 = 69%
B 139 of 255 = 55%

166
175
139

R + G + B ~ 63%. #A6AF8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 175 + 139 = 480 (100%)
R 166 of 480 ~ 34.58%
G 175 of 480 ~ 36.46%
B 139 of 480 ~ 28.96'%

%34.58
%36.46
%28.96

CMYK color model

#A6AF8B color CMYK value is (5,0,21,31).

  • cyan value is 5.14%
  • magenta value is 0.00%
  • yellow value is 20.57%
  • key color value is 31.37%

CMYK: (5,0,21,31)
C5M0Y21K31 (5%, 0%, 21%, 31%)
(0.05 / 0.00 / 0.21 / 0.31)

CMYK percentages

%5.14
%0
%20.57
%31.37

Codes

Color #A6AF8B in popluar color models

A6 AF 8B
RGB 166 175 139
HSL 75° 18.37% 61.57%
HSB/HSV 75° 20.57% 68.63%
CMYK 5.14% 0.00% 20.57%
31.37%

Color #A6AF8B in popluar number systems.

HEX A6 AF 8B
Decimal 166 175 139
Binary 10100110 10101111 10001011
Octal 246 257 213

Shades and tints

Shades of #A6AF8B

#A6AF8B
(166,175,139)
#97A07F
(151,160,127)
#889173
(136,145,115)
#798267
(121,130,103)
#6A735B
(106,115,91)
#5B644F
(91,100,79)
#4C5543
(76,85,67)
#3D4637
(61,70,55)
#2E372B
(46,55,43)
#1F281F
(31,40,31)
#101913
(16,25,19)
#000000
(0,0,0)

Tints of #A6AF8B

#A6AF8B
(166,175,139)
#AEB695
(174,182,149)
#B6BD9F
(182,189,159)
#BEC4A9
(190,196,169)
#C6CBB3
(198,203,179)
#CED2BD
(206,210,189)
#D6D9C7
(214,217,199)
#DEE0D1
(222,224,209)
#E6E7DB
(230,231,219)
#EEEEE5
(238,238,229)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AF8B; }

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

This text font color is #A6AF8B.

Background Color

.myBgColor { background-color: #A6AF8B; }

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

This div background color is #A6AF8B.

Border color

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

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

This div border color is #A6AF8B.

Opacity

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

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

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

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

This text has shadow with #A6AF8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AF8B.

Preview

Color preview on black background

This text has color #A6AF8B on black background.


Color preview on white background

This text has color #A6AF8B on white background.


Black color preview on #A6AF8B background

This text has black color on #A6AF8B background.


White color preview on #A6AF8B background

This text has white color on #A6AF8B background.


Related colors

Complementary color

Complementary color for #hex is #595074.


I love getcolorcode.com

Triadic colors

1 #8BA6AF and #AF8BA6 with #A6AF8B are triadic colors.

2 #8BAFA6 and #AFA68B with #A6AF8B are triadic colors.