COLOR #A9AB6D

HEX: #A9AB6D
RGB: (169,171,109)

Color info

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

RGB color model

#A9AB6D color RGB value is (169,171,109).

  • red value is 169;
  • green value is 171;
  • blue value is 109.
RGB:
(169,171,109)
(66%,67%,43%)

RGB channels and saturation

R 169 of 255 = 66%
G 171 of 255 = 67%
B 109 of 255 = 43%

169
171
109

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

Portions of RGB colors in percentages

R + G + B =
169 + 171 + 109 = 449 (100%)
R 169 of 449 ~ 37.64%
G 171 of 449 ~ 38.08%
B 109 of 449 ~ 24.28%

%37.64
%38.08
%24.28

CMYK color model

#A9AB6D color CMYK value is (1,0,36,33).

  • cyan value is 1.17%
  • magenta value is 0.00%
  • yellow value is 36.26%
  • key color value is 32.94%
CMYK:
(1,0,36,33)
C1M0Y36K33 
(1%,0%,36%,33%)
(0.01/0.00/0.36/0.33)	

CMYK percentages

%1.17
%0
%36.26
%32.94

Codes

Color #A9AB6D in popluar color models

A9AB6D
RGB169171109
HSL62°26.96%54.90%
HSB/HSV62°36.26%67.06%
CMYK1.17%0.00%36.26%
32.94%

Color #A9AB6D in popluar number systems.

HEXA9AB6D
Decimal169171109
Binary10101001101010111101101
Octal251253155

Shades and tints

Shades of #A9AB6D

#A9AB6D
(169,171,109)
#9A9C64
(154,156,100)
#8B8D5B
(139,141,91)
#7C7E52
(124,126,82)
#6D6F49
(109,111,73)
#5E6040
(94,96,64)
#4F5137
(79,81,55)
#40422E
(64,66,46)
#313325
(49,51,37)
#22241C
(34,36,28)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #A9AB6D

#A9AB6D
(169,171,109)
#B0B27A
(176,178,122)
#B7B987
(183,185,135)
#BEC094
(190,192,148)
#C5C7A1
(197,199,161)
#CCCEAE
(204,206,174)
#D3D5BB
(211,213,187)
#DADCC8
(218,220,200)
#E1E3D5
(225,227,213)
#E8EAE2
(232,234,226)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9AB6D color. Also use rgb(169,171,109) instead hex code.

Text Font Color

.myTextColor { color: #A9AB6D; }

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

This text font color is #A9AB6D.


Background Color

.myBgColor { background-color: #A9AB6D; }

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

This div background color is #A9AB6D.


Border color

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

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

This div border color is #A9AB6D.


Opacity

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

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

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

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

This text has shadow with #A9AB6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AB6D on black background.


Color preview on white background

This text has color #A9AB6D on white background.



Black color preview on #A9AB6D background

This text has black color on #A9AB6D background.


White color preview on #A9AB6D background

This text has white color on #A9AB6D background.