COLOR #A9A280

HEX: #A9A280
RGB: (169,162,128)

Color info

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

RGB color model

#A9A280 color RGB value is (169,162,128).

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

RGB channels and saturation

R 169 of 255 = 66%
G 162 of 255 = 64%
B 128 of 255 = 50%

169
162
128

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

Portions of RGB colors in percentages

R + G + B =
169 + 162 + 128 = 459 (100%)
R 169 of 459 ~ 36.82%
G 162 of 459 ~ 35.29%
B 128 of 459 ~ 27.89%

%36.82
%35.29
%27.89

CMYK color model

#A9A280 color CMYK value is (0,4,24,34).

  • cyan value is 0.00%
  • magenta value is 4.14%
  • yellow value is 24.26%
  • key color value is 33.73%
CMYK:
(0,4,24,34)
C0M4Y24K34 
(0%,4%,24%,34%)
(0.00/0.04/0.24/0.34)	

CMYK percentages

%0
%4.14
%24.26
%33.73

Codes

Color #A9A280 in popluar color models

A9A280
RGB169162128
HSL50°19.25%58.24%
HSB/HSV50°24.26%66.27%
CMYK0.00%4.14%24.26%
33.73%

Color #A9A280 in popluar number systems.

HEXA9A280
Decimal169162128
Binary101010011010001010000000
Octal251242200

Shades and tints

Shades of #A9A280

#A9A280
(169,162,128)
#9A9475
(154,148,117)
#8B866A
(139,134,106)
#7C785F
(124,120,95)
#6D6A54
(109,106,84)
#5E5C49
(94,92,73)
#4F4E3E
(79,78,62)
#404033
(64,64,51)
#313228
(49,50,40)
#22241D
(34,36,29)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #A9A280

#A9A280
(169,162,128)
#B0AA8B
(176,170,139)
#B7B296
(183,178,150)
#BEBAA1
(190,186,161)
#C5C2AC
(197,194,172)
#CCCAB7
(204,202,183)
#D3D2C2
(211,210,194)
#DADACD
(218,218,205)
#E1E2D8
(225,226,216)
#E8EAE3
(232,234,227)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A280; }

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

This text font color is #A9A280.


Background Color

.myBgColor { background-color: #A9A280; }

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

This div background color is #A9A280.


Border color

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

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

This div border color is #A9A280.


Opacity

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

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

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

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

This text has shadow with #A9A280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A280 on black background.


Color preview on white background

This text has color #A9A280 on white background.



Black color preview on #A9A280 background

This text has black color on #A9A280 background.


White color preview on #A9A280 background

This text has white color on #A9A280 background.