COLOR #A6A59D

HEX: #A6A59D
RGB: (166,165,157)

Color info

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

RGB color model

#A6A59D color RGB value is (166,165,157).

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

RGB channels and saturation

R 166 of 255 = 65%
G 165 of 255 = 65%
B 157 of 255 = 62%

166
165
157

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

Portions of RGB colors in percentages

R + G + B =
166 + 165 + 157 = 488 (100%)
R 166 of 488 ~ 34.02%
G 165 of 488 ~ 33.81%
B 157 of 488 ~ 32.17%

%34.02
%33.81
%32.17

CMYK color model

#A6A59D color CMYK value is (0,1,5,35).

  • cyan value is 0.00%
  • magenta value is 0.60%
  • yellow value is 5.42%
  • key color value is 34.90%
CMYK:
(0,1,5,35)
C0M1Y5K35 
(0%,1%,5%,35%)
(0.00/0.01/0.05/0.35)	

CMYK percentages

%0
%0.6
%5.42
%34.9

Codes

Color #A6A59D in popluar color models

A6A59D
RGB166165157
HSL53°4.81%63.33%
HSB/HSV53°5.42%65.10%
CMYK0.00%0.60%5.42%
34.90%

Color #A6A59D in popluar number systems.

HEXA6A59D
Decimal166165157
Binary101001101010010110011101
Octal246245235

Shades and tints

Shades of #A6A59D

#A6A59D
(166,165,157)
#97968F
(151,150,143)
#888781
(136,135,129)
#797873
(121,120,115)
#6A6965
(106,105,101)
#5B5A57
(91,90,87)
#4C4B49
(76,75,73)
#3D3C3B
(61,60,59)
#2E2D2D
(46,45,45)
#1F1E1F
(31,30,31)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #A6A59D

#A6A59D
(166,165,157)
#AEADA5
(174,173,165)
#B6B5AD
(182,181,173)
#BEBDB5
(190,189,181)
#C6C5BD
(198,197,189)
#CECDC5
(206,205,197)
#D6D5CD
(214,213,205)
#DEDDD5
(222,221,213)
#E6E5DD
(230,229,221)
#EEEDE5
(238,237,229)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A59D; }

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

This text font color is #A6A59D.


Background Color

.myBgColor { background-color: #A6A59D; }

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

This div background color is #A6A59D.


Border color

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

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

This div border color is #A6A59D.


Opacity

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

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

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

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

This text has shadow with #A6A59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A59D on black background.


Color preview on white background

This text has color #A6A59D on white background.



Black color preview on #A6A59D background

This text has black color on #A6A59D background.


White color preview on #A6A59D background

This text has white color on #A6A59D background.