COLOR #A6AA8C

HEX: #A6AA8C RGB: (166,170,140)

Color info

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

RGB color model

#A6AA8C color RGB value is (166,170,140).

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

RGB channels and saturation

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

166
170
140

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

Portions of RGB colors in percentages

R + G + B = 166 + 170 + 140 = 476 (100%)
R 166 of 476 ~ 34.87%
G 170 of 476 ~ 35.71%
B 140 of 476 ~ 29.41'%

%34.87
%35.71
%29.41

CMYK color model

#A6AA8C color CMYK value is (2,0,18,33).

  • cyan value is 2.35%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 33.33%

CMYK: (2,0,18,33)
C2M0Y18K33 (2%, 0%, 18%, 33%)
(0.02 / 0.00 / 0.18 / 0.33)

CMYK percentages

%2.35
%0
%17.65
%33.33

Codes

Color #A6AA8C in popluar color models

A6 AA 8C
RGB 166 170 140
HSL 68° 15.00% 60.78%
HSB/HSV 68° 17.65% 66.67%
CMYK 2.35% 0.00% 17.65%
33.33%

Color #A6AA8C in popluar number systems.

HEX A6 AA 8C
Decimal 166 170 140
Binary 10100110 10101010 10001100
Octal 246 252 214

Shades and tints

Shades of #A6AA8C

#A6AA8C
(166,170,140)
#979B80
(151,155,128)
#888C74
(136,140,116)
#797D68
(121,125,104)
#6A6E5C
(106,110,92)
#5B5F50
(91,95,80)
#4C5044
(76,80,68)
#3D4138
(61,65,56)
#2E322C
(46,50,44)
#1F2320
(31,35,32)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #A6AA8C

#A6AA8C
(166,170,140)
#AEB196
(174,177,150)
#B6B8A0
(182,184,160)
#BEBFAA
(190,191,170)
#C6C6B4
(198,198,180)
#CECDBE
(206,205,190)
#D6D4C8
(214,212,200)
#DEDBD2
(222,219,210)
#E6E2DC
(230,226,220)
#EEE9E6
(238,233,230)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AA8C; }

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

This text font color is #A6AA8C.

Background Color

.myBgColor { background-color: #A6AA8C; }

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

This div background color is #A6AA8C.

Border color

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

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

This div border color is #A6AA8C.

Opacity

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

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

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

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

This text has shadow with #A6AA8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AA8C.

Preview

Color preview on black background

This text has color #A6AA8C on black background.


Color preview on white background

This text has color #A6AA8C on white background.


Black color preview on #A6AA8C background

This text has black color on #A6AA8C background.


White color preview on #A6AA8C background

This text has white color on #A6AA8C background.


Related colors

Complementary color

Complementary color for #hex is #595573.


I love getcolorcode.com

Triadic colors

1 #8CA6AA and #AA8CA6 with #A6AA8C are triadic colors.

2 #8CAAA6 and #AAA68C with #A6AA8C are triadic colors.