COLOR #A9A18D

HEX: #A9A18D
RGB: (169,161,141)

Color info

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

RGB color model

#A9A18D color RGB value is (169,161,141).

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

RGB channels and saturation

R 169 of 255 = 66%
G 161 of 255 = 63%
B 141 of 255 = 55%

169
161
141

R + G + B ~ 61%. #A9A18D is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 161 + 141 = 471 (100%)
R 169 of 471 ~ 35.88%
G 161 of 471 ~ 34.18%
B 141 of 471 ~ 29.94%

%35.88
%34.18
%29.94

CMYK color model

#A9A18D color CMYK value is (0,5,17,34).

  • cyan value is 0.00%
  • magenta value is 4.73%
  • yellow value is 16.57%
  • key color value is 33.73%
CMYK:
(0,5,17,34)
C0M5Y17K34 
(0%,5%,17%,34%)
(0.00/0.05/0.17/0.34)	

CMYK percentages

%0
%4.73
%16.57
%33.73

Codes

Color #A9A18D in popluar color models

A9A18D
RGB169161141
HSL43°14.00%60.78%
HSB/HSV43°16.57%66.27%
CMYK0.00%4.73%16.57%
33.73%

Color #A9A18D in popluar number systems.

HEXA9A18D
Decimal169161141
Binary101010011010000110001101
Octal251241215

Shades and tints

Shades of #A9A18D

#A9A18D
(169,161,141)
#9A9381
(154,147,129)
#8B8575
(139,133,117)
#7C7769
(124,119,105)
#6D695D
(109,105,93)
#5E5B51
(94,91,81)
#4F4D45
(79,77,69)
#403F39
(64,63,57)
#31312D
(49,49,45)
#222321
(34,35,33)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #A9A18D

#A9A18D
(169,161,141)
#B0A997
(176,169,151)
#B7B1A1
(183,177,161)
#BEB9AB
(190,185,171)
#C5C1B5
(197,193,181)
#CCC9BF
(204,201,191)
#D3D1C9
(211,209,201)
#DAD9D3
(218,217,211)
#E1E1DD
(225,225,221)
#E8E9E7
(232,233,231)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A18D; }

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

This text font color is #A9A18D.


Background Color

.myBgColor { background-color: #A9A18D; }

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

This div background color is #A9A18D.


Border color

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

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

This div border color is #A9A18D.


Opacity

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

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

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

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

This text has shadow with #A9A18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A18D on black background.


Color preview on white background

This text has color #A9A18D on white background.



Black color preview on #A9A18D background

This text has black color on #A9A18D background.


White color preview on #A9A18D background

This text has white color on #A9A18D background.