COLOR #A9A172

HEX: #A9A172
RGB: (169,161,114)

Color info

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

RGB color model

#A9A172 color RGB value is (169,161,114).

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

RGB channels and saturation

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

169
161
114

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

Portions of RGB colors in percentages

R + G + B =
169 + 161 + 114 = 444 (100%)
R 169 of 444 ~ 38.06%
G 161 of 444 ~ 36.26%
B 114 of 444 ~ 25.68%

%38.06
%36.26
%25.68

CMYK color model

#A9A172 color CMYK value is (0,5,33,34).

  • cyan value is 0.00%
  • magenta value is 4.73%
  • yellow value is 32.54%
  • key color value is 33.73%
CMYK:
(0,5,33,34)
C0M5Y33K34 
(0%,5%,33%,34%)
(0.00/0.05/0.33/0.34)	

CMYK percentages

%0
%4.73
%32.54
%33.73

Codes

Color #A9A172 in popluar color models

A9A172
RGB169161114
HSL51°24.23%55.49%
HSB/HSV51°32.54%66.27%
CMYK0.00%4.73%32.54%
33.73%

Color #A9A172 in popluar number systems.

HEXA9A172
Decimal169161114
Binary10101001101000011110010
Octal251241162

Shades and tints

Shades of #A9A172

#A9A172
(169,161,114)
#9A9368
(154,147,104)
#8B855E
(139,133,94)
#7C7754
(124,119,84)
#6D694A
(109,105,74)
#5E5B40
(94,91,64)
#4F4D36
(79,77,54)
#403F2C
(64,63,44)
#313122
(49,49,34)
#222318
(34,35,24)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #A9A172

#A9A172
(169,161,114)
#B0A97E
(176,169,126)
#B7B18A
(183,177,138)
#BEB996
(190,185,150)
#C5C1A2
(197,193,162)
#CCC9AE
(204,201,174)
#D3D1BA
(211,209,186)
#DAD9C6
(218,217,198)
#E1E1D2
(225,225,210)
#E8E9DE
(232,233,222)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A172; }

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

This text font color is #A9A172.


Background Color

.myBgColor { background-color: #A9A172; }

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

This div background color is #A9A172.


Border color

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

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

This div border color is #A9A172.


Opacity

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

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

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

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

This text has shadow with #A9A172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A172 on black background.


Color preview on white background

This text has color #A9A172 on white background.



Black color preview on #A9A172 background

This text has black color on #A9A172 background.


White color preview on #A9A172 background

This text has white color on #A9A172 background.