COLOR #A6A860

HEX: #A6A860
RGB: (166,168,96)

Color info

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

RGB color model

#A6A860 color RGB value is (166,168,96).

  • red value is 166;
  • green value is 168;
  • blue value is 96.
RGB:
(166,168,96)
(65%,66%,38%)

RGB channels and saturation

R 166 of 255 = 65%
G 168 of 255 = 66%
B 96 of 255 = 38%

166
168
96

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

Portions of RGB colors in percentages

R + G + B =
166 + 168 + 96 = 430 (100%)
R 166 of 430 ~ 38.6%
G 168 of 430 ~ 39.07%
B 96 of 430 ~ 22.33%

%38.6
%39.07
%22.33

CMYK color model

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

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 34.12%
CMYK:
(1,0,43,34)
C1M0Y43K34 
(1%,0%,43%,34%)
(0.01/0.00/0.43/0.34)	

CMYK percentages

%1.19
%0
%42.86
%34.12

Codes

Color #A6A860 in popluar color models

A6A860
RGB16616896
HSL62°29.27%51.76%
HSB/HSV62°42.86%65.88%
CMYK1.19%0.00%42.86%
34.12%

Color #A6A860 in popluar number systems.

HEXA6A860
Decimal16616896
Binary10100110101010001100000
Octal246250140

Shades and tints

Shades of #A6A860

#A6A860
(166,168,96)
#979958
(151,153,88)
#888A50
(136,138,80)
#797B48
(121,123,72)
#6A6C40
(106,108,64)
#5B5D38
(91,93,56)
#4C4E30
(76,78,48)
#3D3F28
(61,63,40)
#2E3020
(46,48,32)
#1F2118
(31,33,24)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #A6A860

#A6A860
(166,168,96)
#AEAF6E
(174,175,110)
#B6B67C
(182,182,124)
#BEBD8A
(190,189,138)
#C6C498
(198,196,152)
#CECBA6
(206,203,166)
#D6D2B4
(214,210,180)
#DED9C2
(222,217,194)
#E6E0D0
(230,224,208)
#EEE7DE
(238,231,222)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A860; }

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

This text font color is #A6A860.


Background Color

.myBgColor { background-color: #A6A860; }

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

This div background color is #A6A860.


Border color

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

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

This div border color is #A6A860.


Opacity

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

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

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

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

This text has shadow with #A6A860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A860 on black background.


Color preview on white background

This text has color #A6A860 on white background.



Black color preview on #A6A860 background

This text has black color on #A6A860 background.


White color preview on #A6A860 background

This text has white color on #A6A860 background.