COLOR #A6A978

HEX: #A6A978
RGB: (166,169,120)

Color info

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

RGB color model

#A6A978 color RGB value is (166,169,120).

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

RGB channels and saturation

R 166 of 255 = 65%
G 169 of 255 = 66%
B 120 of 255 = 47%

166
169
120

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

Portions of RGB colors in percentages

R + G + B =
166 + 169 + 120 = 455 (100%)
R 166 of 455 ~ 36.48%
G 169 of 455 ~ 37.14%
B 120 of 455 ~ 26.37%

%36.48
%37.14
%26.37

CMYK color model

#A6A978 color CMYK value is (2,0,29,34).

  • cyan value is 1.78%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 33.73%
CMYK:
(2,0,29,34)
C2M0Y29K34 
(2%,0%,29%,34%)
(0.02/0.00/0.29/0.34)	

CMYK percentages

%1.78
%0
%28.99
%33.73

Codes

Color #A6A978 in popluar color models

A6A978
RGB166169120
HSL64°22.17%56.67%
HSB/HSV64°28.99%66.27%
CMYK1.78%0.00%28.99%
33.73%

Color #A6A978 in popluar number systems.

HEXA6A978
Decimal166169120
Binary10100110101010011111000
Octal246251170

Shades and tints

Shades of #A6A978

#A6A978
(166,169,120)
#979A6E
(151,154,110)
#888B64
(136,139,100)
#797C5A
(121,124,90)
#6A6D50
(106,109,80)
#5B5E46
(91,94,70)
#4C4F3C
(76,79,60)
#3D4032
(61,64,50)
#2E3128
(46,49,40)
#1F221E
(31,34,30)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #A6A978

#A6A978
(166,169,120)
#AEB084
(174,176,132)
#B6B790
(182,183,144)
#BEBE9C
(190,190,156)
#C6C5A8
(198,197,168)
#CECCB4
(206,204,180)
#D6D3C0
(214,211,192)
#DEDACC
(222,218,204)
#E6E1D8
(230,225,216)
#EEE8E4
(238,232,228)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A978; }

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

This text font color is #A6A978.


Background Color

.myBgColor { background-color: #A6A978; }

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

This div background color is #A6A978.


Border color

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

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

This div border color is #A6A978.


Opacity

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

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

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

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

This text has shadow with #A6A978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A978 on black background.


Color preview on white background

This text has color #A6A978 on white background.



Black color preview on #A6A978 background

This text has black color on #A6A978 background.


White color preview on #A6A978 background

This text has white color on #A6A978 background.