COLOR #A4AA6E

HEX: #A4AA6E
RGB: (164,170,110)

Color info

#A4AA6E contains mainly red and green colors. Web safe color of #A4AA6E is #999966 (or #996).

RGB color model

#A4AA6E color RGB value is (164,170,110).

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

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 110 of 255 = 43%

164
170
110

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

Portions of RGB colors in percentages

R + G + B =
164 + 170 + 110 = 444 (100%)
R 164 of 444 ~ 36.94%
G 170 of 444 ~ 38.29%
B 110 of 444 ~ 24.77%

%36.94
%38.29
%24.77

CMYK color model

#A4AA6E color CMYK value is (4,0,35,33).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 33.33%
CMYK:
(4,0,35,33)
C4M0Y35K33 
(4%,0%,35%,33%)
(0.04/0.00/0.35/0.33)	

CMYK percentages

%3.53
%0
%35.29
%33.33

Codes

Color #A4AA6E in popluar color models

A4AA6E
RGB164170110
HSL66°26.09%54.90%
HSB/HSV66°35.29%66.67%
CMYK3.53%0.00%35.29%
33.33%

Color #A4AA6E in popluar number systems.

HEXA4AA6E
Decimal164170110
Binary10100100101010101101110
Octal244252156

Shades and tints

Shades of #A4AA6E

#A4AA6E
(164,170,110)
#969B64
(150,155,100)
#888C5A
(136,140,90)
#7A7D50
(122,125,80)
#6C6E46
(108,110,70)
#5E5F3C
(94,95,60)
#505032
(80,80,50)
#424128
(66,65,40)
#34321E
(52,50,30)
#262314
(38,35,20)
#18140A
(24,20,10)
#000000
(0,0,0)

Tints of #A4AA6E

#A4AA6E
(164,170,110)
#ACB17B
(172,177,123)
#B4B888
(180,184,136)
#BCBF95
(188,191,149)
#C4C6A2
(196,198,162)
#CCCDAF
(204,205,175)
#D4D4BC
(212,212,188)
#DCDBC9
(220,219,201)
#E4E2D6
(228,226,214)
#ECE9E3
(236,233,227)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AA6E; }

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

This text font color is #A4AA6E.


Background Color

.myBgColor { background-color: #A4AA6E; }

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

This div background color is #A4AA6E.


Border color

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

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

This div border color is #A4AA6E.


Opacity

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

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

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

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

This text has shadow with #A4AA6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AA6E on black background.


Color preview on white background

This text has color #A4AA6E on white background.



Black color preview on #A4AA6E background

This text has black color on #A4AA6E background.


White color preview on #A4AA6E background

This text has white color on #A4AA6E background.