COLOR #A6AAAC

HEX: #A6AAAC
RGB: (166,170,172)

Color info

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

RGB color model

#A6AAAC color RGB value is (166,170,172).

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

RGB channels and saturation

R 166 of 255 = 65%
G 170 of 255 = 67%
B 172 of 255 = 67%

166
170
172

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

Portions of RGB colors in percentages

R + G + B =
166 + 170 + 172 = 508 (100%)
R 166 of 508 ~ 32.68%
G 170 of 508 ~ 33.46%
B 172 of 508 ~ 33.86%

%32.68
%33.46
%33.86

CMYK color model

#A6AAAC color CMYK value is (3,1,0,33).

  • cyan value is 3.49%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(3,1,0,33)
C3M1Y0K33 
(3%,1%,0%,33%)
(0.03/0.01/0.00/0.33)	

CMYK percentages

%3.49
%1.16
%0
%32.55

Codes

Color #A6AAAC in popluar color models

A6AAAC
RGB166170172
HSL200°3.49%66.27%
HSB/HSV200°3.49%67.45%
CMYK3.49%1.16%0.00%
32.55%

Color #A6AAAC in popluar number systems.

HEXA6AAAC
Decimal166170172
Binary101001101010101010101100
Octal246252254

Shades and tints

Shades of #A6AAAC

#A6AAAC
(166,170,172)
#979B9D
(151,155,157)
#888C8E
(136,140,142)
#797D7F
(121,125,127)
#6A6E70
(106,110,112)
#5B5F61
(91,95,97)
#4C5052
(76,80,82)
#3D4143
(61,65,67)
#2E3234
(46,50,52)
#1F2325
(31,35,37)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #A6AAAC

#A6AAAC
(166,170,172)
#AEB1B3
(174,177,179)
#B6B8BA
(182,184,186)
#BEBFC1
(190,191,193)
#C6C6C8
(198,198,200)
#CECDCF
(206,205,207)
#D6D4D6
(214,212,214)
#DEDBDD
(222,219,221)
#E6E2E4
(230,226,228)
#EEE9EB
(238,233,235)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AAAC; }

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

This text font color is #A6AAAC.


Background Color

.myBgColor { background-color: #A6AAAC; }

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

This div background color is #A6AAAC.


Border color

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

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

This div border color is #A6AAAC.


Opacity

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

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

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

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

This text has shadow with #A6AAAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AAAC on black background.


Color preview on white background

This text has color #A6AAAC on white background.



Black color preview on #A6AAAC background

This text has black color on #A6AAAC background.


White color preview on #A6AAAC background

This text has white color on #A6AAAC background.