COLOR #A9A59B

HEX: #A9A59B
RGB: (169,165,155)

Color info

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

RGB color model

#A9A59B color RGB value is (169,165,155).

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

RGB channels and saturation

R 169 of 255 = 66%
G 165 of 255 = 65%
B 155 of 255 = 61%

169
165
155

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

Portions of RGB colors in percentages

R + G + B =
169 + 165 + 155 = 489 (100%)
R 169 of 489 ~ 34.56%
G 165 of 489 ~ 33.74%
B 155 of 489 ~ 31.7%

%34.56
%33.74
%31.7

CMYK color model

#A9A59B color CMYK value is (0,2,8,34).

  • cyan value is 0.00%
  • magenta value is 2.37%
  • yellow value is 8.28%
  • key color value is 33.73%
CMYK:
(0,2,8,34)
C0M2Y8K34 
(0%,2%,8%,34%)
(0.00/0.02/0.08/0.34)	

CMYK percentages

%0
%2.37
%8.28
%33.73

Codes

Color #A9A59B in popluar color models

A9A59B
RGB169165155
HSL43°7.53%63.53%
HSB/HSV43°8.28%66.27%
CMYK0.00%2.37%8.28%
33.73%

Color #A9A59B in popluar number systems.

HEXA9A59B
Decimal169165155
Binary101010011010010110011011
Octal251245233

Shades and tints

Shades of #A9A59B

#A9A59B
(169,165,155)
#9A968D
(154,150,141)
#8B877F
(139,135,127)
#7C7871
(124,120,113)
#6D6963
(109,105,99)
#5E5A55
(94,90,85)
#4F4B47
(79,75,71)
#403C39
(64,60,57)
#312D2B
(49,45,43)
#221E1D
(34,30,29)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #A9A59B

#A9A59B
(169,165,155)
#B0ADA4
(176,173,164)
#B7B5AD
(183,181,173)
#BEBDB6
(190,189,182)
#C5C5BF
(197,197,191)
#CCCDC8
(204,205,200)
#D3D5D1
(211,213,209)
#DADDDA
(218,221,218)
#E1E5E3
(225,229,227)
#E8EDEC
(232,237,236)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A59B; }

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

This text font color is #A9A59B.


Background Color

.myBgColor { background-color: #A9A59B; }

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

This div background color is #A9A59B.


Border color

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

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

This div border color is #A9A59B.


Opacity

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

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

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

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

This text has shadow with #A9A59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A59B on black background.


Color preview on white background

This text has color #A9A59B on white background.



Black color preview on #A9A59B background

This text has black color on #A9A59B background.


White color preview on #A9A59B background

This text has white color on #A9A59B background.