COLOR #A7A999

HEX: #A7A999 RGB: (167,169,153)

Color info

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

RGB color model

#A7A999 color RGB value is (167,169,153).

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

RGB channels and saturation

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

167
169
153

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

Portions of RGB colors in percentages

R + G + B = 167 + 169 + 153 = 489 (100%)
R 167 of 489 ~ 34.15%
G 169 of 489 ~ 34.56%
B 153 of 489 ~ 31.29'%

%34.15
%34.56
%31.29

CMYK color model

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

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

CMYK: (1,0,9,34)
C1M0Y9K34 (1%, 0%, 9%, 34%)
(0.01 / 0.00 / 0.09 / 0.34)

CMYK percentages

%1.18
%0
%9.47
%33.73

Codes

Color #A7A999 in popluar color models

A7 A9 99
RGB 167 169 153
HSL 68° 8.51% 63.14%
HSB/HSV 68° 9.47% 66.27%
CMYK 1.18% 0.00% 9.47%
33.73%

Color #A7A999 in popluar number systems.

HEX A7 A9 99
Decimal 167 169 153
Binary 10100111 10101001 10011001
Octal 247 251 231

Shades and tints

Shades of #A7A999

#A7A999
(167,169,153)
#989A8C
(152,154,140)
#898B7F
(137,139,127)
#7A7C72
(122,124,114)
#6B6D65
(107,109,101)
#5C5E58
(92,94,88)
#4D4F4B
(77,79,75)
#3E403E
(62,64,62)
#2F3131
(47,49,49)
#202224
(32,34,36)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #A7A999

#A7A999
(167,169,153)
#AFB0A2
(175,176,162)
#B7B7AB
(183,183,171)
#BFBEB4
(191,190,180)
#C7C5BD
(199,197,189)
#CFCCC6
(207,204,198)
#D7D3CF
(215,211,207)
#DFDAD8
(223,218,216)
#E7E1E1
(231,225,225)
#EFE8EA
(239,232,234)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A999; }

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

This text font color is #A7A999.

Background Color

.myBgColor { background-color: #A7A999; }

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

This div background color is #A7A999.

Border color

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

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

This div border color is #A7A999.

Opacity

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

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

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

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

This text has shadow with #A7A999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A999.

Preview

Color preview on black background

This text has color #A7A999 on black background.


Color preview on white background

This text has color #A7A999 on white background.


Black color preview on #A7A999 background

This text has black color on #A7A999 background.


White color preview on #A7A999 background

This text has white color on #A7A999 background.


Related colors

Complementary color

Complementary color for #hex is #585666.


I love getcolorcode.com

Triadic colors

1 #99A7A9 and #A999A7 with #A7A999 are triadic colors.

2 #99A9A7 and #A9A799 with #A7A999 are triadic colors.