COLOR #A7AD86

HEX: #A7AD86
RGB: (167,173,134)

Color info

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

RGB color model

#A7AD86 color RGB value is (167,173,134).

  • red value is 167;
  • green value is 173;
  • blue value is 134.
RGB:
(167,173,134)
(65%,68%,53%)

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 134 of 255 = 53%

167
173
134

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

Portions of RGB colors in percentages

R + G + B =
167 + 173 + 134 = 474 (100%)
R 167 of 474 ~ 35.23%
G 173 of 474 ~ 36.5%
B 134 of 474 ~ 28.27%

%35.23
%36.5
%28.27

CMYK color model

#A7AD86 color CMYK value is (3,0,23,32).

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 22.54%
  • key color value is 32.16%
CMYK:
(3,0,23,32)
C3M0Y23K32 
(3%,0%,23%,32%)
(0.03/0.00/0.23/0.32)	

CMYK percentages

%3.47
%0
%22.54
%32.16

Codes

Color #A7AD86 in popluar color models

A7AD86
RGB167173134
HSL69°19.21%60.20%
HSB/HSV69°22.54%67.84%
CMYK3.47%0.00%22.54%
32.16%

Color #A7AD86 in popluar number systems.

HEXA7AD86
Decimal167173134
Binary101001111010110110000110
Octal247255206

Shades and tints

Shades of #A7AD86

#A7AD86
(167,173,134)
#989E7A
(152,158,122)
#898F6E
(137,143,110)
#7A8062
(122,128,98)
#6B7156
(107,113,86)
#5C624A
(92,98,74)
#4D533E
(77,83,62)
#3E4432
(62,68,50)
#2F3526
(47,53,38)
#20261A
(32,38,26)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #A7AD86

#A7AD86
(167,173,134)
#AFB491
(175,180,145)
#B7BB9C
(183,187,156)
#BFC2A7
(191,194,167)
#C7C9B2
(199,201,178)
#CFD0BD
(207,208,189)
#D7D7C8
(215,215,200)
#DFDED3
(223,222,211)
#E7E5DE
(231,229,222)
#EFECE9
(239,236,233)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7AD86 color. Also use rgb(167,173,134) instead hex code.

Text Font Color

.myTextColor { color: #A7AD86; }

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

This text font color is #A7AD86.


Background Color

.myBgColor { background-color: #A7AD86; }

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

This div background color is #A7AD86.


Border color

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

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

This div border color is #A7AD86.


Opacity

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

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

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

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

This text has shadow with #A7AD86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AD86 on black background.


Color preview on white background

This text has color #A7AD86 on white background.



Black color preview on #A7AD86 background

This text has black color on #A7AD86 background.


White color preview on #A7AD86 background

This text has white color on #A7AD86 background.