COLOR #A4AA7D

HEX: #A4AA7D
RGB: (164,170,125)

Color info

#A4AA7D contains red, green and blue colors in about the same proportion. Web safe color of #A4AA7D is #999966 (or #996).

RGB color model

#A4AA7D color RGB value is (164,170,125).

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

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 125 of 255 = 49%

164
170
125

R + G + B ~ 60%. #A4AA7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 170 + 125 = 459 (100%)
R 164 of 459 ~ 35.73%
G 170 of 459 ~ 37.04%
B 125 of 459 ~ 27.23%

%35.73
%37.04
%27.23

CMYK color model

#A4AA7D color CMYK value is (4,0,26,33).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 33.33%
CMYK:
(4,0,26,33)
C4M0Y26K33 
(4%,0%,26%,33%)
(0.04/0.00/0.26/0.33)	

CMYK percentages

%3.53
%0
%26.47
%33.33

Codes

Color #A4AA7D in popluar color models

A4AA7D
RGB164170125
HSL68°20.93%57.84%
HSB/HSV68°26.47%66.67%
CMYK3.53%0.00%26.47%
33.33%

Color #A4AA7D in popluar number systems.

HEXA4AA7D
Decimal164170125
Binary10100100101010101111101
Octal244252175

Shades and tints

Shades of #A4AA7D

#A4AA7D
(164,170,125)
#969B72
(150,155,114)
#888C67
(136,140,103)
#7A7D5C
(122,125,92)
#6C6E51
(108,110,81)
#5E5F46
(94,95,70)
#50503B
(80,80,59)
#424130
(66,65,48)
#343225
(52,50,37)
#26231A
(38,35,26)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #A4AA7D

#A4AA7D
(164,170,125)
#ACB188
(172,177,136)
#B4B893
(180,184,147)
#BCBF9E
(188,191,158)
#C4C6A9
(196,198,169)
#CCCDB4
(204,205,180)
#D4D4BF
(212,212,191)
#DCDBCA
(220,219,202)
#E4E2D5
(228,226,213)
#ECE9E0
(236,233,224)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AA7D; }

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

This text font color is #A4AA7D.


Background Color

.myBgColor { background-color: #A4AA7D; }

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

This div background color is #A4AA7D.


Border color

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

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

This div border color is #A4AA7D.


Opacity

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

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

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

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

This text has shadow with #A4AA7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AA7D on black background.


Color preview on white background

This text has color #A4AA7D on white background.



Black color preview on #A4AA7D background

This text has black color on #A4AA7D background.


White color preview on #A4AA7D background

This text has white color on #A4AA7D background.