COLOR #A9938B

HEX: #A9938B RGB: (169,147,139)

Color info

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

RGB color model

#A9938B color RGB value is (169,147,139).

RGB: (169,147,139) (66%, 58%, 55%)

RGB channels and saturation

R 169 of 255 = 66%
G 147 of 255 = 58%
B 139 of 255 = 55%

169
147
139

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

Portions of RGB colors in percentages

R + G + B = 169 + 147 + 139 = 455 (100%)
R 169 of 455 ~ 37.14%
G 147 of 455 ~ 32.31%
B 139 of 455 ~ 30.55'%

%37.14
%32.31
%30.55

CMYK color model

#A9938B color CMYK value is (0,13,18,34).

  • cyan value is 0.00%
  • magenta value is 13.02%
  • yellow value is 17.75%
  • key color value is 33.73%
CMYK: (0,13,18,34) C0M13Y18K34 (0%,13%,18%,34%) (0.00/0.13/0.18/0.34) 

CMYK percentages

%0
%13.02
%17.75
%33.73

Codes

Color #A9938B in popluar color models

A9 93 8B
RGB 169 147 139
HSL 16° 14.85% 60.39%
HSB/HSV 16° 17.75% 66.27%
CMYK 0.00% 13.02% 17.75%
33.73%

Color #A9938B in popluar number systems.

HEX A9 93 8B
Decimal 169 147 139
Binary 10101001 10010011 10001011
Octal 251 223 213

Shades and tints

Shades of #A9938B

#A9938B
(169,147,139)
#9A867F
(154,134,127)
#8B7973
(139,121,115)
#7C6C67
(124,108,103)
#6D5F5B
(109,95,91)
#5E524F
(94,82,79)
#4F4543
(79,69,67)
#403837
(64,56,55)
#312B2B
(49,43,43)
#221E1F
(34,30,31)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #A9938B

#A9938B
(169,147,139)
#B09C95
(176,156,149)
#B7A59F
(183,165,159)
#BEAEA9
(190,174,169)
#C5B7B3
(197,183,179)
#CCC0BD
(204,192,189)
#D3C9C7
(211,201,199)
#DAD2D1
(218,210,209)
#E1DBDB
(225,219,219)
#E8E4E5
(232,228,229)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9938B color. Also use rgb(169,147,139) instead hex code.

Text Font Color

.myTextColor { color: #A9938B; }

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

This text font color is #A9938B.

Background Color

.myBgColor { background-color: #A9938B; }

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

This div background color is #A9938B.

Border color

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

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

This div border color is #A9938B.

Opacity

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

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

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

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

This text has shadow with #A9938B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9938B.

Preview

Color preview on black background

This text has color #A9938B on black background.


Color preview on white background

This text has color #A9938B on white background.


Black color preview on #A9938B background

This text has black color on #A9938B background.


White color preview on #A9938B background

This text has white color on #A9938B background.


Related colors

Complementary color

Complementary color for #hex is #566C74.


I love getcolorcode.com

Triadic colors

1 #8BA993 and #938BA9 with #A9938B are triadic colors.

2 #8B93A9 and #93A98B with #A9938B are triadic colors.