COLOR #A9A173

HEX: #A9A173
RGB: (169,161,115)

Color info

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

RGB color model

#A9A173 color RGB value is (169,161,115).

  • red value is 169;
  • green value is 161;
  • blue value is 115.
RGB:
(169,161,115)
(66%,63%,45%)

RGB channels and saturation

R 169 of 255 = 66%
G 161 of 255 = 63%
B 115 of 255 = 45%

169
161
115

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

Portions of RGB colors in percentages

R + G + B =
169 + 161 + 115 = 445 (100%)
R 169 of 445 ~ 37.98%
G 161 of 445 ~ 36.18%
B 115 of 445 ~ 25.84%

%37.98
%36.18
%25.84

CMYK color model

#A9A173 color CMYK value is (0,5,32,34).

  • cyan value is 0.00%
  • magenta value is 4.73%
  • yellow value is 31.95%
  • key color value is 33.73%
CMYK:
(0,5,32,34)
C0M5Y32K34 
(0%,5%,32%,34%)
(0.00/0.05/0.32/0.34)	

CMYK percentages

%0
%4.73
%31.95
%33.73

Codes

Color #A9A173 in popluar color models

A9A173
RGB169161115
HSL51°23.89%55.69%
HSB/HSV51°31.95%66.27%
CMYK0.00%4.73%31.95%
33.73%

Color #A9A173 in popluar number systems.

HEXA9A173
Decimal169161115
Binary10101001101000011110011
Octal251241163

Shades and tints

Shades of #A9A173

#A9A173
(169,161,115)
#9A9369
(154,147,105)
#8B855F
(139,133,95)
#7C7755
(124,119,85)
#6D694B
(109,105,75)
#5E5B41
(94,91,65)
#4F4D37
(79,77,55)
#403F2D
(64,63,45)
#313123
(49,49,35)
#222319
(34,35,25)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #A9A173

#A9A173
(169,161,115)
#B0A97F
(176,169,127)
#B7B18B
(183,177,139)
#BEB997
(190,185,151)
#C5C1A3
(197,193,163)
#CCC9AF
(204,201,175)
#D3D1BB
(211,209,187)
#DAD9C7
(218,217,199)
#E1E1D3
(225,225,211)
#E8E9DF
(232,233,223)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A173; }

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

This text font color is #A9A173.


Background Color

.myBgColor { background-color: #A9A173; }

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

This div background color is #A9A173.


Border color

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

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

This div border color is #A9A173.


Opacity

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

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

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

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

This text has shadow with #A9A173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A173 on black background.


Color preview on white background

This text has color #A9A173 on white background.



Black color preview on #A9A173 background

This text has black color on #A9A173 background.


White color preview on #A9A173 background

This text has white color on #A9A173 background.