COLOR #A6AB9D

HEX: #A6AB9D RGB: (166,171,157)

Color info

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

RGB color model

#A6AB9D color RGB value is (166,171,157).

RGB: (166,171,157) (65%, 67%, 62%)

RGB channels and saturation

R 166 of 255 = 65%
G 171 of 255 = 67%
B 157 of 255 = 62%

166
171
157

R + G + B ~ 65%. #A6AB9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 171 + 157 = 494 (100%)
R 166 of 494 ~ 33.6%
G 171 of 494 ~ 34.62%
B 157 of 494 ~ 31.78'%

%33.6
%34.62
%31.78

CMYK color model

#A6AB9D color CMYK value is (3,0,8,33).

  • cyan value is 2.92%
  • magenta value is 0.00%
  • yellow value is 8.19%
  • key color value is 32.94%

CMYK: (3,0,8,33)
C3M0Y8K33 (3%, 0%, 8%, 33%)
(0.03 / 0.00 / 0.08 / 0.33)

CMYK percentages

%2.92
%0
%8.19
%32.94

Codes

Color #A6AB9D in popluar color models

A6 AB 9D
RGB 166 171 157
HSL 81° 7.69% 64.31%
HSB/HSV 81° 8.19% 67.06%
CMYK 2.92% 0.00% 8.19%
32.94%

Color #A6AB9D in popluar number systems.

HEX A6 AB 9D
Decimal 166 171 157
Binary 10100110 10101011 10011101
Octal 246 253 235

Shades and tints

Shades of #A6AB9D

#A6AB9D
(166,171,157)
#979C8F
(151,156,143)
#888D81
(136,141,129)
#797E73
(121,126,115)
#6A6F65
(106,111,101)
#5B6057
(91,96,87)
#4C5149
(76,81,73)
#3D423B
(61,66,59)
#2E332D
(46,51,45)
#1F241F
(31,36,31)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #A6AB9D

#A6AB9D
(166,171,157)
#AEB2A5
(174,178,165)
#B6B9AD
(182,185,173)
#BEC0B5
(190,192,181)
#C6C7BD
(198,199,189)
#CECEC5
(206,206,197)
#D6D5CD
(214,213,205)
#DEDCD5
(222,220,213)
#E6E3DD
(230,227,221)
#EEEAE5
(238,234,229)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AB9D; }

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

This text font color is #A6AB9D.

Background Color

.myBgColor { background-color: #A6AB9D; }

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

This div background color is #A6AB9D.

Border color

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

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

This div border color is #A6AB9D.

Opacity

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

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

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

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

This text has shadow with #A6AB9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AB9D.

Preview

Color preview on black background

This text has color #A6AB9D on black background.


Color preview on white background

This text has color #A6AB9D on white background.


Black color preview on #A6AB9D background

This text has black color on #A6AB9D background.


White color preview on #A6AB9D background

This text has white color on #A6AB9D background.


Related colors

Complementary color

Complementary color for #hex is #595462.


I love getcolorcode.com

Triadic colors

1 #9DA6AB and #AB9DA6 with #A6AB9D are triadic colors.

2 #9DABA6 and #ABA69D with #A6AB9D are triadic colors.