COLOR #A9B49E

HEX: #A9B49E
RGB: (169,180,158)

Color info

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

RGB color model

#A9B49E color RGB value is (169,180,158).

  • red value is 169;
  • green value is 180;
  • blue value is 158.
RGB:
(169,180,158)
(66%,71%,62%)

RGB channels and saturation

R 169 of 255 = 66%
G 180 of 255 = 71%
B 158 of 255 = 62%

169
180
158

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

Portions of RGB colors in percentages

R + G + B =
169 + 180 + 158 = 507 (100%)
R 169 of 507 ~ 33.33%
G 180 of 507 ~ 35.5%
B 158 of 507 ~ 31.16%

%33.33
%35.5
%31.16

CMYK color model

#A9B49E color CMYK value is (6,0,12,29).

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 29.41%
CMYK:
(6,0,12,29)
C6M0Y12K29 
(6%,0%,12%,29%)
(0.06/0.00/0.12/0.29)	

CMYK percentages

%6.11
%0
%12.22
%29.41

Codes

Color #A9B49E in popluar color models

A9B49E
RGB169180158
HSL90°12.79%66.27%
HSB/HSV90°12.22%70.59%
CMYK6.11%0.00%12.22%
29.41%

Color #A9B49E in popluar number systems.

HEXA9B49E
Decimal169180158
Binary101010011011010010011110
Octal251264236

Shades and tints

Shades of #A9B49E

#A9B49E
(169,180,158)
#9AA490
(154,164,144)
#8B9482
(139,148,130)
#7C8474
(124,132,116)
#6D7466
(109,116,102)
#5E6458
(94,100,88)
#4F544A
(79,84,74)
#40443C
(64,68,60)
#31342E
(49,52,46)
#222420
(34,36,32)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #A9B49E

#A9B49E
(169,180,158)
#B0BAA6
(176,186,166)
#B7C0AE
(183,192,174)
#BEC6B6
(190,198,182)
#C5CCBE
(197,204,190)
#CCD2C6
(204,210,198)
#D3D8CE
(211,216,206)
#DADED6
(218,222,214)
#E1E4DE
(225,228,222)
#E8EAE6
(232,234,230)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B49E color. Also use rgb(169,180,158) instead hex code.

Text Font Color

.myTextColor { color: #A9B49E; }

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

This text font color is #A9B49E.


Background Color

.myBgColor { background-color: #A9B49E; }

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

This div background color is #A9B49E.


Border color

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

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

This div border color is #A9B49E.


Opacity

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

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

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

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

This text has shadow with #A9B49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B49E on black background.


Color preview on white background

This text has color #A9B49E on white background.



Black color preview on #A9B49E background

This text has black color on #A9B49E background.


White color preview on #A9B49E background

This text has white color on #A9B49E background.