COLOR #A9A888

HEX: #A9A888 RGB: (169,168,136)

Color info

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

RGB color model

#A9A888 color RGB value is (169,168,136).

RGB: (169,168,136) (66%, 66%, 53%)

RGB channels and saturation

R 169 of 255 = 66%
G 168 of 255 = 66%
B 136 of 255 = 53%

169
168
136

R + G + B ~ 62%. #A9A888 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 168 + 136 = 473 (100%)
R 169 of 473 ~ 35.73%
G 168 of 473 ~ 35.52%
B 136 of 473 ~ 28.75'%

%35.73
%35.52
%28.75

CMYK color model

#A9A888 color CMYK value is (0,1,20,34).

  • cyan value is 0.00%
  • magenta value is 0.59%
  • yellow value is 19.53%
  • key color value is 33.73%
CMYK: (0,1,20,34) C0M1Y20K34 (0%,1%,20%,34%) (0.00/0.01/0.20/0.34) 

CMYK percentages

%0
%0.59
%19.53
%33.73

Codes

Color #A9A888 in popluar color models

A9 A8 88
RGB 169 168 136
HSL 58° 16.10% 59.80%
HSB/HSV 58° 19.53% 66.27%
CMYK 0.00% 0.59% 19.53%
33.73%

Color #A9A888 in popluar number systems.

HEX A9 A8 88
Decimal 169 168 136
Binary 10101001 10101000 10001000
Octal 251 250 210

Shades and tints

Shades of #A9A888

#A9A888
(169,168,136)
#9A997C
(154,153,124)
#8B8A70
(139,138,112)
#7C7B64
(124,123,100)
#6D6C58
(109,108,88)
#5E5D4C
(94,93,76)
#4F4E40
(79,78,64)
#403F34
(64,63,52)
#313028
(49,48,40)
#22211C
(34,33,28)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #A9A888

#A9A888
(169,168,136)
#B0AF92
(176,175,146)
#B7B69C
(183,182,156)
#BEBDA6
(190,189,166)
#C5C4B0
(197,196,176)
#CCCBBA
(204,203,186)
#D3D2C4
(211,210,196)
#DAD9CE
(218,217,206)
#E1E0D8
(225,224,216)
#E8E7E2
(232,231,226)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A888; }

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

This text font color is #A9A888.

Background Color

.myBgColor { background-color: #A9A888; }

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

This div background color is #A9A888.

Border color

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

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

This div border color is #A9A888.

Opacity

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

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

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

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

This text has shadow with #A9A888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A888.

Preview

Color preview on black background

This text has color #A9A888 on black background.


Color preview on white background

This text has color #A9A888 on white background.


Black color preview on #A9A888 background

This text has black color on #A9A888 background.


White color preview on #A9A888 background

This text has white color on #A9A888 background.


Related colors

Complementary color

Complementary color for #hex is #565777.


I love getcolorcode.com

Triadic colors

1 #88A9A8 and #A888A9 with #A9A888 are triadic colors.

2 #88A8A9 and #A8A988 with #A9A888 are triadic colors.