COLOR #A6AB86

HEX: #A6AB86
RGB: (166,171,134)

Color info

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

RGB color model

#A6AB86 color RGB value is (166,171,134).

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

RGB channels and saturation

R 166 of 255 = 65%
G 171 of 255 = 67%
B 134 of 255 = 53%

166
171
134

R + G + B ~ 62%. #A6AB86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 171 + 134 = 471 (100%)
R 166 of 471 ~ 35.24%
G 171 of 471 ~ 36.31%
B 134 of 471 ~ 28.45%

%35.24
%36.31
%28.45

CMYK color model

#A6AB86 color CMYK value is (3,0,22,33).

  • cyan value is 2.92%
  • magenta value is 0.00%
  • yellow value is 21.64%
  • key color value is 32.94%
CMYK:
(3,0,22,33)
C3M0Y22K33 
(3%,0%,22%,33%)
(0.03/0.00/0.22/0.33)	

CMYK percentages

%2.92
%0
%21.64
%32.94

Codes

Color #A6AB86 in popluar color models

A6AB86
RGB166171134
HSL68°18.05%59.80%
HSB/HSV68°21.64%67.06%
CMYK2.92%0.00%21.64%
32.94%

Color #A6AB86 in popluar number systems.

HEXA6AB86
Decimal166171134
Binary101001101010101110000110
Octal246253206

Shades and tints

Shades of #A6AB86

#A6AB86
(166,171,134)
#979C7A
(151,156,122)
#888D6E
(136,141,110)
#797E62
(121,126,98)
#6A6F56
(106,111,86)
#5B604A
(91,96,74)
#4C513E
(76,81,62)
#3D4232
(61,66,50)
#2E3326
(46,51,38)
#1F241A
(31,36,26)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #A6AB86

#A6AB86
(166,171,134)
#AEB291
(174,178,145)
#B6B99C
(182,185,156)
#BEC0A7
(190,192,167)
#C6C7B2
(198,199,178)
#CECEBD
(206,206,189)
#D6D5C8
(214,213,200)
#DEDCD3
(222,220,211)
#E6E3DE
(230,227,222)
#EEEAE9
(238,234,233)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AB86; }

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

This text font color is #A6AB86.


Background Color

.myBgColor { background-color: #A6AB86; }

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

This div background color is #A6AB86.


Border color

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

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

This div border color is #A6AB86.


Opacity

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

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

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

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

This text has shadow with #A6AB86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AB86 on black background.


Color preview on white background

This text has color #A6AB86 on white background.



Black color preview on #A6AB86 background

This text has black color on #A6AB86 background.


White color preview on #A6AB86 background

This text has white color on #A6AB86 background.