COLOR #A7A59F

HEX: #A7A59F
RGB: (167,165,159)

Color info

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

RGB color model

#A7A59F color RGB value is (167,165,159).

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

RGB channels and saturation

R 167 of 255 = 65%
G 165 of 255 = 65%
B 159 of 255 = 62%

167
165
159

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

Portions of RGB colors in percentages

R + G + B =
167 + 165 + 159 = 491 (100%)
R 167 of 491 ~ 34.01%
G 165 of 491 ~ 33.6%
B 159 of 491 ~ 32.38%

%34.01
%33.6
%32.38

CMYK color model

#A7A59F color CMYK value is (0,1,5,35).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 4.79%
  • key color value is 34.51%
CMYK:
(0,1,5,35)
C0M1Y5K35 
(0%,1%,5%,35%)
(0.00/0.01/0.05/0.35)	

CMYK percentages

%0
%1.2
%4.79
%34.51

Codes

Color #A7A59F in popluar color models

A7A59F
RGB167165159
HSL45°4.35%63.92%
HSB/HSV45°4.79%65.49%
CMYK0.00%1.20%4.79%
34.51%

Color #A7A59F in popluar number systems.

HEXA7A59F
Decimal167165159
Binary101001111010010110011111
Octal247245237

Shades and tints

Shades of #A7A59F

#A7A59F
(167,165,159)
#989691
(152,150,145)
#898783
(137,135,131)
#7A7875
(122,120,117)
#6B6967
(107,105,103)
#5C5A59
(92,90,89)
#4D4B4B
(77,75,75)
#3E3C3D
(62,60,61)
#2F2D2F
(47,45,47)
#201E21
(32,30,33)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #A7A59F

#A7A59F
(167,165,159)
#AFADA7
(175,173,167)
#B7B5AF
(183,181,175)
#BFBDB7
(191,189,183)
#C7C5BF
(199,197,191)
#CFCDC7
(207,205,199)
#D7D5CF
(215,213,207)
#DFDDD7
(223,221,215)
#E7E5DF
(231,229,223)
#EFEDE7
(239,237,231)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A59F; }

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

This text font color is #A7A59F.


Background Color

.myBgColor { background-color: #A7A59F; }

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

This div background color is #A7A59F.


Border color

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

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

This div border color is #A7A59F.


Opacity

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

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

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

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

This text has shadow with #A7A59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A59F on black background.


Color preview on white background

This text has color #A7A59F on white background.



Black color preview on #A7A59F background

This text has black color on #A7A59F background.


White color preview on #A7A59F background

This text has white color on #A7A59F background.