COLOR #A9908A

HEX: #A9908A
RGB: (169,144,138)

Color info

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

RGB color model

#A9908A color RGB value is (169,144,138).

  • red value is 169;
  • green value is 144;
  • blue value is 138.
RGB:
(169,144,138)
(66%,56%,54%)

RGB channels and saturation

R 169 of 255 = 66%
G 144 of 255 = 56%
B 138 of 255 = 54%

169
144
138

R + G + B ~ 59%. #A9908A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
169 + 144 + 138 = 451 (100%)
R 169 of 451 ~ 37.47%
G 144 of 451 ~ 31.93%
B 138 of 451 ~ 30.6%

%37.47
%31.93
%30.6

CMYK color model

#A9908A color CMYK value is (0,15,18,34).

  • cyan value is 0.00%
  • magenta value is 14.79%
  • yellow value is 18.34%
  • key color value is 33.73%
CMYK:
(0,15,18,34)
C0M15Y18K34 
(0%,15%,18%,34%)
(0.00/0.15/0.18/0.34)	

CMYK percentages

%0
%14.79
%18.34
%33.73

Codes

Color #A9908A in popluar color models

A9908A
RGB169144138
HSL12°15.27%60.20%
HSB/HSV12°18.34%66.27%
CMYK0.00%14.79%18.34%
33.73%

Color #A9908A in popluar number systems.

HEXA9908A
Decimal169144138
Binary101010011001000010001010
Octal251220212

Shades and tints

Shades of #A9908A

#A9908A
(169,144,138)
#9A837E
(154,131,126)
#8B7672
(139,118,114)
#7C6966
(124,105,102)
#6D5C5A
(109,92,90)
#5E4F4E
(94,79,78)
#4F4242
(79,66,66)
#403536
(64,53,54)
#31282A
(49,40,42)
#221B1E
(34,27,30)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #A9908A

#A9908A
(169,144,138)
#B09A94
(176,154,148)
#B7A49E
(183,164,158)
#BEAEA8
(190,174,168)
#C5B8B2
(197,184,178)
#CCC2BC
(204,194,188)
#D3CCC6
(211,204,198)
#DAD6D0
(218,214,208)
#E1E0DA
(225,224,218)
#E8EAE4
(232,234,228)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9908A color. Also use rgb(169,144,138) instead hex code.

Text Font Color

.myTextColor { color: #A9908A; }

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

This text font color is #A9908A.


Background Color

.myBgColor { background-color: #A9908A; }

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

This div background color is #A9908A.


Border color

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

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

This div border color is #A9908A.


Opacity

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

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

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

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

This text has shadow with #A9908A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9908A on black background.


Color preview on white background

This text has color #A9908A on white background.



Black color preview on #A9908A background

This text has black color on #A9908A background.


White color preview on #A9908A background

This text has white color on #A9908A background.