COLOR #A9A978

HEX: #A9A978
RGB: (169,169,120)

Color info

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

RGB color model

#A9A978 color RGB value is (169,169,120).

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

RGB channels and saturation

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

169
169
120

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

Portions of RGB colors in percentages

R + G + B =
169 + 169 + 120 = 458 (100%)
R 169 of 458 ~ 36.9%
G 169 of 458 ~ 36.9%
B 120 of 458 ~ 26.2%

%36.9
%36.9
%26.2

CMYK color model

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

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

CMYK percentages

%0
%0
%28.99
%33.73

Codes

Color #A9A978 in popluar color models

A9A978
RGB169169120
HSL60°22.17%56.67%
HSB/HSV60°28.99%66.27%
CMYK0.00%0.00%28.99%
33.73%

Color #A9A978 in popluar number systems.

HEXA9A978
Decimal169169120
Binary10101001101010011111000
Octal251251170

Shades and tints

Shades of #A9A978

#A9A978
(169,169,120)
#9A9A6E
(154,154,110)
#8B8B64
(139,139,100)
#7C7C5A
(124,124,90)
#6D6D50
(109,109,80)
#5E5E46
(94,94,70)
#4F4F3C
(79,79,60)
#404032
(64,64,50)
#313128
(49,49,40)
#22221E
(34,34,30)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #A9A978

#A9A978
(169,169,120)
#B0B084
(176,176,132)
#B7B790
(183,183,144)
#BEBE9C
(190,190,156)
#C5C5A8
(197,197,168)
#CCCCB4
(204,204,180)
#D3D3C0
(211,211,192)
#DADACC
(218,218,204)
#E1E1D8
(225,225,216)
#E8E8E4
(232,232,228)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A978; }

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

This text font color is #A9A978.


Background Color

.myBgColor { background-color: #A9A978; }

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

This div background color is #A9A978.


Border color

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

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

This div border color is #A9A978.


Opacity

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

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

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

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

This text has shadow with #A9A978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A978 on black background.


Color preview on white background

This text has color #A9A978 on white background.



Black color preview on #A9A978 background

This text has black color on #A9A978 background.


White color preview on #A9A978 background

This text has white color on #A9A978 background.