COLOR #A6A966

HEX: #A6A966
RGB: (166,169,102)

Color info

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

RGB color model

#A6A966 color RGB value is (166,169,102).

  • red value is 166;
  • green value is 169;
  • blue value is 102.
RGB:
(166,169,102)
(65%,66%,40%)

RGB channels and saturation

R 166 of 255 = 65%
G 169 of 255 = 66%
B 102 of 255 = 40%

166
169
102

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

Portions of RGB colors in percentages

R + G + B =
166 + 169 + 102 = 437 (100%)
R 166 of 437 ~ 37.99%
G 169 of 437 ~ 38.67%
B 102 of 437 ~ 23.34%

%37.99
%38.67
%23.34

CMYK color model

#A6A966 color CMYK value is (2,0,40,34).

  • cyan value is 1.78%
  • magenta value is 0.00%
  • yellow value is 39.64%
  • key color value is 33.73%
CMYK:
(2,0,40,34)
C2M0Y40K34 
(2%,0%,40%,34%)
(0.02/0.00/0.40/0.34)	

CMYK percentages

%1.78
%0
%39.64
%33.73

Codes

Color #A6A966 in popluar color models

A6A966
RGB166169102
HSL63°28.03%53.14%
HSB/HSV63°39.64%66.27%
CMYK1.78%0.00%39.64%
33.73%

Color #A6A966 in popluar number systems.

HEXA6A966
Decimal166169102
Binary10100110101010011100110
Octal246251146

Shades and tints

Shades of #A6A966

#A6A966
(166,169,102)
#979A5D
(151,154,93)
#888B54
(136,139,84)
#797C4B
(121,124,75)
#6A6D42
(106,109,66)
#5B5E39
(91,94,57)
#4C4F30
(76,79,48)
#3D4027
(61,64,39)
#2E311E
(46,49,30)
#1F2215
(31,34,21)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #A6A966

#A6A966
(166,169,102)
#AEB073
(174,176,115)
#B6B780
(182,183,128)
#BEBE8D
(190,190,141)
#C6C59A
(198,197,154)
#CECCA7
(206,204,167)
#D6D3B4
(214,211,180)
#DEDAC1
(222,218,193)
#E6E1CE
(230,225,206)
#EEE8DB
(238,232,219)
#F6EFE8
(246,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A966 color. Also use rgb(166,169,102) instead hex code.

Text Font Color

.myTextColor { color: #A6A966; }

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

This text font color is #A6A966.


Background Color

.myBgColor { background-color: #A6A966; }

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

This div background color is #A6A966.


Border color

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

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

This div border color is #A6A966.


Opacity

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

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

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

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

This text has shadow with #A6A966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A966 on black background.


Color preview on white background

This text has color #A6A966 on white background.



Black color preview on #A6A966 background

This text has black color on #A6A966 background.


White color preview on #A6A966 background

This text has white color on #A6A966 background.