COLOR #A6A967

HEX: #A6A967
RGB: (166,169,103)

Color info

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

RGB color model

#A6A967 color RGB value is (166,169,103).

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

RGB channels and saturation

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

166
169
103

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

Portions of RGB colors in percentages

R + G + B =
166 + 169 + 103 = 438 (100%)
R 166 of 438 ~ 37.9%
G 169 of 438 ~ 38.58%
B 103 of 438 ~ 23.52%

%37.9
%38.58
%23.52

CMYK color model

#A6A967 color CMYK value is (2,0,39,34).

  • cyan value is 1.78%
  • magenta value is 0.00%
  • yellow value is 39.05%
  • key color value is 33.73%
CMYK:
(2,0,39,34)
C2M0Y39K34 
(2%,0%,39%,34%)
(0.02/0.00/0.39/0.34)	

CMYK percentages

%1.78
%0
%39.05
%33.73

Codes

Color #A6A967 in popluar color models

A6A967
RGB166169103
HSL63°27.73%53.33%
HSB/HSV63°39.05%66.27%
CMYK1.78%0.00%39.05%
33.73%

Color #A6A967 in popluar number systems.

HEXA6A967
Decimal166169103
Binary10100110101010011100111
Octal246251147

Shades and tints

Shades of #A6A967

#A6A967
(166,169,103)
#979A5E
(151,154,94)
#888B55
(136,139,85)
#797C4C
(121,124,76)
#6A6D43
(106,109,67)
#5B5E3A
(91,94,58)
#4C4F31
(76,79,49)
#3D4028
(61,64,40)
#2E311F
(46,49,31)
#1F2216
(31,34,22)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #A6A967

#A6A967
(166,169,103)
#AEB074
(174,176,116)
#B6B781
(182,183,129)
#BEBE8E
(190,190,142)
#C6C59B
(198,197,155)
#CECCA8
(206,204,168)
#D6D3B5
(214,211,181)
#DEDAC2
(222,218,194)
#E6E1CF
(230,225,207)
#EEE8DC
(238,232,220)
#F6EFE9
(246,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A967; }

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

This text font color is #A6A967.


Background Color

.myBgColor { background-color: #A6A967; }

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

This div background color is #A6A967.


Border color

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

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

This div border color is #A6A967.


Opacity

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

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

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

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

This text has shadow with #A6A967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A967 on black background.


Color preview on white background

This text has color #A6A967 on white background.



Black color preview on #A6A967 background

This text has black color on #A6A967 background.


White color preview on #A6A967 background

This text has white color on #A6A967 background.