COLOR #A9A87C

HEX: #A9A87C
RGB: (169,168,124)

Color info

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

RGB color model

#A9A87C color RGB value is (169,168,124).

  • red value is 169;
  • green value is 168;
  • blue value is 124.
RGB:
(169,168,124)
(66%,66%,49%)

RGB channels and saturation

R 169 of 255 = 66%
G 168 of 255 = 66%
B 124 of 255 = 49%

169
168
124

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

Portions of RGB colors in percentages

R + G + B =
169 + 168 + 124 = 461 (100%)
R 169 of 461 ~ 36.66%
G 168 of 461 ~ 36.44%
B 124 of 461 ~ 26.9%

%36.66
%36.44
%26.9

CMYK color model

#A9A87C color CMYK value is (0,1,27,34).

  • cyan value is 0.00%
  • magenta value is 0.59%
  • yellow value is 26.63%
  • key color value is 33.73%
CMYK:
(0,1,27,34)
C0M1Y27K34 
(0%,1%,27%,34%)
(0.00/0.01/0.27/0.34)	

CMYK percentages

%0
%0.59
%26.63
%33.73

Codes

Color #A9A87C in popluar color models

A9A87C
RGB169168124
HSL59°20.74%57.45%
HSB/HSV59°26.63%66.27%
CMYK0.00%0.59%26.63%
33.73%

Color #A9A87C in popluar number systems.

HEXA9A87C
Decimal169168124
Binary10101001101010001111100
Octal251250174

Shades and tints

Shades of #A9A87C

#A9A87C
(169,168,124)
#9A9971
(154,153,113)
#8B8A66
(139,138,102)
#7C7B5B
(124,123,91)
#6D6C50
(109,108,80)
#5E5D45
(94,93,69)
#4F4E3A
(79,78,58)
#403F2F
(64,63,47)
#313024
(49,48,36)
#222119
(34,33,25)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #A9A87C

#A9A87C
(169,168,124)
#B0AF87
(176,175,135)
#B7B692
(183,182,146)
#BEBD9D
(190,189,157)
#C5C4A8
(197,196,168)
#CCCBB3
(204,203,179)
#D3D2BE
(211,210,190)
#DAD9C9
(218,217,201)
#E1E0D4
(225,224,212)
#E8E7DF
(232,231,223)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A87C; }

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

This text font color is #A9A87C.


Background Color

.myBgColor { background-color: #A9A87C; }

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

This div background color is #A9A87C.


Border color

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

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

This div border color is #A9A87C.


Opacity

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

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

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

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

This text has shadow with #A9A87C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A87C on black background.


Color preview on white background

This text has color #A9A87C on white background.



Black color preview on #A9A87C background

This text has black color on #A9A87C background.


White color preview on #A9A87C background

This text has white color on #A9A87C background.