COLOR #A9AB7B

HEX: #A9AB7B
RGB: (169,171,123)

Color info

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

RGB color model

#A9AB7B color RGB value is (169,171,123).

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

RGB channels and saturation

R 169 of 255 = 66%
G 171 of 255 = 67%
B 123 of 255 = 48%

169
171
123

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

Portions of RGB colors in percentages

R + G + B =
169 + 171 + 123 = 463 (100%)
R 169 of 463 ~ 36.5%
G 171 of 463 ~ 36.93%
B 123 of 463 ~ 26.57%

%36.5
%36.93
%26.57

CMYK color model

#A9AB7B color CMYK value is (1,0,28,33).

  • cyan value is 1.17%
  • magenta value is 0.00%
  • yellow value is 28.07%
  • key color value is 32.94%
CMYK:
(1,0,28,33)
C1M0Y28K33 
(1%,0%,28%,33%)
(0.01/0.00/0.28/0.33)	

CMYK percentages

%1.17
%0
%28.07
%32.94

Codes

Color #A9AB7B in popluar color models

A9AB7B
RGB169171123
HSL63°22.22%57.65%
HSB/HSV63°28.07%67.06%
CMYK1.17%0.00%28.07%
32.94%

Color #A9AB7B in popluar number systems.

HEXA9AB7B
Decimal169171123
Binary10101001101010111111011
Octal251253173

Shades and tints

Shades of #A9AB7B

#A9AB7B
(169,171,123)
#9A9C70
(154,156,112)
#8B8D65
(139,141,101)
#7C7E5A
(124,126,90)
#6D6F4F
(109,111,79)
#5E6044
(94,96,68)
#4F5139
(79,81,57)
#40422E
(64,66,46)
#313323
(49,51,35)
#222418
(34,36,24)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #A9AB7B

#A9AB7B
(169,171,123)
#B0B287
(176,178,135)
#B7B993
(183,185,147)
#BEC09F
(190,192,159)
#C5C7AB
(197,199,171)
#CCCEB7
(204,206,183)
#D3D5C3
(211,213,195)
#DADCCF
(218,220,207)
#E1E3DB
(225,227,219)
#E8EAE7
(232,234,231)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AB7B; }

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

This text font color is #A9AB7B.


Background Color

.myBgColor { background-color: #A9AB7B; }

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

This div background color is #A9AB7B.


Border color

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

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

This div border color is #A9AB7B.


Opacity

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

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

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

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

This text has shadow with #A9AB7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AB7B on black background.


Color preview on white background

This text has color #A9AB7B on white background.



Black color preview on #A9AB7B background

This text has black color on #A9AB7B background.


White color preview on #A9AB7B background

This text has white color on #A9AB7B background.