COLOR #A9AB8E

HEX: #A9AB8E
RGB: (169,171,142)

Color info

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

RGB color model

#A9AB8E color RGB value is (169,171,142).

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

RGB channels and saturation

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

169
171
142

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

Portions of RGB colors in percentages

R + G + B =
169 + 171 + 142 = 482 (100%)
R 169 of 482 ~ 35.06%
G 171 of 482 ~ 35.48%
B 142 of 482 ~ 29.46%

%35.06
%35.48
%29.46

CMYK color model

#A9AB8E color CMYK value is (1,0,17,33).

  • cyan value is 1.17%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 32.94%
CMYK:
(1,0,17,33)
C1M0Y17K33 
(1%,0%,17%,33%)
(0.01/0.00/0.17/0.33)	

CMYK percentages

%1.17
%0
%16.96
%32.94

Codes

Color #A9AB8E in popluar color models

A9AB8E
RGB169171142
HSL64°14.72%61.37%
HSB/HSV64°16.96%67.06%
CMYK1.17%0.00%16.96%
32.94%

Color #A9AB8E in popluar number systems.

HEXA9AB8E
Decimal169171142
Binary101010011010101110001110
Octal251253216

Shades and tints

Shades of #A9AB8E

#A9AB8E
(169,171,142)
#9A9C82
(154,156,130)
#8B8D76
(139,141,118)
#7C7E6A
(124,126,106)
#6D6F5E
(109,111,94)
#5E6052
(94,96,82)
#4F5146
(79,81,70)
#40423A
(64,66,58)
#31332E
(49,51,46)
#222422
(34,36,34)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #A9AB8E

#A9AB8E
(169,171,142)
#B0B298
(176,178,152)
#B7B9A2
(183,185,162)
#BEC0AC
(190,192,172)
#C5C7B6
(197,199,182)
#CCCEC0
(204,206,192)
#D3D5CA
(211,213,202)
#DADCD4
(218,220,212)
#E1E3DE
(225,227,222)
#E8EAE8
(232,234,232)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AB8E; }

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

This text font color is #A9AB8E.


Background Color

.myBgColor { background-color: #A9AB8E; }

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

This div background color is #A9AB8E.


Border color

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

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

This div border color is #A9AB8E.


Opacity

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

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

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

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

This text has shadow with #A9AB8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AB8E on black background.


Color preview on white background

This text has color #A9AB8E on white background.



Black color preview on #A9AB8E background

This text has black color on #A9AB8E background.


White color preview on #A9AB8E background

This text has white color on #A9AB8E background.