COLOR #A4AA97

HEX: #A4AA97
RGB: (164,170,151)

Color info

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

RGB color model

#A4AA97 color RGB value is (164,170,151).

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

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 151 of 255 = 59%

164
170
151

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

Portions of RGB colors in percentages

R + G + B =
164 + 170 + 151 = 485 (100%)
R 164 of 485 ~ 33.81%
G 170 of 485 ~ 35.05%
B 151 of 485 ~ 31.13%

%33.81
%35.05
%31.13

CMYK color model

#A4AA97 color CMYK value is (4,0,11,33).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 11.18%
  • key color value is 33.33%
CMYK:
(4,0,11,33)
C4M0Y11K33 
(4%,0%,11%,33%)
(0.04/0.00/0.11/0.33)	

CMYK percentages

%3.53
%0
%11.18
%33.33

Codes

Color #A4AA97 in popluar color models

A4AA97
RGB164170151
HSL79°10.05%62.94%
HSB/HSV79°11.18%66.67%
CMYK3.53%0.00%11.18%
33.33%

Color #A4AA97 in popluar number systems.

HEXA4AA97
Decimal164170151
Binary101001001010101010010111
Octal244252227

Shades and tints

Shades of #A4AA97

#A4AA97
(164,170,151)
#969B8A
(150,155,138)
#888C7D
(136,140,125)
#7A7D70
(122,125,112)
#6C6E63
(108,110,99)
#5E5F56
(94,95,86)
#505049
(80,80,73)
#42413C
(66,65,60)
#34322F
(52,50,47)
#262322
(38,35,34)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #A4AA97

#A4AA97
(164,170,151)
#ACB1A0
(172,177,160)
#B4B8A9
(180,184,169)
#BCBFB2
(188,191,178)
#C4C6BB
(196,198,187)
#CCCDC4
(204,205,196)
#D4D4CD
(212,212,205)
#DCDBD6
(220,219,214)
#E4E2DF
(228,226,223)
#ECE9E8
(236,233,232)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AA97; }

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

This text font color is #A4AA97.


Background Color

.myBgColor { background-color: #A4AA97; }

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

This div background color is #A4AA97.


Border color

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

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

This div border color is #A4AA97.


Opacity

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

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

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

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

This text has shadow with #A4AA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AA97 on black background.


Color preview on white background

This text has color #A4AA97 on white background.



Black color preview on #A4AA97 background

This text has black color on #A4AA97 background.


White color preview on #A4AA97 background

This text has white color on #A4AA97 background.