COLOR #A4AA7F

HEX: #A4AA7F
RGB: (164,170,127)

Color info

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

RGB color model

#A4AA7F color RGB value is (164,170,127).

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

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 127 of 255 = 50%

164
170
127

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

Portions of RGB colors in percentages

R + G + B =
164 + 170 + 127 = 461 (100%)
R 164 of 461 ~ 35.57%
G 170 of 461 ~ 36.88%
B 127 of 461 ~ 27.55%

%35.57
%36.88
%27.55

CMYK color model

#A4AA7F color CMYK value is (4,0,25,33).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 25.29%
  • key color value is 33.33%
CMYK:
(4,0,25,33)
C4M0Y25K33 
(4%,0%,25%,33%)
(0.04/0.00/0.25/0.33)	

CMYK percentages

%3.53
%0
%25.29
%33.33

Codes

Color #A4AA7F in popluar color models

A4AA7F
RGB164170127
HSL68°20.19%58.24%
HSB/HSV68°25.29%66.67%
CMYK3.53%0.00%25.29%
33.33%

Color #A4AA7F in popluar number systems.

HEXA4AA7F
Decimal164170127
Binary10100100101010101111111
Octal244252177

Shades and tints

Shades of #A4AA7F

#A4AA7F
(164,170,127)
#969B74
(150,155,116)
#888C69
(136,140,105)
#7A7D5E
(122,125,94)
#6C6E53
(108,110,83)
#5E5F48
(94,95,72)
#50503D
(80,80,61)
#424132
(66,65,50)
#343227
(52,50,39)
#26231C
(38,35,28)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #A4AA7F

#A4AA7F
(164,170,127)
#ACB18A
(172,177,138)
#B4B895
(180,184,149)
#BCBFA0
(188,191,160)
#C4C6AB
(196,198,171)
#CCCDB6
(204,205,182)
#D4D4C1
(212,212,193)
#DCDBCC
(220,219,204)
#E4E2D7
(228,226,215)
#ECE9E2
(236,233,226)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AA7F; }

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

This text font color is #A4AA7F.


Background Color

.myBgColor { background-color: #A4AA7F; }

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

This div background color is #A4AA7F.


Border color

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

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

This div border color is #A4AA7F.


Opacity

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

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

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

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

This text has shadow with #A4AA7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AA7F on black background.


Color preview on white background

This text has color #A4AA7F on white background.



Black color preview on #A4AA7F background

This text has black color on #A4AA7F background.


White color preview on #A4AA7F background

This text has white color on #A4AA7F background.