COLOR #A6A895

HEX: #A6A895
RGB: (166,168,149)

Color info

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

RGB color model

#A6A895 color RGB value is (166,168,149).

  • red value is 166;
  • green value is 168;
  • blue value is 149.
RGB:
(166,168,149)
(65%,66%,58%)

RGB channels and saturation

R 166 of 255 = 65%
G 168 of 255 = 66%
B 149 of 255 = 58%

166
168
149

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

Portions of RGB colors in percentages

R + G + B =
166 + 168 + 149 = 483 (100%)
R 166 of 483 ~ 34.37%
G 168 of 483 ~ 34.78%
B 149 of 483 ~ 30.85%

%34.37
%34.78
%30.85

CMYK color model

#A6A895 color CMYK value is (1,0,11,34).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 11.31%
  • key color value is 34.12%
CMYK:
(1,0,11,34)
C1M0Y11K34 
(1%,0%,11%,34%)
(0.01/0.00/0.11/0.34)	

CMYK percentages

%1.19
%0
%11.31
%34.12

Codes

Color #A6A895 in popluar color models

A6A895
RGB166168149
HSL66°9.84%62.16%
HSB/HSV66°11.31%65.88%
CMYK1.19%0.00%11.31%
34.12%

Color #A6A895 in popluar number systems.

HEXA6A895
Decimal166168149
Binary101001101010100010010101
Octal246250225

Shades and tints

Shades of #A6A895

#A6A895
(166,168,149)
#979988
(151,153,136)
#888A7B
(136,138,123)
#797B6E
(121,123,110)
#6A6C61
(106,108,97)
#5B5D54
(91,93,84)
#4C4E47
(76,78,71)
#3D3F3A
(61,63,58)
#2E302D
(46,48,45)
#1F2120
(31,33,32)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #A6A895

#A6A895
(166,168,149)
#AEAF9E
(174,175,158)
#B6B6A7
(182,182,167)
#BEBDB0
(190,189,176)
#C6C4B9
(198,196,185)
#CECBC2
(206,203,194)
#D6D2CB
(214,210,203)
#DED9D4
(222,217,212)
#E6E0DD
(230,224,221)
#EEE7E6
(238,231,230)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A895 color. Also use rgb(166,168,149) instead hex code.

Text Font Color

.myTextColor { color: #A6A895; }

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

This text font color is #A6A895.


Background Color

.myBgColor { background-color: #A6A895; }

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

This div background color is #A6A895.


Border color

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

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

This div border color is #A6A895.


Opacity

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

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

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

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

This text has shadow with #A6A895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A895 on black background.


Color preview on white background

This text has color #A6A895 on white background.



Black color preview on #A6A895 background

This text has black color on #A6A895 background.


White color preview on #A6A895 background

This text has white color on #A6A895 background.