COLOR #A9A599

HEX: #A9A599
RGB: (169,165,153)

Color info

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

RGB color model

#A9A599 color RGB value is (169,165,153).

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

RGB channels and saturation

R 169 of 255 = 66%
G 165 of 255 = 65%
B 153 of 255 = 60%

169
165
153

R + G + B ~ 64%. #A9A599 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 165 + 153 = 487 (100%)
R 169 of 487 ~ 34.7%
G 165 of 487 ~ 33.88%
B 153 of 487 ~ 31.42%

%34.7
%33.88
%31.42

CMYK color model

#A9A599 color CMYK value is (0,2,9,34).

  • cyan value is 0.00%
  • magenta value is 2.37%
  • yellow value is 9.47%
  • key color value is 33.73%
CMYK:
(0,2,9,34)
C0M2Y9K34 
(0%,2%,9%,34%)
(0.00/0.02/0.09/0.34)	

CMYK percentages

%0
%2.37
%9.47
%33.73

Codes

Color #A9A599 in popluar color models

A9A599
RGB169165153
HSL45°8.51%63.14%
HSB/HSV45°9.47%66.27%
CMYK0.00%2.37%9.47%
33.73%

Color #A9A599 in popluar number systems.

HEXA9A599
Decimal169165153
Binary101010011010010110011001
Octal251245231

Shades and tints

Shades of #A9A599

#A9A599
(169,165,153)
#9A968C
(154,150,140)
#8B877F
(139,135,127)
#7C7872
(124,120,114)
#6D6965
(109,105,101)
#5E5A58
(94,90,88)
#4F4B4B
(79,75,75)
#403C3E
(64,60,62)
#312D31
(49,45,49)
#221E24
(34,30,36)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #A9A599

#A9A599
(169,165,153)
#B0ADA2
(176,173,162)
#B7B5AB
(183,181,171)
#BEBDB4
(190,189,180)
#C5C5BD
(197,197,189)
#CCCDC6
(204,205,198)
#D3D5CF
(211,213,207)
#DADDD8
(218,221,216)
#E1E5E1
(225,229,225)
#E8EDEA
(232,237,234)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A599; }

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

This text font color is #A9A599.


Background Color

.myBgColor { background-color: #A9A599; }

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

This div background color is #A9A599.


Border color

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

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

This div border color is #A9A599.


Opacity

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

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

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

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

This text has shadow with #A9A599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A599 on black background.


Color preview on white background

This text has color #A9A599 on white background.



Black color preview on #A9A599 background

This text has black color on #A9A599 background.


White color preview on #A9A599 background

This text has white color on #A9A599 background.