COLOR #A7AD91

HEX: #A7AD91
RGB: (167,173,145)

Color info

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

RGB color model

#A7AD91 color RGB value is (167,173,145).

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

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 145 of 255 = 57%

167
173
145

R + G + B ~ 63%. #A7AD91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 173 + 145 = 485 (100%)
R 167 of 485 ~ 34.43%
G 173 of 485 ~ 35.67%
B 145 of 485 ~ 29.9%

%34.43
%35.67
%29.9

CMYK color model

#A7AD91 color CMYK value is (3,0,16,32).

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 32.16%
CMYK:
(3,0,16,32)
C3M0Y16K32 
(3%,0%,16%,32%)
(0.03/0.00/0.16/0.32)	

CMYK percentages

%3.47
%0
%16.18
%32.16

Codes

Color #A7AD91 in popluar color models

A7AD91
RGB167173145
HSL73°14.58%62.35%
HSB/HSV73°16.18%67.84%
CMYK3.47%0.00%16.18%
32.16%

Color #A7AD91 in popluar number systems.

HEXA7AD91
Decimal167173145
Binary101001111010110110010001
Octal247255221

Shades and tints

Shades of #A7AD91

#A7AD91
(167,173,145)
#989E84
(152,158,132)
#898F77
(137,143,119)
#7A806A
(122,128,106)
#6B715D
(107,113,93)
#5C6250
(92,98,80)
#4D5343
(77,83,67)
#3E4436
(62,68,54)
#2F3529
(47,53,41)
#20261C
(32,38,28)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #A7AD91

#A7AD91
(167,173,145)
#AFB49B
(175,180,155)
#B7BBA5
(183,187,165)
#BFC2AF
(191,194,175)
#C7C9B9
(199,201,185)
#CFD0C3
(207,208,195)
#D7D7CD
(215,215,205)
#DFDED7
(223,222,215)
#E7E5E1
(231,229,225)
#EFECEB
(239,236,235)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AD91; }

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

This text font color is #A7AD91.


Background Color

.myBgColor { background-color: #A7AD91; }

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

This div background color is #A7AD91.


Border color

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

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

This div border color is #A7AD91.


Opacity

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

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

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

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

This text has shadow with #A7AD91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AD91 on black background.


Color preview on white background

This text has color #A7AD91 on white background.



Black color preview on #A7AD91 background

This text has black color on #A7AD91 background.


White color preview on #A7AD91 background

This text has white color on #A7AD91 background.