COLOR #A7A99C

HEX: #A7A99C RGB: (167,169,156)

Color info

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

RGB color model

#A7A99C color RGB value is (167,169,156).

RGB: (167,169,156) (65%, 66%, 61%)

RGB channels and saturation

R 167 of 255 = 65%
G 169 of 255 = 66%
B 156 of 255 = 61%

167
169
156

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

Portions of RGB colors in percentages

R + G + B = 167 + 169 + 156 = 492 (100%)
R 167 of 492 ~ 33.94%
G 169 of 492 ~ 34.35%
B 156 of 492 ~ 31.71'%

%33.94
%34.35
%31.71

CMYK color model

#A7A99C color CMYK value is (1,0,8,34).

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

CMYK: (1,0,8,34)
C1M0Y8K34 (1%, 0%, 8%, 34%)
(0.01 / 0.00 / 0.08 / 0.34)

CMYK percentages

%1.18
%0
%7.69
%33.73

Codes

Color #A7A99C in popluar color models

A7 A9 9C
RGB 167 169 156
HSL 69° 7.03% 63.73%
HSB/HSV 69° 7.69% 66.27%
CMYK 1.18% 0.00% 7.69%
33.73%

Color #A7A99C in popluar number systems.

HEX A7 A9 9C
Decimal 167 169 156
Binary 10100111 10101001 10011100
Octal 247 251 234

Shades and tints

Shades of #A7A99C

#A7A99C
(167,169,156)
#989A8E
(152,154,142)
#898B80
(137,139,128)
#7A7C72
(122,124,114)
#6B6D64
(107,109,100)
#5C5E56
(92,94,86)
#4D4F48
(77,79,72)
#3E403A
(62,64,58)
#2F312C
(47,49,44)
#20221E
(32,34,30)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #A7A99C

#A7A99C
(167,169,156)
#AFB0A5
(175,176,165)
#B7B7AE
(183,183,174)
#BFBEB7
(191,190,183)
#C7C5C0
(199,197,192)
#CFCCC9
(207,204,201)
#D7D3D2
(215,211,210)
#DFDADB
(223,218,219)
#E7E1E4
(231,225,228)
#EFE8ED
(239,232,237)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A99C; }

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

This text font color is #A7A99C.

Background Color

.myBgColor { background-color: #A7A99C; }

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

This div background color is #A7A99C.

Border color

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

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

This div border color is #A7A99C.

Opacity

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

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

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

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

This text has shadow with #A7A99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A99C.

Preview

Color preview on black background

This text has color #A7A99C on black background.


Color preview on white background

This text has color #A7A99C on white background.


Black color preview on #A7A99C background

This text has black color on #A7A99C background.


White color preview on #A7A99C background

This text has white color on #A7A99C background.


Related colors

Complementary color

Complementary color for #hex is #585663.


I love getcolorcode.com

Triadic colors

1 #9CA7A9 and #A99CA7 with #A7A99C are triadic colors.

2 #9CA9A7 and #A9A79C with #A7A99C are triadic colors.