COLOR #A6A699

HEX: #A6A699
RGB: (166,166,153)

Color info

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

RGB color model

#A6A699 color RGB value is (166,166,153).

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

RGB channels and saturation

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

166
166
153

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

Portions of RGB colors in percentages

R + G + B =
166 + 166 + 153 = 485 (100%)
R 166 of 485 ~ 34.23%
G 166 of 485 ~ 34.23%
B 153 of 485 ~ 31.55%

%34.23
%34.23
%31.55

CMYK color model

#A6A699 color CMYK value is (0,0,8,35).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 34.90%
CMYK:
(0,0,8,35)
C0M0Y8K35 
(0%,0%,8%,35%)
(0.00/0.00/0.08/0.35)	

CMYK percentages

%0
%0
%7.83
%34.9

Codes

Color #A6A699 in popluar color models

A6A699
RGB166166153
HSL60°6.81%62.55%
HSB/HSV60°7.83%65.10%
CMYK0.00%0.00%7.83%
34.90%

Color #A6A699 in popluar number systems.

HEXA6A699
Decimal166166153
Binary101001101010011010011001
Octal246246231

Shades and tints

Shades of #A6A699

#A6A699
(166,166,153)
#97978C
(151,151,140)
#88887F
(136,136,127)
#797972
(121,121,114)
#6A6A65
(106,106,101)
#5B5B58
(91,91,88)
#4C4C4B
(76,76,75)
#3D3D3E
(61,61,62)
#2E2E31
(46,46,49)
#1F1F24
(31,31,36)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #A6A699

#A6A699
(166,166,153)
#AEAEA2
(174,174,162)
#B6B6AB
(182,182,171)
#BEBEB4
(190,190,180)
#C6C6BD
(198,198,189)
#CECEC6
(206,206,198)
#D6D6CF
(214,214,207)
#DEDED8
(222,222,216)
#E6E6E1
(230,230,225)
#EEEEEA
(238,238,234)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A699; }

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

This text font color is #A6A699.


Background Color

.myBgColor { background-color: #A6A699; }

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

This div background color is #A6A699.


Border color

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

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

This div border color is #A6A699.


Opacity

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

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

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

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

This text has shadow with #A6A699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A699 on black background.


Color preview on white background

This text has color #A6A699 on white background.



Black color preview on #A6A699 background

This text has black color on #A6A699 background.


White color preview on #A6A699 background

This text has white color on #A6A699 background.