COLOR #A9A276

HEX: #A9A276
RGB: (169,162,118)

Color info

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

RGB color model

#A9A276 color RGB value is (169,162,118).

  • red value is 169;
  • green value is 162;
  • blue value is 118.
RGB:
(169,162,118)
(66%,64%,46%)

RGB channels and saturation

R 169 of 255 = 66%
G 162 of 255 = 64%
B 118 of 255 = 46%

169
162
118

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

Portions of RGB colors in percentages

R + G + B =
169 + 162 + 118 = 449 (100%)
R 169 of 449 ~ 37.64%
G 162 of 449 ~ 36.08%
B 118 of 449 ~ 26.28%

%37.64
%36.08
%26.28

CMYK color model

#A9A276 color CMYK value is (0,4,30,34).

  • cyan value is 0.00%
  • magenta value is 4.14%
  • yellow value is 30.18%
  • key color value is 33.73%
CMYK:
(0,4,30,34)
C0M4Y30K34 
(0%,4%,30%,34%)
(0.00/0.04/0.30/0.34)	

CMYK percentages

%0
%4.14
%30.18
%33.73

Codes

Color #A9A276 in popluar color models

A9A276
RGB169162118
HSL52°22.87%56.27%
HSB/HSV52°30.18%66.27%
CMYK0.00%4.14%30.18%
33.73%

Color #A9A276 in popluar number systems.

HEXA9A276
Decimal169162118
Binary10101001101000101110110
Octal251242166

Shades and tints

Shades of #A9A276

#A9A276
(169,162,118)
#9A946C
(154,148,108)
#8B8662
(139,134,98)
#7C7858
(124,120,88)
#6D6A4E
(109,106,78)
#5E5C44
(94,92,68)
#4F4E3A
(79,78,58)
#404030
(64,64,48)
#313226
(49,50,38)
#22241C
(34,36,28)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #A9A276

#A9A276
(169,162,118)
#B0AA82
(176,170,130)
#B7B28E
(183,178,142)
#BEBA9A
(190,186,154)
#C5C2A6
(197,194,166)
#CCCAB2
(204,202,178)
#D3D2BE
(211,210,190)
#DADACA
(218,218,202)
#E1E2D6
(225,226,214)
#E8EAE2
(232,234,226)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A276; }

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

This text font color is #A9A276.


Background Color

.myBgColor { background-color: #A9A276; }

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

This div background color is #A9A276.


Border color

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

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

This div border color is #A9A276.


Opacity

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

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

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

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

This text has shadow with #A9A276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A276 on black background.


Color preview on white background

This text has color #A9A276 on white background.



Black color preview on #A9A276 background

This text has black color on #A9A276 background.


White color preview on #A9A276 background

This text has white color on #A9A276 background.