COLOR #A4A98B

HEX: #A4A98B RGB: (164,169,139)

Color info

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

RGB color model

#A4A98B color RGB value is (164,169,139).

RGB: (164,169,139) (64%, 66%, 55%)

RGB channels and saturation

R 164 of 255 = 64%
G 169 of 255 = 66%
B 139 of 255 = 55%

164
169
139

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

Portions of RGB colors in percentages

R + G + B = 164 + 169 + 139 = 472 (100%)
R 164 of 472 ~ 34.75%
G 169 of 472 ~ 35.81%
B 139 of 472 ~ 29.45'%

%34.75
%35.81
%29.45

CMYK color model

#A4A98B color CMYK value is (3,0,18,34).

  • cyan value is 2.96%
  • magenta value is 0.00%
  • yellow value is 17.75%
  • key color value is 33.73%

CMYK: (3,0,18,34)
C3M0Y18K34 (3%, 0%, 18%, 34%)
(0.03 / 0.00 / 0.18 / 0.34)

CMYK percentages

%2.96
%0
%17.75
%33.73

Codes

Color #A4A98B in popluar color models

A4 A9 8B
RGB 164 169 139
HSL 70° 14.85% 60.39%
HSB/HSV 70° 17.75% 66.27%
CMYK 2.96% 0.00% 17.75%
33.73%

Color #A4A98B in popluar number systems.

HEX A4 A9 8B
Decimal 164 169 139
Binary 10100100 10101001 10001011
Octal 244 251 213

Shades and tints

Shades of #A4A98B

#A4A98B
(164,169,139)
#969A7F
(150,154,127)
#888B73
(136,139,115)
#7A7C67
(122,124,103)
#6C6D5B
(108,109,91)
#5E5E4F
(94,94,79)
#504F43
(80,79,67)
#424037
(66,64,55)
#34312B
(52,49,43)
#26221F
(38,34,31)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #A4A98B

#A4A98B
(164,169,139)
#ACB095
(172,176,149)
#B4B79F
(180,183,159)
#BCBEA9
(188,190,169)
#C4C5B3
(196,197,179)
#CCCCBD
(204,204,189)
#D4D3C7
(212,211,199)
#DCDAD1
(220,218,209)
#E4E1DB
(228,225,219)
#ECE8E5
(236,232,229)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A98B; }

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

This text font color is #A4A98B.

Background Color

.myBgColor { background-color: #A4A98B; }

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

This div background color is #A4A98B.

Border color

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

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

This div border color is #A4A98B.

Opacity

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

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

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

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

This text has shadow with #A4A98B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A98B.

Preview

Color preview on black background

This text has color #A4A98B on black background.


Color preview on white background

This text has color #A4A98B on white background.


Black color preview on #A4A98B background

This text has black color on #A4A98B background.


White color preview on #A4A98B background

This text has white color on #A4A98B background.


Related colors

Complementary color

Complementary color for #hex is #5B5674.


I love getcolorcode.com

Triadic colors

1 #8BA4A9 and #A98BA4 with #A4A98B are triadic colors.

2 #8BA9A4 and #A9A48B with #A4A98B are triadic colors.