COLOR #A9A597

HEX: #A9A597
RGB: (169,165,151)

Color info

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

RGB color model

#A9A597 color RGB value is (169,165,151).

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

RGB channels and saturation

R 169 of 255 = 66%
G 165 of 255 = 65%
B 151 of 255 = 59%

169
165
151

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

Portions of RGB colors in percentages

R + G + B =
169 + 165 + 151 = 485 (100%)
R 169 of 485 ~ 34.85%
G 165 of 485 ~ 34.02%
B 151 of 485 ~ 31.13%

%34.85
%34.02
%31.13

CMYK color model

#A9A597 color CMYK value is (0,2,11,34).

  • cyan value is 0.00%
  • magenta value is 2.37%
  • yellow value is 10.65%
  • key color value is 33.73%
CMYK:
(0,2,11,34)
C0M2Y11K34 
(0%,2%,11%,34%)
(0.00/0.02/0.11/0.34)	

CMYK percentages

%0
%2.37
%10.65
%33.73

Codes

Color #A9A597 in popluar color models

A9A597
RGB169165151
HSL47°9.47%62.75%
HSB/HSV47°10.65%66.27%
CMYK0.00%2.37%10.65%
33.73%

Color #A9A597 in popluar number systems.

HEXA9A597
Decimal169165151
Binary101010011010010110010111
Octal251245227

Shades and tints

Shades of #A9A597

#A9A597
(169,165,151)
#9A968A
(154,150,138)
#8B877D
(139,135,125)
#7C7870
(124,120,112)
#6D6963
(109,105,99)
#5E5A56
(94,90,86)
#4F4B49
(79,75,73)
#403C3C
(64,60,60)
#312D2F
(49,45,47)
#221E22
(34,30,34)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #A9A597

#A9A597
(169,165,151)
#B0ADA0
(176,173,160)
#B7B5A9
(183,181,169)
#BEBDB2
(190,189,178)
#C5C5BB
(197,197,187)
#CCCDC4
(204,205,196)
#D3D5CD
(211,213,205)
#DADDD6
(218,221,214)
#E1E5DF
(225,229,223)
#E8EDE8
(232,237,232)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A597; }

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

This text font color is #A9A597.


Background Color

.myBgColor { background-color: #A9A597; }

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

This div background color is #A9A597.


Border color

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

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

This div border color is #A9A597.


Opacity

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

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

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

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

This text has shadow with #A9A597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A597 on black background.


Color preview on white background

This text has color #A9A597 on white background.



Black color preview on #A9A597 background

This text has black color on #A9A597 background.


White color preview on #A9A597 background

This text has white color on #A9A597 background.