COLOR #A9B69D

HEX: #A9B69D
RGB: (169,182,157)

Color info

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

RGB color model

#A9B69D color RGB value is (169,182,157).

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

RGB channels and saturation

R 169 of 255 = 66%
G 182 of 255 = 71%
B 157 of 255 = 62%

169
182
157

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

Portions of RGB colors in percentages

R + G + B =
169 + 182 + 157 = 508 (100%)
R 169 of 508 ~ 33.27%
G 182 of 508 ~ 35.83%
B 157 of 508 ~ 30.91%

%33.27
%35.83
%30.91

CMYK color model

#A9B69D color CMYK value is (7,0,14,29).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 13.74%
  • key color value is 28.63%
CMYK:
(7,0,14,29)
C7M0Y14K29 
(7%,0%,14%,29%)
(0.07/0.00/0.14/0.29)	

CMYK percentages

%7.14
%0
%13.74
%28.63

Codes

Color #A9B69D in popluar color models

A9B69D
RGB169182157
HSL91°14.62%66.47%
HSB/HSV91°13.74%71.37%
CMYK7.14%0.00%13.74%
28.63%

Color #A9B69D in popluar number systems.

HEXA9B69D
Decimal169182157
Binary101010011011011010011101
Octal251266235

Shades and tints

Shades of #A9B69D

#A9B69D
(169,182,157)
#9AA68F
(154,166,143)
#8B9681
(139,150,129)
#7C8673
(124,134,115)
#6D7665
(109,118,101)
#5E6657
(94,102,87)
#4F5649
(79,86,73)
#40463B
(64,70,59)
#31362D
(49,54,45)
#22261F
(34,38,31)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #A9B69D

#A9B69D
(169,182,157)
#B0BCA5
(176,188,165)
#B7C2AD
(183,194,173)
#BEC8B5
(190,200,181)
#C5CEBD
(197,206,189)
#CCD4C5
(204,212,197)
#D3DACD
(211,218,205)
#DAE0D5
(218,224,213)
#E1E6DD
(225,230,221)
#E8ECE5
(232,236,229)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B69D; }

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

This text font color is #A9B69D.


Background Color

.myBgColor { background-color: #A9B69D; }

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

This div background color is #A9B69D.


Border color

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

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

This div border color is #A9B69D.


Opacity

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

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

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

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

This text has shadow with #A9B69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B69D on black background.


Color preview on white background

This text has color #A9B69D on white background.



Black color preview on #A9B69D background

This text has black color on #A9B69D background.


White color preview on #A9B69D background

This text has white color on #A9B69D background.