COLOR #A9A993

HEX: #A9A993 RGB: (169,169,147)

Color info

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

RGB color model

#A9A993 color RGB value is (169,169,147).

RGB: (169,169,147) (66%, 66%, 58%)

RGB channels and saturation

R 169 of 255 = 66%
G 169 of 255 = 66%
B 147 of 255 = 58%

169
169
147

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

Portions of RGB colors in percentages

R + G + B = 169 + 169 + 147 = 485 (100%)
R 169 of 485 ~ 34.85%
G 169 of 485 ~ 34.85%
B 147 of 485 ~ 30.31'%

%34.85
%34.85
%30.31

CMYK color model

#A9A993 color CMYK value is (0,0,13,34).

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

CMYK: (0,0,13,34)
C0M0Y13K34 (0%, 0%, 13%, 34%)
(0.00 / 0.00 / 0.13 / 0.34)

CMYK percentages

%0
%0
%13.02
%33.73

Codes

Color #A9A993 in popluar color models

A9 A9 93
RGB 169 169 147
HSL 60° 11.34% 61.96%
HSB/HSV 60° 13.02% 66.27%
CMYK 0.00% 0.00% 13.02%
33.73%

Color #A9A993 in popluar number systems.

HEX A9 A9 93
Decimal 169 169 147
Binary 10101001 10101001 10010011
Octal 251 251 223

Shades and tints

Shades of #A9A993

#A9A993
(169,169,147)
#9A9A86
(154,154,134)
#8B8B79
(139,139,121)
#7C7C6C
(124,124,108)
#6D6D5F
(109,109,95)
#5E5E52
(94,94,82)
#4F4F45
(79,79,69)
#404038
(64,64,56)
#31312B
(49,49,43)
#22221E
(34,34,30)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #A9A993

#A9A993
(169,169,147)
#B0B09C
(176,176,156)
#B7B7A5
(183,183,165)
#BEBEAE
(190,190,174)
#C5C5B7
(197,197,183)
#CCCCC0
(204,204,192)
#D3D3C9
(211,211,201)
#DADAD2
(218,218,210)
#E1E1DB
(225,225,219)
#E8E8E4
(232,232,228)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A993; }

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

This text font color is #A9A993.

Background Color

.myBgColor { background-color: #A9A993; }

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

This div background color is #A9A993.

Border color

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

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

This div border color is #A9A993.

Opacity

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

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

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

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

This text has shadow with #A9A993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A993.

Preview

Color preview on black background

This text has color #A9A993 on black background.


Color preview on white background

This text has color #A9A993 on white background.


Black color preview on #A9A993 background

This text has black color on #A9A993 background.


White color preview on #A9A993 background

This text has white color on #A9A993 background.


Related colors

Complementary color

Complementary color for #hex is #56566C.


I love getcolorcode.com