COLOR #A9ABA6

HEX: #A9ABA6
RGB: (169,171,166)

Color info

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

RGB color model

#A9ABA6 color RGB value is (169,171,166).

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

RGB channels and saturation

R 169 of 255 = 66%
G 171 of 255 = 67%
B 166 of 255 = 65%

169
171
166

R + G + B ~ 66%. #A9ABA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 171 + 166 = 506 (100%)
R 169 of 506 ~ 33.4%
G 171 of 506 ~ 33.79%
B 166 of 506 ~ 32.81%

%33.4
%33.79
%32.81

CMYK color model

#A9ABA6 color CMYK value is (1,0,3,33).

  • cyan value is 1.17%
  • magenta value is 0.00%
  • yellow value is 2.92%
  • key color value is 32.94%
CMYK:
(1,0,3,33)
C1M0Y3K33 
(1%,0%,3%,33%)
(0.01/0.00/0.03/0.33)	

CMYK percentages

%1.17
%0
%2.92
%32.94

Codes

Color #A9ABA6 in popluar color models

A9ABA6
RGB169171166
HSL84°2.89%66.08%
HSB/HSV84°2.92%67.06%
CMYK1.17%0.00%2.92%
32.94%

Color #A9ABA6 in popluar number systems.

HEXA9ABA6
Decimal169171166
Binary101010011010101110100110
Octal251253246

Shades and tints

Shades of #A9ABA6

#A9ABA6
(169,171,166)
#9A9C97
(154,156,151)
#8B8D88
(139,141,136)
#7C7E79
(124,126,121)
#6D6F6A
(109,111,106)
#5E605B
(94,96,91)
#4F514C
(79,81,76)
#40423D
(64,66,61)
#31332E
(49,51,46)
#22241F
(34,36,31)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #A9ABA6

#A9ABA6
(169,171,166)
#B0B2AE
(176,178,174)
#B7B9B6
(183,185,182)
#BEC0BE
(190,192,190)
#C5C7C6
(197,199,198)
#CCCECE
(204,206,206)
#D3D5D6
(211,213,214)
#DADCDE
(218,220,222)
#E1E3E6
(225,227,230)
#E8EAEE
(232,234,238)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ABA6; }

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

This text font color is #A9ABA6.


Background Color

.myBgColor { background-color: #A9ABA6; }

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

This div background color is #A9ABA6.


Border color

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

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

This div border color is #A9ABA6.


Opacity

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

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

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

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

This text has shadow with #A9ABA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9ABA6 on black background.


Color preview on white background

This text has color #A9ABA6 on white background.



Black color preview on #A9ABA6 background

This text has black color on #A9ABA6 background.


White color preview on #A9ABA6 background

This text has white color on #A9ABA6 background.