COLOR #A9A185

HEX: #A9A185
RGB: (169,161,133)

Color info

#A9A185 contains red, green and blue colors in about the same proportion. Web safe color of #A9A185 is #999999 (or #999).

RGB color model

#A9A185 color RGB value is (169,161,133).

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

RGB channels and saturation

R 169 of 255 = 66%
G 161 of 255 = 63%
B 133 of 255 = 52%

169
161
133

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

Portions of RGB colors in percentages

R + G + B =
169 + 161 + 133 = 463 (100%)
R 169 of 463 ~ 36.5%
G 161 of 463 ~ 34.77%
B 133 of 463 ~ 28.73%

%36.5
%34.77
%28.73

CMYK color model

#A9A185 color CMYK value is (0,5,21,34).

  • cyan value is 0.00%
  • magenta value is 4.73%
  • yellow value is 21.30%
  • key color value is 33.73%
CMYK:
(0,5,21,34)
C0M5Y21K34 
(0%,5%,21%,34%)
(0.00/0.05/0.21/0.34)	

CMYK percentages

%0
%4.73
%21.3
%33.73

Codes

Color #A9A185 in popluar color models

A9A185
RGB169161133
HSL47°17.31%59.22%
HSB/HSV47°21.30%66.27%
CMYK0.00%4.73%21.30%
33.73%

Color #A9A185 in popluar number systems.

HEXA9A185
Decimal169161133
Binary101010011010000110000101
Octal251241205

Shades and tints

Shades of #A9A185

#A9A185
(169,161,133)
#9A9379
(154,147,121)
#8B856D
(139,133,109)
#7C7761
(124,119,97)
#6D6955
(109,105,85)
#5E5B49
(94,91,73)
#4F4D3D
(79,77,61)
#403F31
(64,63,49)
#313125
(49,49,37)
#222319
(34,35,25)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #A9A185

#A9A185
(169,161,133)
#B0A990
(176,169,144)
#B7B19B
(183,177,155)
#BEB9A6
(190,185,166)
#C5C1B1
(197,193,177)
#CCC9BC
(204,201,188)
#D3D1C7
(211,209,199)
#DAD9D2
(218,217,210)
#E1E1DD
(225,225,221)
#E8E9E8
(232,233,232)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A185; }

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

This text font color is #A9A185.


Background Color

.myBgColor { background-color: #A9A185; }

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

This div background color is #A9A185.


Border color

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

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

This div border color is #A9A185.


Opacity

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

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

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

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

This text has shadow with #A9A185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A185 on black background.


Color preview on white background

This text has color #A9A185 on white background.



Black color preview on #A9A185 background

This text has black color on #A9A185 background.


White color preview on #A9A185 background

This text has white color on #A9A185 background.