COLOR #A6AB89

HEX: #A6AB89
RGB: (166,171,137)

Color info

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

RGB color model

#A6AB89 color RGB value is (166,171,137).

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

RGB channels and saturation

R 166 of 255 = 65%
G 171 of 255 = 67%
B 137 of 255 = 54%

166
171
137

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

Portions of RGB colors in percentages

R + G + B =
166 + 171 + 137 = 474 (100%)
R 166 of 474 ~ 35.02%
G 171 of 474 ~ 36.08%
B 137 of 474 ~ 28.9%

%35.02
%36.08
%28.9

CMYK color model

#A6AB89 color CMYK value is (3,0,20,33).

  • cyan value is 2.92%
  • magenta value is 0.00%
  • yellow value is 19.88%
  • key color value is 32.94%
CMYK:
(3,0,20,33)
C3M0Y20K33 
(3%,0%,20%,33%)
(0.03/0.00/0.20/0.33)	

CMYK percentages

%2.92
%0
%19.88
%32.94

Codes

Color #A6AB89 in popluar color models

A6AB89
RGB166171137
HSL69°16.83%60.39%
HSB/HSV69°19.88%67.06%
CMYK2.92%0.00%19.88%
32.94%

Color #A6AB89 in popluar number systems.

HEXA6AB89
Decimal166171137
Binary101001101010101110001001
Octal246253211

Shades and tints

Shades of #A6AB89

#A6AB89
(166,171,137)
#979C7D
(151,156,125)
#888D71
(136,141,113)
#797E65
(121,126,101)
#6A6F59
(106,111,89)
#5B604D
(91,96,77)
#4C5141
(76,81,65)
#3D4235
(61,66,53)
#2E3329
(46,51,41)
#1F241D
(31,36,29)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #A6AB89

#A6AB89
(166,171,137)
#AEB293
(174,178,147)
#B6B99D
(182,185,157)
#BEC0A7
(190,192,167)
#C6C7B1
(198,199,177)
#CECEBB
(206,206,187)
#D6D5C5
(214,213,197)
#DEDCCF
(222,220,207)
#E6E3D9
(230,227,217)
#EEEAE3
(238,234,227)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AB89; }

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

This text font color is #A6AB89.


Background Color

.myBgColor { background-color: #A6AB89; }

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

This div background color is #A6AB89.


Border color

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

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

This div border color is #A6AB89.


Opacity

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

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

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

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

This text has shadow with #A6AB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AB89 on black background.


Color preview on white background

This text has color #A6AB89 on white background.



Black color preview on #A6AB89 background

This text has black color on #A6AB89 background.


White color preview on #A6AB89 background

This text has white color on #A6AB89 background.