COLOR #A6ACA3

HEX: #A6ACA3
RGB: (166,172,163)

Color info

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

RGB color model

#A6ACA3 color RGB value is (166,172,163).

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

RGB channels and saturation

R 166 of 255 = 65%
G 172 of 255 = 67%
B 163 of 255 = 64%

166
172
163

R + G + B ~ 65%. #A6ACA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 172 + 163 = 501 (100%)
R 166 of 501 ~ 33.13%
G 172 of 501 ~ 34.33%
B 163 of 501 ~ 32.53%

%33.13
%34.33
%32.53

CMYK color model

#A6ACA3 color CMYK value is (3,0,5,33).

  • cyan value is 3.49%
  • magenta value is 0.00%
  • yellow value is 5.23%
  • key color value is 32.55%
CMYK:
(3,0,5,33)
C3M0Y5K33 
(3%,0%,5%,33%)
(0.03/0.00/0.05/0.33)	

CMYK percentages

%3.49
%0
%5.23
%32.55

Codes

Color #A6ACA3 in popluar color models

A6ACA3
RGB166172163
HSL100°5.14%65.69%
HSB/HSV100°5.23%67.45%
CMYK3.49%0.00%5.23%
32.55%

Color #A6ACA3 in popluar number systems.

HEXA6ACA3
Decimal166172163
Binary101001101010110010100011
Octal246254243

Shades and tints

Shades of #A6ACA3

#A6ACA3
(166,172,163)
#979D95
(151,157,149)
#888E87
(136,142,135)
#797F79
(121,127,121)
#6A706B
(106,112,107)
#5B615D
(91,97,93)
#4C524F
(76,82,79)
#3D4341
(61,67,65)
#2E3433
(46,52,51)
#1F2525
(31,37,37)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #A6ACA3

#A6ACA3
(166,172,163)
#AEB3AB
(174,179,171)
#B6BAB3
(182,186,179)
#BEC1BB
(190,193,187)
#C6C8C3
(198,200,195)
#CECFCB
(206,207,203)
#D6D6D3
(214,214,211)
#DEDDDB
(222,221,219)
#E6E4E3
(230,228,227)
#EEEBEB
(238,235,235)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ACA3; }

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

This text font color is #A6ACA3.


Background Color

.myBgColor { background-color: #A6ACA3; }

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

This div background color is #A6ACA3.


Border color

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

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

This div border color is #A6ACA3.


Opacity

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

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

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

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

This text has shadow with #A6ACA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6ACA3 on black background.


Color preview on white background

This text has color #A6ACA3 on white background.



Black color preview on #A6ACA3 background

This text has black color on #A6ACA3 background.


White color preview on #A6ACA3 background

This text has white color on #A6ACA3 background.