COLOR #A6AFA7

HEX: #A6AFA7 RGB: (166,175,167)

Color info

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

RGB color model

#A6AFA7 color RGB value is (166,175,167).

RGB: (166,175,167) (65%, 69%, 65%)

RGB channels and saturation

R 166 of 255 = 65%
G 175 of 255 = 69%
B 167 of 255 = 65%

166
175
167

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

Portions of RGB colors in percentages

R + G + B = 166 + 175 + 167 = 508 (100%)
R 166 of 508 ~ 32.68%
G 175 of 508 ~ 34.45%
B 167 of 508 ~ 32.87'%

%32.68
%34.45
%32.87

CMYK color model

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

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

CMYK: (5,0,5,31)
C5M0Y5K31 (5%, 0%, 5%, 31%)
(0.05 / 0.00 / 0.05 / 0.31)

CMYK percentages

%5.14
%0
%4.57
%31.37

Codes

Color #A6AFA7 in popluar color models

A6 AF A7
RGB 166 175 167
HSL 127° 5.33% 66.86%
HSB/HSV 127° 5.14% 68.63%
CMYK 5.14% 0.00% 4.57%
31.37%

Color #A6AFA7 in popluar number systems.

HEX A6 AF A7
Decimal 166 175 167
Binary 10100110 10101111 10100111
Octal 246 257 247

Shades and tints

Shades of #A6AFA7

#A6AFA7
(166,175,167)
#97A098
(151,160,152)
#889189
(136,145,137)
#79827A
(121,130,122)
#6A736B
(106,115,107)
#5B645C
(91,100,92)
#4C554D
(76,85,77)
#3D463E
(61,70,62)
#2E372F
(46,55,47)
#1F2820
(31,40,32)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #A6AFA7

#A6AFA7
(166,175,167)
#AEB6AF
(174,182,175)
#B6BDB7
(182,189,183)
#BEC4BF
(190,196,191)
#C6CBC7
(198,203,199)
#CED2CF
(206,210,207)
#D6D9D7
(214,217,215)
#DEE0DF
(222,224,223)
#E6E7E7
(230,231,231)
#EEEEEF
(238,238,239)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AFA7; }

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

This text font color is #A6AFA7.

Background Color

.myBgColor { background-color: #A6AFA7; }

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

This div background color is #A6AFA7.

Border color

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

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

This div border color is #A6AFA7.

Opacity

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

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

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

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

This text has shadow with #A6AFA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AFA7.

Preview

Color preview on black background

This text has color #A6AFA7 on black background.


Color preview on white background

This text has color #A6AFA7 on white background.


Black color preview on #A6AFA7 background

This text has black color on #A6AFA7 background.


White color preview on #A6AFA7 background

This text has white color on #A6AFA7 background.


Related colors

Complementary color

Complementary color for #hex is #595058.


I love getcolorcode.com

Triadic colors

1 #A7A6AF and #AFA7A6 with #A6AFA7 are triadic colors.

2 #A7AFA6 and #AFA6A7 with #A6AFA7 are triadic colors.