COLOR #A9A69E

HEX: #A9A69E
RGB: (169,166,158)

Color info

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

RGB color model

#A9A69E color RGB value is (169,166,158).

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

RGB channels and saturation

R 169 of 255 = 66%
G 166 of 255 = 65%
B 158 of 255 = 62%

169
166
158

R + G + B ~ 64%. #A9A69E is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 166 + 158 = 493 (100%)
R 169 of 493 ~ 34.28%
G 166 of 493 ~ 33.67%
B 158 of 493 ~ 32.05%

%34.28
%33.67
%32.05

CMYK color model

#A9A69E color CMYK value is (0,2,7,34).

  • cyan value is 0.00%
  • magenta value is 1.78%
  • yellow value is 6.51%
  • key color value is 33.73%
CMYK:
(0,2,7,34)
C0M2Y7K34 
(0%,2%,7%,34%)
(0.00/0.02/0.07/0.34)	

CMYK percentages

%0
%1.78
%6.51
%33.73

Codes

Color #A9A69E in popluar color models

A9A69E
RGB169166158
HSL44°6.01%64.12%
HSB/HSV44°6.51%66.27%
CMYK0.00%1.78%6.51%
33.73%

Color #A9A69E in popluar number systems.

HEXA9A69E
Decimal169166158
Binary101010011010011010011110
Octal251246236

Shades and tints

Shades of #A9A69E

#A9A69E
(169,166,158)
#9A9790
(154,151,144)
#8B8882
(139,136,130)
#7C7974
(124,121,116)
#6D6A66
(109,106,102)
#5E5B58
(94,91,88)
#4F4C4A
(79,76,74)
#403D3C
(64,61,60)
#312E2E
(49,46,46)
#221F20
(34,31,32)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #A9A69E

#A9A69E
(169,166,158)
#B0AEA6
(176,174,166)
#B7B6AE
(183,182,174)
#BEBEB6
(190,190,182)
#C5C6BE
(197,198,190)
#CCCEC6
(204,206,198)
#D3D6CE
(211,214,206)
#DADED6
(218,222,214)
#E1E6DE
(225,230,222)
#E8EEE6
(232,238,230)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A69E; }

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

This text font color is #A9A69E.


Background Color

.myBgColor { background-color: #A9A69E; }

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

This div background color is #A9A69E.


Border color

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

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

This div border color is #A9A69E.


Opacity

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

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

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

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

This text has shadow with #A9A69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A69E on black background.


Color preview on white background

This text has color #A9A69E on white background.



Black color preview on #A9A69E background

This text has black color on #A9A69E background.


White color preview on #A9A69E background

This text has white color on #A9A69E background.