COLOR #A6A99E

HEX: #A6A99E RGB: (166,169,158)

Color info

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

RGB color model

#A6A99E color RGB value is (166,169,158).

RGB: (166,169,158) (65%, 66%, 62%)

RGB channels and saturation

R 166 of 255 = 65%
G 169 of 255 = 66%
B 158 of 255 = 62%

166
169
158

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

Portions of RGB colors in percentages

R + G + B = 166 + 169 + 158 = 493 (100%)
R 166 of 493 ~ 33.67%
G 169 of 493 ~ 34.28%
B 158 of 493 ~ 32.05'%

%33.67
%34.28
%32.05

CMYK color model

#A6A99E color CMYK value is (2,0,7,34).

  • cyan value is 1.78%
  • magenta value is 0.00%
  • yellow value is 6.51%
  • key color value is 33.73%

CMYK: (2,0,7,34)
C2M0Y7K34 (2%, 0%, 7%, 34%)
(0.02 / 0.00 / 0.07 / 0.34)

CMYK percentages

%1.78
%0
%6.51
%33.73

Codes

Color #A6A99E in popluar color models

A6 A9 9E
RGB 166 169 158
HSL 76° 6.01% 64.12%
HSB/HSV 76° 6.51% 66.27%
CMYK 1.78% 0.00% 6.51%
33.73%

Color #A6A99E in popluar number systems.

HEX A6 A9 9E
Decimal 166 169 158
Binary 10100110 10101001 10011110
Octal 246 251 236

Shades and tints

Shades of #A6A99E

#A6A99E
(166,169,158)
#979A90
(151,154,144)
#888B82
(136,139,130)
#797C74
(121,124,116)
#6A6D66
(106,109,102)
#5B5E58
(91,94,88)
#4C4F4A
(76,79,74)
#3D403C
(61,64,60)
#2E312E
(46,49,46)
#1F2220
(31,34,32)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #A6A99E

#A6A99E
(166,169,158)
#AEB0A6
(174,176,166)
#B6B7AE
(182,183,174)
#BEBEB6
(190,190,182)
#C6C5BE
(198,197,190)
#CECCC6
(206,204,198)
#D6D3CE
(214,211,206)
#DEDAD6
(222,218,214)
#E6E1DE
(230,225,222)
#EEE8E6
(238,232,230)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A99E; }

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

This text font color is #A6A99E.

Background Color

.myBgColor { background-color: #A6A99E; }

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

This div background color is #A6A99E.

Border color

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

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

This div border color is #A6A99E.

Opacity

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

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

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

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

This text has shadow with #A6A99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A99E.

Preview

Color preview on black background

This text has color #A6A99E on black background.


Color preview on white background

This text has color #A6A99E on white background.


Black color preview on #A6A99E background

This text has black color on #A6A99E background.


White color preview on #A6A99E background

This text has white color on #A6A99E background.


Related colors

Complementary color

Complementary color for #hex is #595661.


I love getcolorcode.com

Triadic colors

1 #9EA6A9 and #A99EA6 with #A6A99E are triadic colors.

2 #9EA9A6 and #A9A69E with #A6A99E are triadic colors.