COLOR #A9AC8D

HEX: #A9AC8D
RGB: (169,172,141)

Color info

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

RGB color model

#A9AC8D color RGB value is (169,172,141).

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

RGB channels and saturation

R 169 of 255 = 66%
G 172 of 255 = 67%
B 141 of 255 = 55%

169
172
141

R + G + B ~ 63%. #A9AC8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 172 + 141 = 482 (100%)
R 169 of 482 ~ 35.06%
G 172 of 482 ~ 35.68%
B 141 of 482 ~ 29.25%

%35.06
%35.68
%29.25

CMYK color model

#A9AC8D color CMYK value is (2,0,18,33).

  • cyan value is 1.74%
  • magenta value is 0.00%
  • yellow value is 18.02%
  • key color value is 32.55%
CMYK:
(2,0,18,33)
C2M0Y18K33 
(2%,0%,18%,33%)
(0.02/0.00/0.18/0.33)	

CMYK percentages

%1.74
%0
%18.02
%32.55

Codes

Color #A9AC8D in popluar color models

A9AC8D
RGB169172141
HSL66°15.74%61.37%
HSB/HSV66°18.02%67.45%
CMYK1.74%0.00%18.02%
32.55%

Color #A9AC8D in popluar number systems.

HEXA9AC8D
Decimal169172141
Binary101010011010110010001101
Octal251254215

Shades and tints

Shades of #A9AC8D

#A9AC8D
(169,172,141)
#9A9D81
(154,157,129)
#8B8E75
(139,142,117)
#7C7F69
(124,127,105)
#6D705D
(109,112,93)
#5E6151
(94,97,81)
#4F5245
(79,82,69)
#404339
(64,67,57)
#31342D
(49,52,45)
#222521
(34,37,33)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #A9AC8D

#A9AC8D
(169,172,141)
#B0B397
(176,179,151)
#B7BAA1
(183,186,161)
#BEC1AB
(190,193,171)
#C5C8B5
(197,200,181)
#CCCFBF
(204,207,191)
#D3D6C9
(211,214,201)
#DADDD3
(218,221,211)
#E1E4DD
(225,228,221)
#E8EBE7
(232,235,231)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AC8D; }

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

This text font color is #A9AC8D.


Background Color

.myBgColor { background-color: #A9AC8D; }

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

This div background color is #A9AC8D.


Border color

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

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

This div border color is #A9AC8D.


Opacity

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

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

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

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

This text has shadow with #A9AC8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AC8D on black background.


Color preview on white background

This text has color #A9AC8D on white background.



Black color preview on #A9AC8D background

This text has black color on #A9AC8D background.


White color preview on #A9AC8D background

This text has white color on #A9AC8D background.