COLOR #A9A08E

HEX: #A9A08E
RGB: (169,160,142)

Color info

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

RGB color model

#A9A08E color RGB value is (169,160,142).

  • red value is 169;
  • green value is 160;
  • blue value is 142.
RGB:
(169,160,142)
(66%,63%,56%)

RGB channels and saturation

R 169 of 255 = 66%
G 160 of 255 = 63%
B 142 of 255 = 56%

169
160
142

R + G + B ~ 62%. #A9A08E is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 160 + 142 = 471 (100%)
R 169 of 471 ~ 35.88%
G 160 of 471 ~ 33.97%
B 142 of 471 ~ 30.15%

%35.88
%33.97
%30.15

CMYK color model

#A9A08E color CMYK value is (0,5,16,34).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 15.98%
  • key color value is 33.73%
CMYK:
(0,5,16,34)
C0M5Y16K34 
(0%,5%,16%,34%)
(0.00/0.05/0.16/0.34)	

CMYK percentages

%0
%5.33
%15.98
%33.73

Codes

Color #A9A08E in popluar color models

A9A08E
RGB169160142
HSL40°13.57%60.98%
HSB/HSV40°15.98%66.27%
CMYK0.00%5.33%15.98%
33.73%

Color #A9A08E in popluar number systems.

HEXA9A08E
Decimal169160142
Binary101010011010000010001110
Octal251240216

Shades and tints

Shades of #A9A08E

#A9A08E
(169,160,142)
#9A9282
(154,146,130)
#8B8476
(139,132,118)
#7C766A
(124,118,106)
#6D685E
(109,104,94)
#5E5A52
(94,90,82)
#4F4C46
(79,76,70)
#403E3A
(64,62,58)
#31302E
(49,48,46)
#222222
(34,34,34)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #A9A08E

#A9A08E
(169,160,142)
#B0A898
(176,168,152)
#B7B0A2
(183,176,162)
#BEB8AC
(190,184,172)
#C5C0B6
(197,192,182)
#CCC8C0
(204,200,192)
#D3D0CA
(211,208,202)
#DAD8D4
(218,216,212)
#E1E0DE
(225,224,222)
#E8E8E8
(232,232,232)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A08E color. Also use rgb(169,160,142) instead hex code.

Text Font Color

.myTextColor { color: #A9A08E; }

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

This text font color is #A9A08E.


Background Color

.myBgColor { background-color: #A9A08E; }

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

This div background color is #A9A08E.


Border color

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

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

This div border color is #A9A08E.


Opacity

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

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

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

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

This text has shadow with #A9A08E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A08E on black background.


Color preview on white background

This text has color #A9A08E on white background.



Black color preview on #A9A08E background

This text has black color on #A9A08E background.


White color preview on #A9A08E background

This text has white color on #A9A08E background.