COLOR #A9B09F

HEX: #A9B09F
RGB: (169,176,159)

Color info

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

RGB color model

#A9B09F color RGB value is (169,176,159).

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

RGB channels and saturation

R 169 of 255 = 66%
G 176 of 255 = 69%
B 159 of 255 = 62%

169
176
159

R + G + B ~ 66%. #A9B09F is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 176 + 159 = 504 (100%)
R 169 of 504 ~ 33.53%
G 176 of 504 ~ 34.92%
B 159 of 504 ~ 31.55%

%33.53
%34.92
%31.55

CMYK color model

#A9B09F color CMYK value is (4,0,10,31).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 30.98%
CMYK:
(4,0,10,31)
C4M0Y10K31 
(4%,0%,10%,31%)
(0.04/0.00/0.10/0.31)	

CMYK percentages

%3.98
%0
%9.66
%30.98

Codes

Color #A9B09F in popluar color models

A9B09F
RGB169176159
HSL85°9.71%65.69%
HSB/HSV85°9.66%69.02%
CMYK3.98%0.00%9.66%
30.98%

Color #A9B09F in popluar number systems.

HEXA9B09F
Decimal169176159
Binary101010011011000010011111
Octal251260237

Shades and tints

Shades of #A9B09F

#A9B09F
(169,176,159)
#9AA091
(154,160,145)
#8B9083
(139,144,131)
#7C8075
(124,128,117)
#6D7067
(109,112,103)
#5E6059
(94,96,89)
#4F504B
(79,80,75)
#40403D
(64,64,61)
#31302F
(49,48,47)
#222021
(34,32,33)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #A9B09F

#A9B09F
(169,176,159)
#B0B7A7
(176,183,167)
#B7BEAF
(183,190,175)
#BEC5B7
(190,197,183)
#C5CCBF
(197,204,191)
#CCD3C7
(204,211,199)
#D3DACF
(211,218,207)
#DAE1D7
(218,225,215)
#E1E8DF
(225,232,223)
#E8EFE7
(232,239,231)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B09F; }

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

This text font color is #A9B09F.


Background Color

.myBgColor { background-color: #A9B09F; }

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

This div background color is #A9B09F.


Border color

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

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

This div border color is #A9B09F.


Opacity

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

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

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

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

This text has shadow with #A9B09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B09F on black background.


Color preview on white background

This text has color #A9B09F on white background.



Black color preview on #A9B09F background

This text has black color on #A9B09F background.


White color preview on #A9B09F background

This text has white color on #A9B09F background.