COLOR #A9AA6A

HEX: #A9AA6A
RGB: (169,170,106)

Color info

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

RGB color model

#A9AA6A color RGB value is (169,170,106).

  • red value is 169;
  • green value is 170;
  • blue value is 106.
RGB:
(169,170,106)
(66%,67%,42%)

RGB channels and saturation

R 169 of 255 = 66%
G 170 of 255 = 67%
B 106 of 255 = 42%

169
170
106

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

Portions of RGB colors in percentages

R + G + B =
169 + 170 + 106 = 445 (100%)
R 169 of 445 ~ 37.98%
G 170 of 445 ~ 38.2%
B 106 of 445 ~ 23.82%

%37.98
%38.2
%23.82

CMYK color model

#A9AA6A color CMYK value is (1,0,38,33).

  • cyan value is 0.59%
  • magenta value is 0.00%
  • yellow value is 37.65%
  • key color value is 33.33%
CMYK:
(1,0,38,33)
C1M0Y38K33 
(1%,0%,38%,33%)
(0.01/0.00/0.38/0.33)	

CMYK percentages

%0.59
%0
%37.65
%33.33

Codes

Color #A9AA6A in popluar color models

A9AA6A
RGB169170106
HSL61°27.35%54.12%
HSB/HSV61°37.65%66.67%
CMYK0.59%0.00%37.65%
33.33%

Color #A9AA6A in popluar number systems.

HEXA9AA6A
Decimal169170106
Binary10101001101010101101010
Octal251252152

Shades and tints

Shades of #A9AA6A

#A9AA6A
(169,170,106)
#9A9B61
(154,155,97)
#8B8C58
(139,140,88)
#7C7D4F
(124,125,79)
#6D6E46
(109,110,70)
#5E5F3D
(94,95,61)
#4F5034
(79,80,52)
#40412B
(64,65,43)
#313222
(49,50,34)
#222319
(34,35,25)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #A9AA6A

#A9AA6A
(169,170,106)
#B0B177
(176,177,119)
#B7B884
(183,184,132)
#BEBF91
(190,191,145)
#C5C69E
(197,198,158)
#CCCDAB
(204,205,171)
#D3D4B8
(211,212,184)
#DADBC5
(218,219,197)
#E1E2D2
(225,226,210)
#E8E9DF
(232,233,223)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9AA6A color. Also use rgb(169,170,106) instead hex code.

Text Font Color

.myTextColor { color: #A9AA6A; }

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

This text font color is #A9AA6A.


Background Color

.myBgColor { background-color: #A9AA6A; }

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

This div background color is #A9AA6A.


Border color

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

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

This div border color is #A9AA6A.


Opacity

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

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

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

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

This text has shadow with #A9AA6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AA6A on black background.


Color preview on white background

This text has color #A9AA6A on white background.



Black color preview on #A9AA6A background

This text has black color on #A9AA6A background.


White color preview on #A9AA6A background

This text has white color on #A9AA6A background.