COLOR #A9A97D

HEX: #A9A97D
RGB: (169,169,125)

Color info

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

RGB color model

#A9A97D color RGB value is (169,169,125).

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

RGB channels and saturation

R 169 of 255 = 66%
G 169 of 255 = 66%
B 125 of 255 = 49%

169
169
125

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

Portions of RGB colors in percentages

R + G + B =
169 + 169 + 125 = 463 (100%)
R 169 of 463 ~ 36.5%
G 169 of 463 ~ 36.5%
B 125 of 463 ~ 27%

%36.5
%36.5
%27

CMYK color model

#A9A97D color CMYK value is (0,0,26,34).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 26.04%
  • key color value is 33.73%
CMYK:
(0,0,26,34)
C0M0Y26K34 
(0%,0%,26%,34%)
(0.00/0.00/0.26/0.34)	

CMYK percentages

%0
%0
%26.04
%33.73

Codes

Color #A9A97D in popluar color models

A9A97D
RGB169169125
HSL60°20.37%57.65%
HSB/HSV60°26.04%66.27%
CMYK0.00%0.00%26.04%
33.73%

Color #A9A97D in popluar number systems.

HEXA9A97D
Decimal169169125
Binary10101001101010011111101
Octal251251175

Shades and tints

Shades of #A9A97D

#A9A97D
(169,169,125)
#9A9A72
(154,154,114)
#8B8B67
(139,139,103)
#7C7C5C
(124,124,92)
#6D6D51
(109,109,81)
#5E5E46
(94,94,70)
#4F4F3B
(79,79,59)
#404030
(64,64,48)
#313125
(49,49,37)
#22221A
(34,34,26)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #A9A97D

#A9A97D
(169,169,125)
#B0B088
(176,176,136)
#B7B793
(183,183,147)
#BEBE9E
(190,190,158)
#C5C5A9
(197,197,169)
#CCCCB4
(204,204,180)
#D3D3BF
(211,211,191)
#DADACA
(218,218,202)
#E1E1D5
(225,225,213)
#E8E8E0
(232,232,224)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A97D; }

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

This text font color is #A9A97D.


Background Color

.myBgColor { background-color: #A9A97D; }

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

This div background color is #A9A97D.


Border color

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

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

This div border color is #A9A97D.


Opacity

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

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

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

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

This text has shadow with #A9A97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A97D on black background.


Color preview on white background

This text has color #A9A97D on white background.



Black color preview on #A9A97D background

This text has black color on #A9A97D background.


White color preview on #A9A97D background

This text has white color on #A9A97D background.