COLOR #A7A58E

HEX: #A7A58E
RGB: (167,165,142)

Color info

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

RGB color model

#A7A58E color RGB value is (167,165,142).

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

RGB channels and saturation

R 167 of 255 = 65%
G 165 of 255 = 65%
B 142 of 255 = 56%

167
165
142

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

Portions of RGB colors in percentages

R + G + B =
167 + 165 + 142 = 474 (100%)
R 167 of 474 ~ 35.23%
G 165 of 474 ~ 34.81%
B 142 of 474 ~ 29.96%

%35.23
%34.81
%29.96

CMYK color model

#A7A58E color CMYK value is (0,1,15,35).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 14.97%
  • key color value is 34.51%
CMYK:
(0,1,15,35)
C0M1Y15K35 
(0%,1%,15%,35%)
(0.00/0.01/0.15/0.35)	

CMYK percentages

%0
%1.2
%14.97
%34.51

Codes

Color #A7A58E in popluar color models

A7A58E
RGB167165142
HSL55°12.44%60.59%
HSB/HSV55°14.97%65.49%
CMYK0.00%1.20%14.97%
34.51%

Color #A7A58E in popluar number systems.

HEXA7A58E
Decimal167165142
Binary101001111010010110001110
Octal247245216

Shades and tints

Shades of #A7A58E

#A7A58E
(167,165,142)
#989682
(152,150,130)
#898776
(137,135,118)
#7A786A
(122,120,106)
#6B695E
(107,105,94)
#5C5A52
(92,90,82)
#4D4B46
(77,75,70)
#3E3C3A
(62,60,58)
#2F2D2E
(47,45,46)
#201E22
(32,30,34)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #A7A58E

#A7A58E
(167,165,142)
#AFAD98
(175,173,152)
#B7B5A2
(183,181,162)
#BFBDAC
(191,189,172)
#C7C5B6
(199,197,182)
#CFCDC0
(207,205,192)
#D7D5CA
(215,213,202)
#DFDDD4
(223,221,212)
#E7E5DE
(231,229,222)
#EFEDE8
(239,237,232)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A58E; }

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

This text font color is #A7A58E.


Background Color

.myBgColor { background-color: #A7A58E; }

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

This div background color is #A7A58E.


Border color

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

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

This div border color is #A7A58E.


Opacity

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

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

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

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

This text has shadow with #A7A58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A58E on black background.


Color preview on white background

This text has color #A7A58E on white background.



Black color preview on #A7A58E background

This text has black color on #A7A58E background.


White color preview on #A7A58E background

This text has white color on #A7A58E background.