COLOR #A7A99F

HEX: #A7A99F
RGB: (167,169,159)

Color info

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

RGB color model

#A7A99F color RGB value is (167,169,159).

  • red value is 167;
  • green value is 169;
  • blue value is 159.
RGB:
(167,169,159)
(65%,66%,62%)

RGB channels and saturation

R 167 of 255 = 65%
G 169 of 255 = 66%
B 159 of 255 = 62%

167
169
159

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

Portions of RGB colors in percentages

R + G + B =
167 + 169 + 159 = 495 (100%)
R 167 of 495 ~ 33.74%
G 169 of 495 ~ 34.14%
B 159 of 495 ~ 32.12%

%33.74
%34.14
%32.12

CMYK color model

#A7A99F color CMYK value is (1,0,6,34).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 33.73%
CMYK:
(1,0,6,34)
C1M0Y6K34 
(1%,0%,6%,34%)
(0.01/0.00/0.06/0.34)	

CMYK percentages

%1.18
%0
%5.92
%33.73

Codes

Color #A7A99F in popluar color models

A7A99F
RGB167169159
HSL72°5.49%64.31%
HSB/HSV72°5.92%66.27%
CMYK1.18%0.00%5.92%
33.73%

Color #A7A99F in popluar number systems.

HEXA7A99F
Decimal167169159
Binary101001111010100110011111
Octal247251237

Shades and tints

Shades of #A7A99F

#A7A99F
(167,169,159)
#989A91
(152,154,145)
#898B83
(137,139,131)
#7A7C75
(122,124,117)
#6B6D67
(107,109,103)
#5C5E59
(92,94,89)
#4D4F4B
(77,79,75)
#3E403D
(62,64,61)
#2F312F
(47,49,47)
#202221
(32,34,33)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #A7A99F

#A7A99F
(167,169,159)
#AFB0A7
(175,176,167)
#B7B7AF
(183,183,175)
#BFBEB7
(191,190,183)
#C7C5BF
(199,197,191)
#CFCCC7
(207,204,199)
#D7D3CF
(215,211,207)
#DFDAD7
(223,218,215)
#E7E1DF
(231,225,223)
#EFE8E7
(239,232,231)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A99F; }

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

This text font color is #A7A99F.


Background Color

.myBgColor { background-color: #A7A99F; }

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

This div background color is #A7A99F.


Border color

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

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

This div border color is #A7A99F.


Opacity

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

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

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

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

This text has shadow with #A7A99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A99F on black background.


Color preview on white background

This text has color #A7A99F on white background.



Black color preview on #A7A99F background

This text has black color on #A7A99F background.


White color preview on #A7A99F background

This text has white color on #A7A99F background.