COLOR #A9A278

HEX: #A9A278
RGB: (169,162,120)

Color info

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

RGB color model

#A9A278 color RGB value is (169,162,120).

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

RGB channels and saturation

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

169
162
120

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

Portions of RGB colors in percentages

R + G + B =
169 + 162 + 120 = 451 (100%)
R 169 of 451 ~ 37.47%
G 162 of 451 ~ 35.92%
B 120 of 451 ~ 26.61%

%37.47
%35.92
%26.61

CMYK color model

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

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

CMYK percentages

%0
%4.14
%28.99
%33.73

Codes

Color #A9A278 in popluar color models

A9A278
RGB169162120
HSL51°22.17%56.67%
HSB/HSV51°28.99%66.27%
CMYK0.00%4.14%28.99%
33.73%

Color #A9A278 in popluar number systems.

HEXA9A278
Decimal169162120
Binary10101001101000101111000
Octal251242170

Shades and tints

Shades of #A9A278

#A9A278
(169,162,120)
#9A946E
(154,148,110)
#8B8664
(139,134,100)
#7C785A
(124,120,90)
#6D6A50
(109,106,80)
#5E5C46
(94,92,70)
#4F4E3C
(79,78,60)
#404032
(64,64,50)
#313228
(49,50,40)
#22241E
(34,36,30)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #A9A278

#A9A278
(169,162,120)
#B0AA84
(176,170,132)
#B7B290
(183,178,144)
#BEBA9C
(190,186,156)
#C5C2A8
(197,194,168)
#CCCAB4
(204,202,180)
#D3D2C0
(211,210,192)
#DADACC
(218,218,204)
#E1E2D8
(225,226,216)
#E8EAE4
(232,234,228)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A278; }

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

This text font color is #A9A278.


Background Color

.myBgColor { background-color: #A9A278; }

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

This div background color is #A9A278.


Border color

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

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

This div border color is #A9A278.


Opacity

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

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

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

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

This text has shadow with #A9A278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A278 on black background.


Color preview on white background

This text has color #A9A278 on white background.



Black color preview on #A9A278 background

This text has black color on #A9A278 background.


White color preview on #A9A278 background

This text has white color on #A9A278 background.