COLOR #A9A397

HEX: #A9A397
RGB: (169,163,151)

Color info

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

RGB color model

#A9A397 color RGB value is (169,163,151).

  • red value is 169;
  • green value is 163;
  • blue value is 151.
RGB:
(169,163,151)
(66%,64%,59%)

RGB channels and saturation

R 169 of 255 = 66%
G 163 of 255 = 64%
B 151 of 255 = 59%

169
163
151

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

Portions of RGB colors in percentages

R + G + B =
169 + 163 + 151 = 483 (100%)
R 169 of 483 ~ 34.99%
G 163 of 483 ~ 33.75%
B 151 of 483 ~ 31.26%

%34.99
%33.75
%31.26

CMYK color model

#A9A397 color CMYK value is (0,4,11,34).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 10.65%
  • key color value is 33.73%
CMYK:
(0,4,11,34)
C0M4Y11K34 
(0%,4%,11%,34%)
(0.00/0.04/0.11/0.34)	

CMYK percentages

%0
%3.55
%10.65
%33.73

Codes

Color #A9A397 in popluar color models

A9A397
RGB169163151
HSL40°9.47%62.75%
HSB/HSV40°10.65%66.27%
CMYK0.00%3.55%10.65%
33.73%

Color #A9A397 in popluar number systems.

HEXA9A397
Decimal169163151
Binary101010011010001110010111
Octal251243227

Shades and tints

Shades of #A9A397

#A9A397
(169,163,151)
#9A958A
(154,149,138)
#8B877D
(139,135,125)
#7C7970
(124,121,112)
#6D6B63
(109,107,99)
#5E5D56
(94,93,86)
#4F4F49
(79,79,73)
#40413C
(64,65,60)
#31332F
(49,51,47)
#222522
(34,37,34)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #A9A397

#A9A397
(169,163,151)
#B0ABA0
(176,171,160)
#B7B3A9
(183,179,169)
#BEBBB2
(190,187,178)
#C5C3BB
(197,195,187)
#CCCBC4
(204,203,196)
#D3D3CD
(211,211,205)
#DADBD6
(218,219,214)
#E1E3DF
(225,227,223)
#E8EBE8
(232,235,232)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A397; }

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

This text font color is #A9A397.


Background Color

.myBgColor { background-color: #A9A397; }

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

This div background color is #A9A397.


Border color

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

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

This div border color is #A9A397.


Opacity

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

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

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

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

This text has shadow with #A9A397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A397 on black background.


Color preview on white background

This text has color #A9A397 on white background.



Black color preview on #A9A397 background

This text has black color on #A9A397 background.


White color preview on #A9A397 background

This text has white color on #A9A397 background.