COLOR #A6A99C

HEX: #A6A99C RGB: (166,169,156)

Color info

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

RGB color model

#A6A99C color RGB value is (166,169,156).

RGB: (166,169,156) (65%, 66%, 61%)

RGB channels and saturation

R 166 of 255 = 65%
G 169 of 255 = 66%
B 156 of 255 = 61%

166
169
156

R + G + B ~ 64%. #A6A99C is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 169 + 156 = 491 (100%)
R 166 of 491 ~ 33.81%
G 169 of 491 ~ 34.42%
B 156 of 491 ~ 31.77'%

%33.81
%34.42
%31.77

CMYK color model

#A6A99C color CMYK value is (2,0,8,34).

  • cyan value is 1.78%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 33.73%
CMYK: (2,0,8,34) C2M0Y8K34 (2%,0%,8%,34%) (0.02/0.00/0.08/0.34) 

CMYK percentages

%1.78
%0
%7.69
%33.73

Codes

Color #A6A99C in popluar color models

A6 A9 9C
RGB 166 169 156
HSL 74° 7.03% 63.73%
HSB/HSV 74° 7.69% 66.27%
CMYK 1.78% 0.00% 7.69%
33.73%

Color #A6A99C in popluar number systems.

HEX A6 A9 9C
Decimal 166 169 156
Binary 10100110 10101001 10011100
Octal 246 251 234

Shades and tints

Shades of #A6A99C

#A6A99C
(166,169,156)
#979A8E
(151,154,142)
#888B80
(136,139,128)
#797C72
(121,124,114)
#6A6D64
(106,109,100)
#5B5E56
(91,94,86)
#4C4F48
(76,79,72)
#3D403A
(61,64,58)
#2E312C
(46,49,44)
#1F221E
(31,34,30)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #A6A99C

#A6A99C
(166,169,156)
#AEB0A5
(174,176,165)
#B6B7AE
(182,183,174)
#BEBEB7
(190,190,183)
#C6C5C0
(198,197,192)
#CECCC9
(206,204,201)
#D6D3D2
(214,211,210)
#DEDADB
(222,218,219)
#E6E1E4
(230,225,228)
#EEE8ED
(238,232,237)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A99C color. Also use rgb(166,169,156) instead hex code.

Text Font Color

.myTextColor { color: #A6A99C; }

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

This text font color is #A6A99C.

Background Color

.myBgColor { background-color: #A6A99C; }

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

This div background color is #A6A99C.

Border color

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

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

This div border color is #A6A99C.

Opacity

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

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

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

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

This text has shadow with #A6A99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A99C.

Preview

Color preview on black background

This text has color #A6A99C on black background.


Color preview on white background

This text has color #A6A99C on white background.


Black color preview on #A6A99C background

This text has black color on #A6A99C background.


White color preview on #A6A99C background

This text has white color on #A6A99C background.


Related colors

Complementary color

Complementary color for #hex is #595663.


I love getcolorcode.com

Triadic colors

1 #9CA6A9 and #A99CA6 with #A6A99C are triadic colors.

2 #9CA9A6 and #A9A69C with #A6A99C are triadic colors.