COLOR #A6A972

HEX: #A6A972
RGB: (166,169,114)

Color info

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

RGB color model

#A6A972 color RGB value is (166,169,114).

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

RGB channels and saturation

R 166 of 255 = 65%
G 169 of 255 = 66%
B 114 of 255 = 45%

166
169
114

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

Portions of RGB colors in percentages

R + G + B =
166 + 169 + 114 = 449 (100%)
R 166 of 449 ~ 36.97%
G 169 of 449 ~ 37.64%
B 114 of 449 ~ 25.39%

%36.97
%37.64
%25.39

CMYK color model

#A6A972 color CMYK value is (2,0,33,34).

  • cyan value is 1.78%
  • magenta value is 0.00%
  • yellow value is 32.54%
  • key color value is 33.73%
CMYK:
(2,0,33,34)
C2M0Y33K34 
(2%,0%,33%,34%)
(0.02/0.00/0.33/0.34)	

CMYK percentages

%1.78
%0
%32.54
%33.73

Codes

Color #A6A972 in popluar color models

A6A972
RGB166169114
HSL63°24.23%55.49%
HSB/HSV63°32.54%66.27%
CMYK1.78%0.00%32.54%
33.73%

Color #A6A972 in popluar number systems.

HEXA6A972
Decimal166169114
Binary10100110101010011110010
Octal246251162

Shades and tints

Shades of #A6A972

#A6A972
(166,169,114)
#979A68
(151,154,104)
#888B5E
(136,139,94)
#797C54
(121,124,84)
#6A6D4A
(106,109,74)
#5B5E40
(91,94,64)
#4C4F36
(76,79,54)
#3D402C
(61,64,44)
#2E3122
(46,49,34)
#1F2218
(31,34,24)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #A6A972

#A6A972
(166,169,114)
#AEB07E
(174,176,126)
#B6B78A
(182,183,138)
#BEBE96
(190,190,150)
#C6C5A2
(198,197,162)
#CECCAE
(206,204,174)
#D6D3BA
(214,211,186)
#DEDAC6
(222,218,198)
#E6E1D2
(230,225,210)
#EEE8DE
(238,232,222)
#F6EFEA
(246,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A972; }

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

This text font color is #A6A972.


Background Color

.myBgColor { background-color: #A6A972; }

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

This div background color is #A6A972.


Border color

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

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

This div border color is #A6A972.


Opacity

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

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

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

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

This text has shadow with #A6A972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A972 on black background.


Color preview on white background

This text has color #A6A972 on white background.



Black color preview on #A6A972 background

This text has black color on #A6A972 background.


White color preview on #A6A972 background

This text has white color on #A6A972 background.