COLOR #A6AB8C

HEX: #A6AB8C RGB: (166,171,140)

Color info

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

RGB color model

#A6AB8C color RGB value is (166,171,140).

RGB: (166,171,140) (65%, 67%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 171 of 255 = 67%
B 140 of 255 = 55%

166
171
140

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

Portions of RGB colors in percentages

R + G + B = 166 + 171 + 140 = 477 (100%)
R 166 of 477 ~ 34.8%
G 171 of 477 ~ 35.85%
B 140 of 477 ~ 29.35'%

%34.8
%35.85
%29.35

CMYK color model

#A6AB8C color CMYK value is (3,0,18,33).

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

CMYK: (3,0,18,33)
C3M0Y18K33 (3%, 0%, 18%, 33%)
(0.03 / 0.00 / 0.18 / 0.33)

CMYK percentages

%2.92
%0
%18.13
%32.94

Codes

Color #A6AB8C in popluar color models

A6 AB 8C
RGB 166 171 140
HSL 70° 15.58% 60.98%
HSB/HSV 70° 18.13% 67.06%
CMYK 2.92% 0.00% 18.13%
32.94%

Color #A6AB8C in popluar number systems.

HEX A6 AB 8C
Decimal 166 171 140
Binary 10100110 10101011 10001100
Octal 246 253 214

Shades and tints

Shades of #A6AB8C

#A6AB8C
(166,171,140)
#979C80
(151,156,128)
#888D74
(136,141,116)
#797E68
(121,126,104)
#6A6F5C
(106,111,92)
#5B6050
(91,96,80)
#4C5144
(76,81,68)
#3D4238
(61,66,56)
#2E332C
(46,51,44)
#1F2420
(31,36,32)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #A6AB8C

#A6AB8C
(166,171,140)
#AEB296
(174,178,150)
#B6B9A0
(182,185,160)
#BEC0AA
(190,192,170)
#C6C7B4
(198,199,180)
#CECEBE
(206,206,190)
#D6D5C8
(214,213,200)
#DEDCD2
(222,220,210)
#E6E3DC
(230,227,220)
#EEEAE6
(238,234,230)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AB8C; }

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

This text font color is #A6AB8C.

Background Color

.myBgColor { background-color: #A6AB8C; }

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

This div background color is #A6AB8C.

Border color

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

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

This div border color is #A6AB8C.

Opacity

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

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

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

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

This text has shadow with #A6AB8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AB8C.

Preview

Color preview on black background

This text has color #A6AB8C on black background.


Color preview on white background

This text has color #A6AB8C on white background.


Black color preview on #A6AB8C background

This text has black color on #A6AB8C background.


White color preview on #A6AB8C background

This text has white color on #A6AB8C background.


Related colors

Complementary color

Complementary color for #hex is #595473.


I love getcolorcode.com

Triadic colors

1 #8CA6AB and #AB8CA6 with #A6AB8C are triadic colors.

2 #8CABA6 and #ABA68C with #A6AB8C are triadic colors.