COLOR #A6B0AF

HEX: #A6B0AF
RGB: (166,176,175)

Color info

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

RGB color model

#A6B0AF color RGB value is (166,176,175).

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

RGB channels and saturation

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

166
176
175

R + G + B ~ 68%. #A6B0AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 176 + 175 = 517 (100%)
R 166 of 517 ~ 32.11%
G 176 of 517 ~ 34.04%
B 175 of 517 ~ 33.85%

%32.11
%34.04
%33.85

CMYK color model

#A6B0AF color CMYK value is (6,0,1,31).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 30.98%
CMYK:
(6,0,1,31)
C6M0Y1K31 
(6%,0%,1%,31%)
(0.06/0.00/0.01/0.31)	

CMYK percentages

%5.68
%0
%0.57
%30.98

Codes

Color #A6B0AF in popluar color models

A6B0AF
RGB166176175
HSL174°5.95%67.06%
HSB/HSV174°5.68%69.02%
CMYK5.68%0.00%0.57%
30.98%

Color #A6B0AF in popluar number systems.

HEXA6B0AF
Decimal166176175
Binary101001101011000010101111
Octal246260257

Shades and tints

Shades of #A6B0AF

#A6B0AF
(166,176,175)
#97A0A0
(151,160,160)
#889091
(136,144,145)
#798082
(121,128,130)
#6A7073
(106,112,115)
#5B6064
(91,96,100)
#4C5055
(76,80,85)
#3D4046
(61,64,70)
#2E3037
(46,48,55)
#1F2028
(31,32,40)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #A6B0AF

#A6B0AF
(166,176,175)
#AEB7B6
(174,183,182)
#B6BEBD
(182,190,189)
#BEC5C4
(190,197,196)
#C6CCCB
(198,204,203)
#CED3D2
(206,211,210)
#D6DAD9
(214,218,217)
#DEE1E0
(222,225,224)
#E6E8E7
(230,232,231)
#EEEFEE
(238,239,238)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B0AF; }

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

This text font color is #A6B0AF.


Background Color

.myBgColor { background-color: #A6B0AF; }

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

This div background color is #A6B0AF.


Border color

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

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

This div border color is #A6B0AF.


Opacity

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

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

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

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

This text has shadow with #A6B0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B0AF on black background.


Color preview on white background

This text has color #A6B0AF on white background.



Black color preview on #A6B0AF background

This text has black color on #A6B0AF background.


White color preview on #A6B0AF background

This text has white color on #A6B0AF background.