COLOR #A9B08B

HEX: #A9B08B
RGB: (169,176,139)

Color info

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

RGB color model

#A9B08B color RGB value is (169,176,139).

  • red value is 169;
  • green value is 176;
  • blue value is 139.
RGB:
(169,176,139)
(66%,69%,55%)

RGB channels and saturation

R 169 of 255 = 66%
G 176 of 255 = 69%
B 139 of 255 = 55%

169
176
139

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

Portions of RGB colors in percentages

R + G + B =
169 + 176 + 139 = 484 (100%)
R 169 of 484 ~ 34.92%
G 176 of 484 ~ 36.36%
B 139 of 484 ~ 28.72%

%34.92
%36.36
%28.72

CMYK color model

#A9B08B color CMYK value is (4,0,21,31).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 21.02%
  • key color value is 30.98%
CMYK:
(4,0,21,31)
C4M0Y21K31 
(4%,0%,21%,31%)
(0.04/0.00/0.21/0.31)	

CMYK percentages

%3.98
%0
%21.02
%30.98

Codes

Color #A9B08B in popluar color models

A9B08B
RGB169176139
HSL71°18.97%61.76%
HSB/HSV71°21.02%69.02%
CMYK3.98%0.00%21.02%
30.98%

Color #A9B08B in popluar number systems.

HEXA9B08B
Decimal169176139
Binary101010011011000010001011
Octal251260213

Shades and tints

Shades of #A9B08B

#A9B08B
(169,176,139)
#9AA07F
(154,160,127)
#8B9073
(139,144,115)
#7C8067
(124,128,103)
#6D705B
(109,112,91)
#5E604F
(94,96,79)
#4F5043
(79,80,67)
#404037
(64,64,55)
#31302B
(49,48,43)
#22201F
(34,32,31)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #A9B08B

#A9B08B
(169,176,139)
#B0B795
(176,183,149)
#B7BE9F
(183,190,159)
#BEC5A9
(190,197,169)
#C5CCB3
(197,204,179)
#CCD3BD
(204,211,189)
#D3DAC7
(211,218,199)
#DAE1D1
(218,225,209)
#E1E8DB
(225,232,219)
#E8EFE5
(232,239,229)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B08B color. Also use rgb(169,176,139) instead hex code.

Text Font Color

.myTextColor { color: #A9B08B; }

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

This text font color is #A9B08B.


Background Color

.myBgColor { background-color: #A9B08B; }

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

This div background color is #A9B08B.


Border color

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

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

This div border color is #A9B08B.


Opacity

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

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

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

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

This text has shadow with #A9B08B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B08B on black background.


Color preview on white background

This text has color #A9B08B on white background.



Black color preview on #A9B08B background

This text has black color on #A9B08B background.


White color preview on #A9B08B background

This text has white color on #A9B08B background.