COLOR #A4A99A

HEX: #A4A99A
RGB: (164,169,154)

Color info

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

RGB color model

#A4A99A color RGB value is (164,169,154).

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

RGB channels and saturation

R 164 of 255 = 64%
G 169 of 255 = 66%
B 154 of 255 = 60%

164
169
154

R + G + B ~ 63%. #A4A99A is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 169 + 154 = 487 (100%)
R 164 of 487 ~ 33.68%
G 169 of 487 ~ 34.7%
B 154 of 487 ~ 31.62%

%33.68
%34.7
%31.62

CMYK color model

#A4A99A color CMYK value is (3,0,9,34).

  • cyan value is 2.96%
  • magenta value is 0.00%
  • yellow value is 8.88%
  • key color value is 33.73%
CMYK:
(3,0,9,34)
C3M0Y9K34 
(3%,0%,9%,34%)
(0.03/0.00/0.09/0.34)	

CMYK percentages

%2.96
%0
%8.88
%33.73

Codes

Color #A4A99A in popluar color models

A4A99A
RGB164169154
HSL80°8.02%63.33%
HSB/HSV80°8.88%66.27%
CMYK2.96%0.00%8.88%
33.73%

Color #A4A99A in popluar number systems.

HEXA4A99A
Decimal164169154
Binary101001001010100110011010
Octal244251232

Shades and tints

Shades of #A4A99A

#A4A99A
(164,169,154)
#969A8C
(150,154,140)
#888B7E
(136,139,126)
#7A7C70
(122,124,112)
#6C6D62
(108,109,98)
#5E5E54
(94,94,84)
#504F46
(80,79,70)
#424038
(66,64,56)
#34312A
(52,49,42)
#26221C
(38,34,28)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #A4A99A

#A4A99A
(164,169,154)
#ACB0A3
(172,176,163)
#B4B7AC
(180,183,172)
#BCBEB5
(188,190,181)
#C4C5BE
(196,197,190)
#CCCCC7
(204,204,199)
#D4D3D0
(212,211,208)
#DCDAD9
(220,218,217)
#E4E1E2
(228,225,226)
#ECE8EB
(236,232,235)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A99A; }

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

This text font color is #A4A99A.


Background Color

.myBgColor { background-color: #A4A99A; }

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

This div background color is #A4A99A.


Border color

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

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

This div border color is #A4A99A.


Opacity

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

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

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

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

This text has shadow with #A4A99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A99A on black background.


Color preview on white background

This text has color #A4A99A on white background.



Black color preview on #A4A99A background

This text has black color on #A4A99A background.


White color preview on #A4A99A background

This text has white color on #A4A99A background.