COLOR #A6A999

HEX: #A6A999 RGB: (166,169,153)

Color info

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

RGB color model

#A6A999 color RGB value is (166,169,153).

RGB: (166,169,153) (65%, 66%, 60%)

RGB channels and saturation

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

166
169
153

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

Portions of RGB colors in percentages

R + G + B = 166 + 169 + 153 = 488 (100%)
R 166 of 488 ~ 34.02%
G 169 of 488 ~ 34.63%
B 153 of 488 ~ 31.35'%

%34.02
%34.63
%31.35

CMYK color model

#A6A999 color CMYK value is (2,0,9,34).

  • cyan value is 1.78%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 33.73%

CMYK: (2,0,9,34)
C2M0Y9K34 (2%, 0%, 9%, 34%)
(0.02 / 0.00 / 0.09 / 0.34)

CMYK percentages

%1.78
%0
%9.47
%33.73

Codes

Color #A6A999 in popluar color models

A6 A9 99
RGB 166 169 153
HSL 71° 8.51% 63.14%
HSB/HSV 71° 9.47% 66.27%
CMYK 1.78% 0.00% 9.47%
33.73%

Color #A6A999 in popluar number systems.

HEX A6 A9 99
Decimal 166 169 153
Binary 10100110 10101001 10011001
Octal 246 251 231

Shades and tints

Shades of #A6A999

#A6A999
(166,169,153)
#979A8C
(151,154,140)
#888B7F
(136,139,127)
#797C72
(121,124,114)
#6A6D65
(106,109,101)
#5B5E58
(91,94,88)
#4C4F4B
(76,79,75)
#3D403E
(61,64,62)
#2E3131
(46,49,49)
#1F2224
(31,34,36)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #A6A999

#A6A999
(166,169,153)
#AEB0A2
(174,176,162)
#B6B7AB
(182,183,171)
#BEBEB4
(190,190,180)
#C6C5BD
(198,197,189)
#CECCC6
(206,204,198)
#D6D3CF
(214,211,207)
#DEDAD8
(222,218,216)
#E6E1E1
(230,225,225)
#EEE8EA
(238,232,234)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A999; }

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

This text font color is #A6A999.

Background Color

.myBgColor { background-color: #A6A999; }

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

This div background color is #A6A999.

Border color

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

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

This div border color is #A6A999.

Opacity

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

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

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

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

This text has shadow with #A6A999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A999.

Preview

Color preview on black background

This text has color #A6A999 on black background.


Color preview on white background

This text has color #A6A999 on white background.


Black color preview on #A6A999 background

This text has black color on #A6A999 background.


White color preview on #A6A999 background

This text has white color on #A6A999 background.


Related colors

Complementary color

Complementary color for #hex is #595666.


I love getcolorcode.com

Triadic colors

1 #99A6A9 and #A999A6 with #A6A999 are triadic colors.

2 #99A9A6 and #A9A699 with #A6A999 are triadic colors.