COLOR #A4AA92

HEX: #A4AA92
RGB: (164,170,146)

Color info

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

RGB color model

#A4AA92 color RGB value is (164,170,146).

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

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 146 of 255 = 57%

164
170
146

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

Portions of RGB colors in percentages

R + G + B =
164 + 170 + 146 = 480 (100%)
R 164 of 480 ~ 34.17%
G 170 of 480 ~ 35.42%
B 146 of 480 ~ 30.42%

%34.17
%35.42
%30.42

CMYK color model

#A4AA92 color CMYK value is (4,0,14,33).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(4,0,14,33)
C4M0Y14K33 
(4%,0%,14%,33%)
(0.04/0.00/0.14/0.33)	

CMYK percentages

%3.53
%0
%14.12
%33.33

Codes

Color #A4AA92 in popluar color models

A4AA92
RGB164170146
HSL75°12.37%61.96%
HSB/HSV75°14.12%66.67%
CMYK3.53%0.00%14.12%
33.33%

Color #A4AA92 in popluar number systems.

HEXA4AA92
Decimal164170146
Binary101001001010101010010010
Octal244252222

Shades and tints

Shades of #A4AA92

#A4AA92
(164,170,146)
#969B85
(150,155,133)
#888C78
(136,140,120)
#7A7D6B
(122,125,107)
#6C6E5E
(108,110,94)
#5E5F51
(94,95,81)
#505044
(80,80,68)
#424137
(66,65,55)
#34322A
(52,50,42)
#26231D
(38,35,29)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #A4AA92

#A4AA92
(164,170,146)
#ACB19B
(172,177,155)
#B4B8A4
(180,184,164)
#BCBFAD
(188,191,173)
#C4C6B6
(196,198,182)
#CCCDBF
(204,205,191)
#D4D4C8
(212,212,200)
#DCDBD1
(220,219,209)
#E4E2DA
(228,226,218)
#ECE9E3
(236,233,227)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AA92; }

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

This text font color is #A4AA92.


Background Color

.myBgColor { background-color: #A4AA92; }

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

This div background color is #A4AA92.


Border color

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

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

This div border color is #A4AA92.


Opacity

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

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

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

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

This text has shadow with #A4AA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AA92 on black background.


Color preview on white background

This text has color #A4AA92 on white background.



Black color preview on #A4AA92 background

This text has black color on #A4AA92 background.


White color preview on #A4AA92 background

This text has white color on #A4AA92 background.