COLOR #A6AB9A

HEX: #A6AB9A
RGB: (166,171,154)

Color info

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

RGB color model

#A6AB9A color RGB value is (166,171,154).

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

RGB channels and saturation

R 166 of 255 = 65%
G 171 of 255 = 67%
B 154 of 255 = 60%

166
171
154

R + G + B ~ 64%. #A6AB9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 171 + 154 = 491 (100%)
R 166 of 491 ~ 33.81%
G 171 of 491 ~ 34.83%
B 154 of 491 ~ 31.36%

%33.81
%34.83
%31.36

CMYK color model

#A6AB9A color CMYK value is (3,0,10,33).

  • cyan value is 2.92%
  • magenta value is 0.00%
  • yellow value is 9.94%
  • key color value is 32.94%
CMYK:
(3,0,10,33)
C3M0Y10K33 
(3%,0%,10%,33%)
(0.03/0.00/0.10/0.33)	

CMYK percentages

%2.92
%0
%9.94
%32.94

Codes

Color #A6AB9A in popluar color models

A6AB9A
RGB166171154
HSL78°9.19%63.73%
HSB/HSV78°9.94%67.06%
CMYK2.92%0.00%9.94%
32.94%

Color #A6AB9A in popluar number systems.

HEXA6AB9A
Decimal166171154
Binary101001101010101110011010
Octal246253232

Shades and tints

Shades of #A6AB9A

#A6AB9A
(166,171,154)
#979C8C
(151,156,140)
#888D7E
(136,141,126)
#797E70
(121,126,112)
#6A6F62
(106,111,98)
#5B6054
(91,96,84)
#4C5146
(76,81,70)
#3D4238
(61,66,56)
#2E332A
(46,51,42)
#1F241C
(31,36,28)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #A6AB9A

#A6AB9A
(166,171,154)
#AEB2A3
(174,178,163)
#B6B9AC
(182,185,172)
#BEC0B5
(190,192,181)
#C6C7BE
(198,199,190)
#CECEC7
(206,206,199)
#D6D5D0
(214,213,208)
#DEDCD9
(222,220,217)
#E6E3E2
(230,227,226)
#EEEAEB
(238,234,235)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AB9A; }

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

This text font color is #A6AB9A.


Background Color

.myBgColor { background-color: #A6AB9A; }

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

This div background color is #A6AB9A.


Border color

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

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

This div border color is #A6AB9A.


Opacity

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

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

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

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

This text has shadow with #A6AB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AB9A on black background.


Color preview on white background

This text has color #A6AB9A on white background.



Black color preview on #A6AB9A background

This text has black color on #A6AB9A background.


White color preview on #A6AB9A background

This text has white color on #A6AB9A background.