COLOR #A9AB8F

HEX: #A9AB8F
RGB: (169,171,143)

Color info

#A9AB8F contains red, green and blue colors in about the same proportion. Web safe color of #A9AB8F is #999999 (or #999).

RGB color model

#A9AB8F color RGB value is (169,171,143).

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

RGB channels and saturation

R 169 of 255 = 66%
G 171 of 255 = 67%
B 143 of 255 = 56%

169
171
143

R + G + B ~ 63%. #A9AB8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 171 + 143 = 483 (100%)
R 169 of 483 ~ 34.99%
G 171 of 483 ~ 35.4%
B 143 of 483 ~ 29.61%

%34.99
%35.4
%29.61

CMYK color model

#A9AB8F color CMYK value is (1,0,16,33).

  • cyan value is 1.17%
  • magenta value is 0.00%
  • yellow value is 16.37%
  • key color value is 32.94%
CMYK:
(1,0,16,33)
C1M0Y16K33 
(1%,0%,16%,33%)
(0.01/0.00/0.16/0.33)	

CMYK percentages

%1.17
%0
%16.37
%32.94

Codes

Color #A9AB8F in popluar color models

A9AB8F
RGB169171143
HSL64°14.29%61.57%
HSB/HSV64°16.37%67.06%
CMYK1.17%0.00%16.37%
32.94%

Color #A9AB8F in popluar number systems.

HEXA9AB8F
Decimal169171143
Binary101010011010101110001111
Octal251253217

Shades and tints

Shades of #A9AB8F

#A9AB8F
(169,171,143)
#9A9C82
(154,156,130)
#8B8D75
(139,141,117)
#7C7E68
(124,126,104)
#6D6F5B
(109,111,91)
#5E604E
(94,96,78)
#4F5141
(79,81,65)
#404234
(64,66,52)
#313327
(49,51,39)
#22241A
(34,36,26)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #A9AB8F

#A9AB8F
(169,171,143)
#B0B299
(176,178,153)
#B7B9A3
(183,185,163)
#BEC0AD
(190,192,173)
#C5C7B7
(197,199,183)
#CCCEC1
(204,206,193)
#D3D5CB
(211,213,203)
#DADCD5
(218,220,213)
#E1E3DF
(225,227,223)
#E8EAE9
(232,234,233)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AB8F; }

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

This text font color is #A9AB8F.


Background Color

.myBgColor { background-color: #A9AB8F; }

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

This div background color is #A9AB8F.


Border color

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

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

This div border color is #A9AB8F.


Opacity

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

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

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

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

This text has shadow with #A9AB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AB8F on black background.


Color preview on white background

This text has color #A9AB8F on white background.



Black color preview on #A9AB8F background

This text has black color on #A9AB8F background.


White color preview on #A9AB8F background

This text has white color on #A9AB8F background.