COLOR #A6AF9D

HEX: #A6AF9D RGB: (166,175,157)

Color info

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

RGB color model

#A6AF9D color RGB value is (166,175,157).

RGB: (166,175,157) (65%, 69%, 62%)

RGB channels and saturation

R 166 of 255 = 65%
G 175 of 255 = 69%
B 157 of 255 = 62%

166
175
157

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

Portions of RGB colors in percentages

R + G + B = 166 + 175 + 157 = 498 (100%)
R 166 of 498 ~ 33.33%
G 175 of 498 ~ 35.14%
B 157 of 498 ~ 31.53'%

%33.33
%35.14
%31.53

CMYK color model

#A6AF9D color CMYK value is (5,0,10,31).

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

CMYK: (5,0,10,31)
C5M0Y10K31 (5%, 0%, 10%, 31%)
(0.05 / 0.00 / 0.10 / 0.31)

CMYK percentages

%5.14
%0
%10.29
%31.37

Codes

Color #A6AF9D in popluar color models

A6 AF 9D
RGB 166 175 157
HSL 90° 10.11% 65.10%
HSB/HSV 90° 10.29% 68.63%
CMYK 5.14% 0.00% 10.29%
31.37%

Color #A6AF9D in popluar number systems.

HEX A6 AF 9D
Decimal 166 175 157
Binary 10100110 10101111 10011101
Octal 246 257 235

Shades and tints

Shades of #A6AF9D

#A6AF9D
(166,175,157)
#97A08F
(151,160,143)
#889181
(136,145,129)
#798273
(121,130,115)
#6A7365
(106,115,101)
#5B6457
(91,100,87)
#4C5549
(76,85,73)
#3D463B
(61,70,59)
#2E372D
(46,55,45)
#1F281F
(31,40,31)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #A6AF9D

#A6AF9D
(166,175,157)
#AEB6A5
(174,182,165)
#B6BDAD
(182,189,173)
#BEC4B5
(190,196,181)
#C6CBBD
(198,203,189)
#CED2C5
(206,210,197)
#D6D9CD
(214,217,205)
#DEE0D5
(222,224,213)
#E6E7DD
(230,231,221)
#EEEEE5
(238,238,229)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AF9D; }

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

This text font color is #A6AF9D.

Background Color

.myBgColor { background-color: #A6AF9D; }

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

This div background color is #A6AF9D.

Border color

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

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

This div border color is #A6AF9D.

Opacity

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

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

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

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

This text has shadow with #A6AF9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AF9D.

Preview

Color preview on black background

This text has color #A6AF9D on black background.


Color preview on white background

This text has color #A6AF9D on white background.


Black color preview on #A6AF9D background

This text has black color on #A6AF9D background.


White color preview on #A6AF9D background

This text has white color on #A6AF9D background.


Related colors

Complementary color

Complementary color for #hex is #595062.


I love getcolorcode.com

Triadic colors

1 #9DA6AF and #AF9DA6 with #A6AF9D are triadic colors.

2 #9DAFA6 and #AFA69D with #A6AF9D are triadic colors.