COLOR #A4AA99

HEX: #A4AA99
RGB: (164,170,153)

Color info

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

RGB color model

#A4AA99 color RGB value is (164,170,153).

  • red value is 164;
  • green value is 170;
  • blue value is 153.
RGB:
(164,170,153)
(64%,67%,60%)

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 153 of 255 = 60%

164
170
153

R + G + B ~ 64%. #A4AA99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 170 + 153 = 487 (100%)
R 164 of 487 ~ 33.68%
G 170 of 487 ~ 34.91%
B 153 of 487 ~ 31.42%

%33.68
%34.91
%31.42

CMYK color model

#A4AA99 color CMYK value is (4,0,10,33).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 33.33%
CMYK:
(4,0,10,33)
C4M0Y10K33 
(4%,0%,10%,33%)
(0.04/0.00/0.10/0.33)	

CMYK percentages

%3.53
%0
%10
%33.33

Codes

Color #A4AA99 in popluar color models

A4AA99
RGB164170153
HSL81°9.09%63.33%
HSB/HSV81°10.00%66.67%
CMYK3.53%0.00%10.00%
33.33%

Color #A4AA99 in popluar number systems.

HEXA4AA99
Decimal164170153
Binary101001001010101010011001
Octal244252231

Shades and tints

Shades of #A4AA99

#A4AA99
(164,170,153)
#969B8C
(150,155,140)
#888C7F
(136,140,127)
#7A7D72
(122,125,114)
#6C6E65
(108,110,101)
#5E5F58
(94,95,88)
#50504B
(80,80,75)
#42413E
(66,65,62)
#343231
(52,50,49)
#262324
(38,35,36)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #A4AA99

#A4AA99
(164,170,153)
#ACB1A2
(172,177,162)
#B4B8AB
(180,184,171)
#BCBFB4
(188,191,180)
#C4C6BD
(196,198,189)
#CCCDC6
(204,205,198)
#D4D4CF
(212,212,207)
#DCDBD8
(220,219,216)
#E4E2E1
(228,226,225)
#ECE9EA
(236,233,234)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AA99 color. Also use rgb(164,170,153) instead hex code.

Text Font Color

.myTextColor { color: #A4AA99; }

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

This text font color is #A4AA99.


Background Color

.myBgColor { background-color: #A4AA99; }

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

This div background color is #A4AA99.


Border color

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

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

This div border color is #A4AA99.


Opacity

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

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

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

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

This text has shadow with #A4AA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AA99 on black background.


Color preview on white background

This text has color #A4AA99 on white background.



Black color preview on #A4AA99 background

This text has black color on #A4AA99 background.


White color preview on #A4AA99 background

This text has white color on #A4AA99 background.