COLOR #A9A991

HEX: #A9A991 RGB: (169,169,145)

Color info

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

RGB color model

#A9A991 color RGB value is (169,169,145).

RGB: (169,169,145) (66%, 66%, 57%)

RGB channels and saturation

R 169 of 255 = 66%
G 169 of 255 = 66%
B 145 of 255 = 57%

169
169
145

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

Portions of RGB colors in percentages

R + G + B = 169 + 169 + 145 = 483 (100%)
R 169 of 483 ~ 34.99%
G 169 of 483 ~ 34.99%
B 145 of 483 ~ 30.02'%

%34.99
%34.99
%30.02

CMYK color model

#A9A991 color CMYK value is (0,0,14,34).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 33.73%

CMYK: (0,0,14,34)
C0M0Y14K34 (0%, 0%, 14%, 34%)
(0.00 / 0.00 / 0.14 / 0.34)

CMYK percentages

%0
%0
%14.2
%33.73

Codes

Color #A9A991 in popluar color models

A9 A9 91
RGB 169 169 145
HSL 60° 12.24% 61.57%
HSB/HSV 60° 14.20% 66.27%
CMYK 0.00% 0.00% 14.20%
33.73%

Color #A9A991 in popluar number systems.

HEX A9 A9 91
Decimal 169 169 145
Binary 10101001 10101001 10010001
Octal 251 251 221

Shades and tints

Shades of #A9A991

#A9A991
(169,169,145)
#9A9A84
(154,154,132)
#8B8B77
(139,139,119)
#7C7C6A
(124,124,106)
#6D6D5D
(109,109,93)
#5E5E50
(94,94,80)
#4F4F43
(79,79,67)
#404036
(64,64,54)
#313129
(49,49,41)
#22221C
(34,34,28)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #A9A991

#A9A991
(169,169,145)
#B0B09B
(176,176,155)
#B7B7A5
(183,183,165)
#BEBEAF
(190,190,175)
#C5C5B9
(197,197,185)
#CCCCC3
(204,204,195)
#D3D3CD
(211,211,205)
#DADAD7
(218,218,215)
#E1E1E1
(225,225,225)
#E8E8EB
(232,232,235)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A991; }

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

This text font color is #A9A991.

Background Color

.myBgColor { background-color: #A9A991; }

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

This div background color is #A9A991.

Border color

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

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

This div border color is #A9A991.

Opacity

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

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

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

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

This text has shadow with #A9A991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A991.

Preview

Color preview on black background

This text has color #A9A991 on black background.


Color preview on white background

This text has color #A9A991 on white background.


Black color preview on #A9A991 background

This text has black color on #A9A991 background.


White color preview on #A9A991 background

This text has white color on #A9A991 background.


Related colors

Complementary color

Complementary color for #hex is #56566E.


I love getcolorcode.com