COLOR #A9B99D

HEX: #A9B99D
RGB: (169,185,157)

Color info

#A9B99D contains red, green and blue colors in about the same proportion. Web safe color of #A9B99D is #99CC99 (or #9C9).

RGB color model

#A9B99D color RGB value is (169,185,157).

  • red value is 169;
  • green value is 185;
  • blue value is 157.
RGB:
(169,185,157)
(66%,73%,62%)

RGB channels and saturation

R 169 of 255 = 66%
G 185 of 255 = 73%
B 157 of 255 = 62%

169
185
157

R + G + B ~ 67%. #A9B99D is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 185 + 157 = 511 (100%)
R 169 of 511 ~ 33.07%
G 185 of 511 ~ 36.2%
B 157 of 511 ~ 30.72%

%33.07
%36.2
%30.72

CMYK color model

#A9B99D color CMYK value is (9,0,15,27).

  • cyan value is 8.65%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • key color value is 27.45%
CMYK:
(9,0,15,27)
C9M0Y15K27 
(9%,0%,15%,27%)
(0.09/0.00/0.15/0.27)	

CMYK percentages

%8.65
%0
%15.14
%27.45

Codes

Color #A9B99D in popluar color models

A9B99D
RGB169185157
HSL94°16.67%67.06%
HSB/HSV94°15.14%72.55%
CMYK8.65%0.00%15.14%
27.45%

Color #A9B99D in popluar number systems.

HEXA9B99D
Decimal169185157
Binary101010011011100110011101
Octal251271235

Shades and tints

Shades of #A9B99D

#A9B99D
(169,185,157)
#9AA98F
(154,169,143)
#8B9981
(139,153,129)
#7C8973
(124,137,115)
#6D7965
(109,121,101)
#5E6957
(94,105,87)
#4F5949
(79,89,73)
#40493B
(64,73,59)
#31392D
(49,57,45)
#22291F
(34,41,31)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #A9B99D

#A9B99D
(169,185,157)
#B0BFA5
(176,191,165)
#B7C5AD
(183,197,173)
#BECBB5
(190,203,181)
#C5D1BD
(197,209,189)
#CCD7C5
(204,215,197)
#D3DDCD
(211,221,205)
#DAE3D5
(218,227,213)
#E1E9DD
(225,233,221)
#E8EFE5
(232,239,229)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B99D color. Also use rgb(169,185,157) instead hex code.

Text Font Color

.myTextColor { color: #A9B99D; }

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

This text font color is #A9B99D.


Background Color

.myBgColor { background-color: #A9B99D; }

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

This div background color is #A9B99D.


Border color

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

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

This div border color is #A9B99D.


Opacity

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

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

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

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

This text has shadow with #A9B99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B99D on black background.


Color preview on white background

This text has color #A9B99D on white background.



Black color preview on #A9B99D background

This text has black color on #A9B99D background.


White color preview on #A9B99D background

This text has white color on #A9B99D background.