COLOR #A6AFA8

HEX: #A6AFA8
RGB: (166,175,168)

Color info

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

RGB color model

#A6AFA8 color RGB value is (166,175,168).

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

RGB channels and saturation

R 166 of 255 = 65%
G 175 of 255 = 69%
B 168 of 255 = 66%

166
175
168

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

Portions of RGB colors in percentages

R + G + B =
166 + 175 + 168 = 509 (100%)
R 166 of 509 ~ 32.61%
G 175 of 509 ~ 34.38%
B 168 of 509 ~ 33.01%

%32.61
%34.38
%33.01

CMYK color model

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

  • cyan value is 5.14%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 31.37%
CMYK:
(5,0,4,31)
C5M0Y4K31 
(5%,0%,4%,31%)
(0.05/0.00/0.04/0.31)	

CMYK percentages

%5.14
%0
%4
%31.37

Codes

Color #A6AFA8 in popluar color models

A6AFA8
RGB166175168
HSL133°5.33%66.86%
HSB/HSV133°5.14%68.63%
CMYK5.14%0.00%4.00%
31.37%

Color #A6AFA8 in popluar number systems.

HEXA6AFA8
Decimal166175168
Binary101001101010111110101000
Octal246257250

Shades and tints

Shades of #A6AFA8

#A6AFA8
(166,175,168)
#97A099
(151,160,153)
#88918A
(136,145,138)
#79827B
(121,130,123)
#6A736C
(106,115,108)
#5B645D
(91,100,93)
#4C554E
(76,85,78)
#3D463F
(61,70,63)
#2E3730
(46,55,48)
#1F2821
(31,40,33)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #A6AFA8

#A6AFA8
(166,175,168)
#AEB6AF
(174,182,175)
#B6BDB6
(182,189,182)
#BEC4BD
(190,196,189)
#C6CBC4
(198,203,196)
#CED2CB
(206,210,203)
#D6D9D2
(214,217,210)
#DEE0D9
(222,224,217)
#E6E7E0
(230,231,224)
#EEEEE7
(238,238,231)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AFA8; }

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

This text font color is #A6AFA8.


Background Color

.myBgColor { background-color: #A6AFA8; }

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

This div background color is #A6AFA8.


Border color

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

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

This div border color is #A6AFA8.


Opacity

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

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

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

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

This text has shadow with #A6AFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AFA8 on black background.


Color preview on white background

This text has color #A6AFA8 on white background.



Black color preview on #A6AFA8 background

This text has black color on #A6AFA8 background.


White color preview on #A6AFA8 background

This text has white color on #A6AFA8 background.