COLOR #A6AC6F

HEX: #A6AC6F
RGB: (166,172,111)

Color info

#A6AC6F contains mainly red and green colors. Web safe color of #A6AC6F is #999966 (or #996).

RGB color model

#A6AC6F color RGB value is (166,172,111).

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

RGB channels and saturation

R 166 of 255 = 65%
G 172 of 255 = 67%
B 111 of 255 = 44%

166
172
111

R + G + B ~ 59%. #A6AC6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 172 + 111 = 449 (100%)
R 166 of 449 ~ 36.97%
G 172 of 449 ~ 38.31%
B 111 of 449 ~ 24.72%

%36.97
%38.31
%24.72

CMYK color model

#A6AC6F color CMYK value is (3,0,35,33).

  • cyan value is 3.49%
  • magenta value is 0.00%
  • yellow value is 35.47%
  • key color value is 32.55%
CMYK:
(3,0,35,33)
C3M0Y35K33 
(3%,0%,35%,33%)
(0.03/0.00/0.35/0.33)	

CMYK percentages

%3.49
%0
%35.47
%32.55

Codes

Color #A6AC6F in popluar color models

A6AC6F
RGB166172111
HSL66°26.87%55.49%
HSB/HSV66°35.47%67.45%
CMYK3.49%0.00%35.47%
32.55%

Color #A6AC6F in popluar number systems.

HEXA6AC6F
Decimal166172111
Binary10100110101011001101111
Octal246254157

Shades and tints

Shades of #A6AC6F

#A6AC6F
(166,172,111)
#979D65
(151,157,101)
#888E5B
(136,142,91)
#797F51
(121,127,81)
#6A7047
(106,112,71)
#5B613D
(91,97,61)
#4C5233
(76,82,51)
#3D4329
(61,67,41)
#2E341F
(46,52,31)
#1F2515
(31,37,21)
#10160B
(16,22,11)
#000000
(0,0,0)

Tints of #A6AC6F

#A6AC6F
(166,172,111)
#AEB37C
(174,179,124)
#B6BA89
(182,186,137)
#BEC196
(190,193,150)
#C6C8A3
(198,200,163)
#CECFB0
(206,207,176)
#D6D6BD
(214,214,189)
#DEDDCA
(222,221,202)
#E6E4D7
(230,228,215)
#EEEBE4
(238,235,228)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AC6F; }

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

This text font color is #A6AC6F.


Background Color

.myBgColor { background-color: #A6AC6F; }

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

This div background color is #A6AC6F.


Border color

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

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

This div border color is #A6AC6F.


Opacity

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

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

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

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

This text has shadow with #A6AC6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AC6F on black background.


Color preview on white background

This text has color #A6AC6F on white background.



Black color preview on #A6AC6F background

This text has black color on #A6AC6F background.


White color preview on #A6AC6F background

This text has white color on #A6AC6F background.