COLOR #A6ACAA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

166
172
170

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

Portions of RGB colors in percentages

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

%32.68
%33.86
%33.46

CMYK color model

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

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

CMYK percentages

%3.49
%0
%1.16
%32.55

Codes

Color #A6ACAA in popluar color models

A6ACAA
RGB166172170
HSL160°3.49%66.27%
HSB/HSV160°3.49%67.45%
CMYK3.49%0.00%1.16%
32.55%

Color #A6ACAA in popluar number systems.

HEXA6ACAA
Decimal166172170
Binary101001101010110010101010
Octal246254252

Shades and tints

Shades of #A6ACAA

#A6ACAA
(166,172,170)
#979D9B
(151,157,155)
#888E8C
(136,142,140)
#797F7D
(121,127,125)
#6A706E
(106,112,110)
#5B615F
(91,97,95)
#4C5250
(76,82,80)
#3D4341
(61,67,65)
#2E3432
(46,52,50)
#1F2523
(31,37,35)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #A6ACAA

#A6ACAA
(166,172,170)
#AEB3B1
(174,179,177)
#B6BAB8
(182,186,184)
#BEC1BF
(190,193,191)
#C6C8C6
(198,200,198)
#CECFCD
(206,207,205)
#D6D6D4
(214,214,212)
#DEDDDB
(222,221,219)
#E6E4E2
(230,228,226)
#EEEBE9
(238,235,233)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ACAA; }

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

This text font color is #A6ACAA.


Background Color

.myBgColor { background-color: #A6ACAA; }

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

This div background color is #A6ACAA.


Border color

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

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

This div border color is #A6ACAA.


Opacity

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

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

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

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

This text has shadow with #A6ACAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6ACAA on black background.


Color preview on white background

This text has color #A6ACAA on white background.



Black color preview on #A6ACAA background

This text has black color on #A6ACAA background.


White color preview on #A6ACAA background

This text has white color on #A6ACAA background.