COLOR #A9AB5B

HEX: #A9AB5B
RGB: (169,171,91)

Color info

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

RGB color model

#A9AB5B color RGB value is (169,171,91).

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

RGB channels and saturation

R 169 of 255 = 66%
G 171 of 255 = 67%
B 91 of 255 = 36%

169
171
91

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

Portions of RGB colors in percentages

R + G + B =
169 + 171 + 91 = 431 (100%)
R 169 of 431 ~ 39.21%
G 171 of 431 ~ 39.68%
B 91 of 431 ~ 21.11%

%39.21
%39.68
%21.11

CMYK color model

#A9AB5B color CMYK value is (1,0,47,33).

  • cyan value is 1.17%
  • magenta value is 0.00%
  • yellow value is 46.78%
  • key color value is 32.94%
CMYK:
(1,0,47,33)
C1M0Y47K33 
(1%,0%,47%,33%)
(0.01/0.00/0.47/0.33)	

CMYK percentages

%1.17
%0
%46.78
%32.94

Codes

Color #A9AB5B in popluar color models

A9AB5B
RGB16917191
HSL62°32.26%51.37%
HSB/HSV62°46.78%67.06%
CMYK1.17%0.00%46.78%
32.94%

Color #A9AB5B in popluar number systems.

HEXA9AB5B
Decimal16917191
Binary10101001101010111011011
Octal251253133

Shades and tints

Shades of #A9AB5B

#A9AB5B
(169,171,91)
#9A9C53
(154,156,83)
#8B8D4B
(139,141,75)
#7C7E43
(124,126,67)
#6D6F3B
(109,111,59)
#5E6033
(94,96,51)
#4F512B
(79,81,43)
#404223
(64,66,35)
#31331B
(49,51,27)
#222413
(34,36,19)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #A9AB5B

#A9AB5B
(169,171,91)
#B0B269
(176,178,105)
#B7B977
(183,185,119)
#BEC085
(190,192,133)
#C5C793
(197,199,147)
#CCCEA1
(204,206,161)
#D3D5AF
(211,213,175)
#DADCBD
(218,220,189)
#E1E3CB
(225,227,203)
#E8EAD9
(232,234,217)
#EFF1E7
(239,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AB5B; }

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

This text font color is #A9AB5B.


Background Color

.myBgColor { background-color: #A9AB5B; }

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

This div background color is #A9AB5B.


Border color

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

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

This div border color is #A9AB5B.


Opacity

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

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

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

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

This text has shadow with #A9AB5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AB5B on black background.


Color preview on white background

This text has color #A9AB5B on white background.



Black color preview on #A9AB5B background

This text has black color on #A9AB5B background.


White color preview on #A9AB5B background

This text has white color on #A9AB5B background.