COLOR #A4A98D

HEX: #A4A98D
RGB: (164,169,141)

Color info

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

RGB color model

#A4A98D color RGB value is (164,169,141).

  • red value is 164;
  • green value is 169;
  • blue value is 141.
RGB:
(164,169,141)
(64%,66%,55%)

RGB channels and saturation

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

164
169
141

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

Portions of RGB colors in percentages

R + G + B =
164 + 169 + 141 = 474 (100%)
R 164 of 474 ~ 34.6%
G 169 of 474 ~ 35.65%
B 141 of 474 ~ 29.75%

%34.6
%35.65
%29.75

CMYK color model

#A4A98D color CMYK value is (3,0,17,34).

  • cyan value is 2.96%
  • magenta value is 0.00%
  • yellow value is 16.57%
  • key color value is 33.73%
CMYK:
(3,0,17,34)
C3M0Y17K34 
(3%,0%,17%,34%)
(0.03/0.00/0.17/0.34)	

CMYK percentages

%2.96
%0
%16.57
%33.73

Codes

Color #A4A98D in popluar color models

A4A98D
RGB164169141
HSL71°14.00%60.78%
HSB/HSV71°16.57%66.27%
CMYK2.96%0.00%16.57%
33.73%

Color #A4A98D in popluar number systems.

HEXA4A98D
Decimal164169141
Binary101001001010100110001101
Octal244251215

Shades and tints

Shades of #A4A98D

#A4A98D
(164,169,141)
#969A81
(150,154,129)
#888B75
(136,139,117)
#7A7C69
(122,124,105)
#6C6D5D
(108,109,93)
#5E5E51
(94,94,81)
#504F45
(80,79,69)
#424039
(66,64,57)
#34312D
(52,49,45)
#262221
(38,34,33)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #A4A98D

#A4A98D
(164,169,141)
#ACB097
(172,176,151)
#B4B7A1
(180,183,161)
#BCBEAB
(188,190,171)
#C4C5B5
(196,197,181)
#CCCCBF
(204,204,191)
#D4D3C9
(212,211,201)
#DCDAD3
(220,218,211)
#E4E1DD
(228,225,221)
#ECE8E7
(236,232,231)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A98D; }

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

This text font color is #A4A98D.


Background Color

.myBgColor { background-color: #A4A98D; }

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

This div background color is #A4A98D.


Border color

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

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

This div border color is #A4A98D.


Opacity

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

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

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

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

This text has shadow with #A4A98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A98D on black background.


Color preview on white background

This text has color #A4A98D on white background.



Black color preview on #A4A98D background

This text has black color on #A4A98D background.


White color preview on #A4A98D background

This text has white color on #A4A98D background.