COLOR #A9A994

HEX: #A9A994
RGB: (169,169,148)

Color info

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

RGB color model

#A9A994 color RGB value is (169,169,148).

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

RGB channels and saturation

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

169
169
148

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

Portions of RGB colors in percentages

R + G + B =
169 + 169 + 148 = 486 (100%)
R 169 of 486 ~ 34.77%
G 169 of 486 ~ 34.77%
B 148 of 486 ~ 30.45%

%34.77
%34.77
%30.45

CMYK color model

#A9A994 color CMYK value is (0,0,12,34).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.43%
  • key color value is 33.73%
CMYK:
(0,0,12,34)
C0M0Y12K34 
(0%,0%,12%,34%)
(0.00/0.00/0.12/0.34)	

CMYK percentages

%0
%0
%12.43
%33.73

Codes

Color #A9A994 in popluar color models

A9A994
RGB169169148
HSL60°10.88%62.16%
HSB/HSV60°12.43%66.27%
CMYK0.00%0.00%12.43%
33.73%

Color #A9A994 in popluar number systems.

HEXA9A994
Decimal169169148
Binary101010011010100110010100
Octal251251224

Shades and tints

Shades of #A9A994

#A9A994
(169,169,148)
#9A9A87
(154,154,135)
#8B8B7A
(139,139,122)
#7C7C6D
(124,124,109)
#6D6D60
(109,109,96)
#5E5E53
(94,94,83)
#4F4F46
(79,79,70)
#404039
(64,64,57)
#31312C
(49,49,44)
#22221F
(34,34,31)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #A9A994

#A9A994
(169,169,148)
#B0B09D
(176,176,157)
#B7B7A6
(183,183,166)
#BEBEAF
(190,190,175)
#C5C5B8
(197,197,184)
#CCCCC1
(204,204,193)
#D3D3CA
(211,211,202)
#DADAD3
(218,218,211)
#E1E1DC
(225,225,220)
#E8E8E5
(232,232,229)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A994; }

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

This text font color is #A9A994.


Background Color

.myBgColor { background-color: #A9A994; }

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

This div background color is #A9A994.


Border color

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

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

This div border color is #A9A994.


Opacity

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

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

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

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

This text has shadow with #A9A994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A994 on black background.


Color preview on white background

This text has color #A9A994 on white background.



Black color preview on #A9A994 background

This text has black color on #A9A994 background.


White color preview on #A9A994 background

This text has white color on #A9A994 background.