COLOR #A9A096

HEX: #A9A096
RGB: (169,160,150)

Color info

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

RGB color model

#A9A096 color RGB value is (169,160,150).

  • red value is 169;
  • green value is 160;
  • blue value is 150.
RGB:
(169,160,150)
(66%,63%,59%)

RGB channels and saturation

R 169 of 255 = 66%
G 160 of 255 = 63%
B 150 of 255 = 59%

169
160
150

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

Portions of RGB colors in percentages

R + G + B =
169 + 160 + 150 = 479 (100%)
R 169 of 479 ~ 35.28%
G 160 of 479 ~ 33.4%
B 150 of 479 ~ 31.32%

%35.28
%33.4
%31.32

CMYK color model

#A9A096 color CMYK value is (0,5,11,34).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 11.24%
  • key color value is 33.73%
CMYK:
(0,5,11,34)
C0M5Y11K34 
(0%,5%,11%,34%)
(0.00/0.05/0.11/0.34)	

CMYK percentages

%0
%5.33
%11.24
%33.73

Codes

Color #A9A096 in popluar color models

A9A096
RGB169160150
HSL32°9.95%62.55%
HSB/HSV32°11.24%66.27%
CMYK0.00%5.33%11.24%
33.73%

Color #A9A096 in popluar number systems.

HEXA9A096
Decimal169160150
Binary101010011010000010010110
Octal251240226

Shades and tints

Shades of #A9A096

#A9A096
(169,160,150)
#9A9289
(154,146,137)
#8B847C
(139,132,124)
#7C766F
(124,118,111)
#6D6862
(109,104,98)
#5E5A55
(94,90,85)
#4F4C48
(79,76,72)
#403E3B
(64,62,59)
#31302E
(49,48,46)
#222221
(34,34,33)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #A9A096

#A9A096
(169,160,150)
#B0A89F
(176,168,159)
#B7B0A8
(183,176,168)
#BEB8B1
(190,184,177)
#C5C0BA
(197,192,186)
#CCC8C3
(204,200,195)
#D3D0CC
(211,208,204)
#DAD8D5
(218,216,213)
#E1E0DE
(225,224,222)
#E8E8E7
(232,232,231)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A096; }

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

This text font color is #A9A096.


Background Color

.myBgColor { background-color: #A9A096; }

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

This div background color is #A9A096.


Border color

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

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

This div border color is #A9A096.


Opacity

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

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

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

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

This text has shadow with #A9A096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A096 on black background.


Color preview on white background

This text has color #A9A096 on white background.



Black color preview on #A9A096 background

This text has black color on #A9A096 background.


White color preview on #A9A096 background

This text has white color on #A9A096 background.