COLOR #A4AA8B

HEX: #A4AA8B
RGB: (164,170,139)

Color info

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

RGB color model

#A4AA8B color RGB value is (164,170,139).

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

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 139 of 255 = 55%

164
170
139

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

Portions of RGB colors in percentages

R + G + B =
164 + 170 + 139 = 473 (100%)
R 164 of 473 ~ 34.67%
G 170 of 473 ~ 35.94%
B 139 of 473 ~ 29.39%

%34.67
%35.94
%29.39

CMYK color model

#A4AA8B color CMYK value is (4,0,18,33).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 18.24%
  • key color value is 33.33%
CMYK:
(4,0,18,33)
C4M0Y18K33 
(4%,0%,18%,33%)
(0.04/0.00/0.18/0.33)	

CMYK percentages

%3.53
%0
%18.24
%33.33

Codes

Color #A4AA8B in popluar color models

A4AA8B
RGB164170139
HSL72°15.42%60.59%
HSB/HSV72°18.24%66.67%
CMYK3.53%0.00%18.24%
33.33%

Color #A4AA8B in popluar number systems.

HEXA4AA8B
Decimal164170139
Binary101001001010101010001011
Octal244252213

Shades and tints

Shades of #A4AA8B

#A4AA8B
(164,170,139)
#969B7F
(150,155,127)
#888C73
(136,140,115)
#7A7D67
(122,125,103)
#6C6E5B
(108,110,91)
#5E5F4F
(94,95,79)
#505043
(80,80,67)
#424137
(66,65,55)
#34322B
(52,50,43)
#26231F
(38,35,31)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #A4AA8B

#A4AA8B
(164,170,139)
#ACB195
(172,177,149)
#B4B89F
(180,184,159)
#BCBFA9
(188,191,169)
#C4C6B3
(196,198,179)
#CCCDBD
(204,205,189)
#D4D4C7
(212,212,199)
#DCDBD1
(220,219,209)
#E4E2DB
(228,226,219)
#ECE9E5
(236,233,229)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AA8B; }

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

This text font color is #A4AA8B.


Background Color

.myBgColor { background-color: #A4AA8B; }

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

This div background color is #A4AA8B.


Border color

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

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

This div border color is #A4AA8B.


Opacity

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

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

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

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

This text has shadow with #A4AA8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AA8B on black background.


Color preview on white background

This text has color #A4AA8B on white background.



Black color preview on #A4AA8B background

This text has black color on #A4AA8B background.


White color preview on #A4AA8B background

This text has white color on #A4AA8B background.