COLOR #A6A899

HEX: #A6A899
RGB: (166,168,153)

Color info

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

RGB color model

#A6A899 color RGB value is (166,168,153).

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

RGB channels and saturation

R 166 of 255 = 65%
G 168 of 255 = 66%
B 153 of 255 = 60%

166
168
153

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

Portions of RGB colors in percentages

R + G + B =
166 + 168 + 153 = 487 (100%)
R 166 of 487 ~ 34.09%
G 168 of 487 ~ 34.5%
B 153 of 487 ~ 31.42%

%34.09
%34.5
%31.42

CMYK color model

#A6A899 color CMYK value is (1,0,9,34).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 8.93%
  • key color value is 34.12%
CMYK:
(1,0,9,34)
C1M0Y9K34 
(1%,0%,9%,34%)
(0.01/0.00/0.09/0.34)	

CMYK percentages

%1.19
%0
%8.93
%34.12

Codes

Color #A6A899 in popluar color models

A6A899
RGB166168153
HSL68°7.94%62.94%
HSB/HSV68°8.93%65.88%
CMYK1.19%0.00%8.93%
34.12%

Color #A6A899 in popluar number systems.

HEXA6A899
Decimal166168153
Binary101001101010100010011001
Octal246250231

Shades and tints

Shades of #A6A899

#A6A899
(166,168,153)
#97998C
(151,153,140)
#888A7F
(136,138,127)
#797B72
(121,123,114)
#6A6C65
(106,108,101)
#5B5D58
(91,93,88)
#4C4E4B
(76,78,75)
#3D3F3E
(61,63,62)
#2E3031
(46,48,49)
#1F2124
(31,33,36)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #A6A899

#A6A899
(166,168,153)
#AEAFA2
(174,175,162)
#B6B6AB
(182,182,171)
#BEBDB4
(190,189,180)
#C6C4BD
(198,196,189)
#CECBC6
(206,203,198)
#D6D2CF
(214,210,207)
#DED9D8
(222,217,216)
#E6E0E1
(230,224,225)
#EEE7EA
(238,231,234)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A899; }

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

This text font color is #A6A899.


Background Color

.myBgColor { background-color: #A6A899; }

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

This div background color is #A6A899.


Border color

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

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

This div border color is #A6A899.


Opacity

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

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

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

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

This text has shadow with #A6A899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A899 on black background.


Color preview on white background

This text has color #A6A899 on white background.



Black color preview on #A6A899 background

This text has black color on #A6A899 background.


White color preview on #A6A899 background

This text has white color on #A6A899 background.