COLOR #A6AFAC

HEX: #A6AFAC
RGB: (166,175,172)

Color info

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

RGB color model

#A6AFAC color RGB value is (166,175,172).

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

RGB channels and saturation

R 166 of 255 = 65%
G 175 of 255 = 69%
B 172 of 255 = 67%

166
175
172

R + G + B ~ 67%. #A6AFAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 175 + 172 = 513 (100%)
R 166 of 513 ~ 32.36%
G 175 of 513 ~ 34.11%
B 172 of 513 ~ 33.53%

%32.36
%34.11
%33.53

CMYK color model

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

  • cyan value is 5.14%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 31.37%
CMYK:
(5,0,2,31)
C5M0Y2K31 
(5%,0%,2%,31%)
(0.05/0.00/0.02/0.31)	

CMYK percentages

%5.14
%0
%1.71
%31.37

Codes

Color #A6AFAC in popluar color models

A6AFAC
RGB166175172
HSL160°5.33%66.86%
HSB/HSV160°5.14%68.63%
CMYK5.14%0.00%1.71%
31.37%

Color #A6AFAC in popluar number systems.

HEXA6AFAC
Decimal166175172
Binary101001101010111110101100
Octal246257254

Shades and tints

Shades of #A6AFAC

#A6AFAC
(166,175,172)
#97A09D
(151,160,157)
#88918E
(136,145,142)
#79827F
(121,130,127)
#6A7370
(106,115,112)
#5B6461
(91,100,97)
#4C5552
(76,85,82)
#3D4643
(61,70,67)
#2E3734
(46,55,52)
#1F2825
(31,40,37)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #A6AFAC

#A6AFAC
(166,175,172)
#AEB6B3
(174,182,179)
#B6BDBA
(182,189,186)
#BEC4C1
(190,196,193)
#C6CBC8
(198,203,200)
#CED2CF
(206,210,207)
#D6D9D6
(214,217,214)
#DEE0DD
(222,224,221)
#E6E7E4
(230,231,228)
#EEEEEB
(238,238,235)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AFAC; }

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

This text font color is #A6AFAC.


Background Color

.myBgColor { background-color: #A6AFAC; }

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

This div background color is #A6AFAC.


Border color

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

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

This div border color is #A6AFAC.


Opacity

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

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

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

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

This text has shadow with #A6AFAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AFAC on black background.


Color preview on white background

This text has color #A6AFAC on white background.



Black color preview on #A6AFAC background

This text has black color on #A6AFAC background.


White color preview on #A6AFAC background

This text has white color on #A6AFAC background.