COLOR #A7A58D

HEX: #A7A58D
RGB: (167,165,141)

Color info

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

RGB color model

#A7A58D color RGB value is (167,165,141).

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

RGB channels and saturation

R 167 of 255 = 65%
G 165 of 255 = 65%
B 141 of 255 = 55%

167
165
141

R + G + B ~ 62%. #A7A58D is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 165 + 141 = 473 (100%)
R 167 of 473 ~ 35.31%
G 165 of 473 ~ 34.88%
B 141 of 473 ~ 29.81%

%35.31
%34.88
%29.81

CMYK color model

#A7A58D color CMYK value is (0,1,16,35).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 15.57%
  • key color value is 34.51%
CMYK:
(0,1,16,35)
C0M1Y16K35 
(0%,1%,16%,35%)
(0.00/0.01/0.16/0.35)	

CMYK percentages

%0
%1.2
%15.57
%34.51

Codes

Color #A7A58D in popluar color models

A7A58D
RGB167165141
HSL55°12.87%60.39%
HSB/HSV55°15.57%65.49%
CMYK0.00%1.20%15.57%
34.51%

Color #A7A58D in popluar number systems.

HEXA7A58D
Decimal167165141
Binary101001111010010110001101
Octal247245215

Shades and tints

Shades of #A7A58D

#A7A58D
(167,165,141)
#989681
(152,150,129)
#898775
(137,135,117)
#7A7869
(122,120,105)
#6B695D
(107,105,93)
#5C5A51
(92,90,81)
#4D4B45
(77,75,69)
#3E3C39
(62,60,57)
#2F2D2D
(47,45,45)
#201E21
(32,30,33)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #A7A58D

#A7A58D
(167,165,141)
#AFAD97
(175,173,151)
#B7B5A1
(183,181,161)
#BFBDAB
(191,189,171)
#C7C5B5
(199,197,181)
#CFCDBF
(207,205,191)
#D7D5C9
(215,213,201)
#DFDDD3
(223,221,211)
#E7E5DD
(231,229,221)
#EFEDE7
(239,237,231)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A58D; }

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

This text font color is #A7A58D.


Background Color

.myBgColor { background-color: #A7A58D; }

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

This div background color is #A7A58D.


Border color

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

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

This div border color is #A7A58D.


Opacity

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

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

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

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

This text has shadow with #A7A58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A58D on black background.


Color preview on white background

This text has color #A7A58D on white background.



Black color preview on #A7A58D background

This text has black color on #A7A58D background.


White color preview on #A7A58D background

This text has white color on #A7A58D background.