COLOR #A6A86F

HEX: #A6A86F RGB: (166,168,111)

Color info

#A6A86F contains red, green and blue colors in about the same proportion. Web safe color of #A6A86F is #999966 (or #996).

RGB color model

#A6A86F color RGB value is (166,168,111).

RGB: (166,168,111) (65%, 66%, 44%)

RGB channels and saturation

R 166 of 255 = 65%
G 168 of 255 = 66%
B 111 of 255 = 44%

166
168
111

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

Portions of RGB colors in percentages

R + G + B = 166 + 168 + 111 = 445 (100%)
R 166 of 445 ~ 37.3%
G 168 of 445 ~ 37.75%
B 111 of 445 ~ 24.94'%

%37.3
%37.75
%24.94

CMYK color model

#A6A86F color CMYK value is (1,0,34,34).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 33.93%
  • key color value is 34.12%

CMYK: (1,0,34,34)
C1M0Y34K34 (1%, 0%, 34%, 34%)
(0.01 / 0.00 / 0.34 / 0.34)

CMYK percentages

%1.19
%0
%33.93
%34.12

Codes

Color #A6A86F in popluar color models

A6 A8 6F
RGB 166 168 111
HSL 62° 24.68% 54.71%
HSB/HSV 62° 33.93% 65.88%
CMYK 1.19% 0.00% 33.93%
34.12%

Color #A6A86F in popluar number systems.

HEX A6 A8 6F
Decimal 166 168 111
Binary 10100110 10101000 1101111
Octal 246 250 157

Shades and tints

Shades of #A6A86F

#A6A86F
(166,168,111)
#979965
(151,153,101)
#888A5B
(136,138,91)
#797B51
(121,123,81)
#6A6C47
(106,108,71)
#5B5D3D
(91,93,61)
#4C4E33
(76,78,51)
#3D3F29
(61,63,41)
#2E301F
(46,48,31)
#1F2115
(31,33,21)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #A6A86F

#A6A86F
(166,168,111)
#AEAF7C
(174,175,124)
#B6B689
(182,182,137)
#BEBD96
(190,189,150)
#C6C4A3
(198,196,163)
#CECBB0
(206,203,176)
#D6D2BD
(214,210,189)
#DED9CA
(222,217,202)
#E6E0D7
(230,224,215)
#EEE7E4
(238,231,228)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A86F; }

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

This text font color is #A6A86F.

Background Color

.myBgColor { background-color: #A6A86F; }

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

This div background color is #A6A86F.

Border color

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

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

This div border color is #A6A86F.

Opacity

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

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

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

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

This text has shadow with #A6A86F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A86F.

Preview

Color preview on black background

This text has color #A6A86F on black background.


Color preview on white background

This text has color #A6A86F on white background.


Black color preview on #A6A86F background

This text has black color on #A6A86F background.


White color preview on #A6A86F background

This text has white color on #A6A86F background.


Related colors

Complementary color

Complementary color for #hex is #595790.


I love getcolorcode.com

Triadic colors

1 #6FA6A8 and #A86FA6 with #A6A86F are triadic colors.

2 #6FA8A6 and #A8A66F with #A6A86F are triadic colors.