COLOR #A6A497

HEX: #A6A497
RGB: (166,164,151)

Color info

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

RGB color model

#A6A497 color RGB value is (166,164,151).

  • red value is 166;
  • green value is 164;
  • blue value is 151.
RGB:
(166,164,151)
(65%,64%,59%)

RGB channels and saturation

R 166 of 255 = 65%
G 164 of 255 = 64%
B 151 of 255 = 59%

166
164
151

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

Portions of RGB colors in percentages

R + G + B =
166 + 164 + 151 = 481 (100%)
R 166 of 481 ~ 34.51%
G 164 of 481 ~ 34.1%
B 151 of 481 ~ 31.39%

%34.51
%34.1
%31.39

CMYK color model

#A6A497 color CMYK value is (0,1,9,35).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 9.04%
  • key color value is 34.90%
CMYK:
(0,1,9,35)
C0M1Y9K35 
(0%,1%,9%,35%)
(0.00/0.01/0.09/0.35)	

CMYK percentages

%0
%1.2
%9.04
%34.9

Codes

Color #A6A497 in popluar color models

A6A497
RGB166164151
HSL52°7.77%62.16%
HSB/HSV52°9.04%65.10%
CMYK0.00%1.20%9.04%
34.90%

Color #A6A497 in popluar number systems.

HEXA6A497
Decimal166164151
Binary101001101010010010010111
Octal246244227

Shades and tints

Shades of #A6A497

#A6A497
(166,164,151)
#97968A
(151,150,138)
#88887D
(136,136,125)
#797A70
(121,122,112)
#6A6C63
(106,108,99)
#5B5E56
(91,94,86)
#4C5049
(76,80,73)
#3D423C
(61,66,60)
#2E342F
(46,52,47)
#1F2622
(31,38,34)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #A6A497

#A6A497
(166,164,151)
#AEACA0
(174,172,160)
#B6B4A9
(182,180,169)
#BEBCB2
(190,188,178)
#C6C4BB
(198,196,187)
#CECCC4
(206,204,196)
#D6D4CD
(214,212,205)
#DEDCD6
(222,220,214)
#E6E4DF
(230,228,223)
#EEECE8
(238,236,232)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A497 color. Also use rgb(166,164,151) instead hex code.

Text Font Color

.myTextColor { color: #A6A497; }

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

This text font color is #A6A497.


Background Color

.myBgColor { background-color: #A6A497; }

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

This div background color is #A6A497.


Border color

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

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

This div border color is #A6A497.


Opacity

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

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

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

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

This text has shadow with #A6A497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A497 on black background.


Color preview on white background

This text has color #A6A497 on white background.



Black color preview on #A6A497 background

This text has black color on #A6A497 background.


White color preview on #A6A497 background

This text has white color on #A6A497 background.