COLOR #A9A99B

HEX: #A9A99B
RGB: (169,169,155)

Color info

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

RGB color model

#A9A99B color RGB value is (169,169,155).

  • red value is 169;
  • green value is 169;
  • blue value is 155.
RGB:
(169,169,155)
(66%,66%,61%)

RGB channels and saturation

R 169 of 255 = 66%
G 169 of 255 = 66%
B 155 of 255 = 61%

169
169
155

R + G + B ~ 64%. #A9A99B is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 169 + 155 = 493 (100%)
R 169 of 493 ~ 34.28%
G 169 of 493 ~ 34.28%
B 155 of 493 ~ 31.44%

%34.28
%34.28
%31.44

CMYK color model

#A9A99B color CMYK value is (0,0,8,34).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.28%
  • key color value is 33.73%
CMYK:
(0,0,8,34)
C0M0Y8K34 
(0%,0%,8%,34%)
(0.00/0.00/0.08/0.34)	

CMYK percentages

%0
%0
%8.28
%33.73

Codes

Color #A9A99B in popluar color models

A9A99B
RGB169169155
HSL60°7.53%63.53%
HSB/HSV60°8.28%66.27%
CMYK0.00%0.00%8.28%
33.73%

Color #A9A99B in popluar number systems.

HEXA9A99B
Decimal169169155
Binary101010011010100110011011
Octal251251233

Shades and tints

Shades of #A9A99B

#A9A99B
(169,169,155)
#9A9A8D
(154,154,141)
#8B8B7F
(139,139,127)
#7C7C71
(124,124,113)
#6D6D63
(109,109,99)
#5E5E55
(94,94,85)
#4F4F47
(79,79,71)
#404039
(64,64,57)
#31312B
(49,49,43)
#22221D
(34,34,29)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #A9A99B

#A9A99B
(169,169,155)
#B0B0A4
(176,176,164)
#B7B7AD
(183,183,173)
#BEBEB6
(190,190,182)
#C5C5BF
(197,197,191)
#CCCCC8
(204,204,200)
#D3D3D1
(211,211,209)
#DADADA
(218,218,218)
#E1E1E3
(225,225,227)
#E8E8EC
(232,232,236)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A99B; }

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

This text font color is #A9A99B.


Background Color

.myBgColor { background-color: #A9A99B; }

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

This div background color is #A9A99B.


Border color

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

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

This div border color is #A9A99B.


Opacity

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

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

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

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

This text has shadow with #A9A99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A99B on black background.


Color preview on white background

This text has color #A9A99B on white background.



Black color preview on #A9A99B background

This text has black color on #A9A99B background.


White color preview on #A9A99B background

This text has white color on #A9A99B background.