COLOR #A6A59A

HEX: #A6A59A
RGB: (166,165,154)

Color info

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

RGB color model

#A6A59A color RGB value is (166,165,154).

  • red value is 166;
  • green value is 165;
  • blue value is 154.
RGB:
(166,165,154)
(65%,65%,60%)

RGB channels and saturation

R 166 of 255 = 65%
G 165 of 255 = 65%
B 154 of 255 = 60%

166
165
154

R + G + B ~ 63%. #A6A59A is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 165 + 154 = 485 (100%)
R 166 of 485 ~ 34.23%
G 165 of 485 ~ 34.02%
B 154 of 485 ~ 31.75%

%34.23
%34.02
%31.75

CMYK color model

#A6A59A color CMYK value is (0,1,7,35).

  • cyan value is 0.00%
  • magenta value is 0.60%
  • yellow value is 7.23%
  • key color value is 34.90%
CMYK:
(0,1,7,35)
C0M1Y7K35 
(0%,1%,7%,35%)
(0.00/0.01/0.07/0.35)	

CMYK percentages

%0
%0.6
%7.23
%34.9

Codes

Color #A6A59A in popluar color models

A6A59A
RGB166165154
HSL55°6.32%62.75%
HSB/HSV55°7.23%65.10%
CMYK0.00%0.60%7.23%
34.90%

Color #A6A59A in popluar number systems.

HEXA6A59A
Decimal166165154
Binary101001101010010110011010
Octal246245232

Shades and tints

Shades of #A6A59A

#A6A59A
(166,165,154)
#97968C
(151,150,140)
#88877E
(136,135,126)
#797870
(121,120,112)
#6A6962
(106,105,98)
#5B5A54
(91,90,84)
#4C4B46
(76,75,70)
#3D3C38
(61,60,56)
#2E2D2A
(46,45,42)
#1F1E1C
(31,30,28)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #A6A59A

#A6A59A
(166,165,154)
#AEADA3
(174,173,163)
#B6B5AC
(182,181,172)
#BEBDB5
(190,189,181)
#C6C5BE
(198,197,190)
#CECDC7
(206,205,199)
#D6D5D0
(214,213,208)
#DEDDD9
(222,221,217)
#E6E5E2
(230,229,226)
#EEEDEB
(238,237,235)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A59A color. Also use rgb(166,165,154) instead hex code.

Text Font Color

.myTextColor { color: #A6A59A; }

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

This text font color is #A6A59A.


Background Color

.myBgColor { background-color: #A6A59A; }

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

This div background color is #A6A59A.


Border color

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

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

This div border color is #A6A59A.


Opacity

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

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

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

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

This text has shadow with #A6A59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A59A on black background.


Color preview on white background

This text has color #A6A59A on white background.



Black color preview on #A6A59A background

This text has black color on #A6A59A background.


White color preview on #A6A59A background

This text has white color on #A6A59A background.