COLOR #A7AD8D

HEX: #A7AD8D
RGB: (167,173,141)

Color info

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

RGB color model

#A7AD8D color RGB value is (167,173,141).

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

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 141 of 255 = 55%

167
173
141

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

Portions of RGB colors in percentages

R + G + B =
167 + 173 + 141 = 481 (100%)
R 167 of 481 ~ 34.72%
G 173 of 481 ~ 35.97%
B 141 of 481 ~ 29.31%

%34.72
%35.97
%29.31

CMYK color model

#A7AD8D color CMYK value is (3,0,18,32).

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 18.50%
  • key color value is 32.16%
CMYK:
(3,0,18,32)
C3M0Y18K32 
(3%,0%,18%,32%)
(0.03/0.00/0.18/0.32)	

CMYK percentages

%3.47
%0
%18.5
%32.16

Codes

Color #A7AD8D in popluar color models

A7AD8D
RGB167173141
HSL71°16.33%61.57%
HSB/HSV71°18.50%67.84%
CMYK3.47%0.00%18.50%
32.16%

Color #A7AD8D in popluar number systems.

HEXA7AD8D
Decimal167173141
Binary101001111010110110001101
Octal247255215

Shades and tints

Shades of #A7AD8D

#A7AD8D
(167,173,141)
#989E81
(152,158,129)
#898F75
(137,143,117)
#7A8069
(122,128,105)
#6B715D
(107,113,93)
#5C6251
(92,98,81)
#4D5345
(77,83,69)
#3E4439
(62,68,57)
#2F352D
(47,53,45)
#202621
(32,38,33)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #A7AD8D

#A7AD8D
(167,173,141)
#AFB497
(175,180,151)
#B7BBA1
(183,187,161)
#BFC2AB
(191,194,171)
#C7C9B5
(199,201,181)
#CFD0BF
(207,208,191)
#D7D7C9
(215,215,201)
#DFDED3
(223,222,211)
#E7E5DD
(231,229,221)
#EFECE7
(239,236,231)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AD8D; }

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

This text font color is #A7AD8D.


Background Color

.myBgColor { background-color: #A7AD8D; }

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

This div background color is #A7AD8D.


Border color

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

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

This div border color is #A7AD8D.


Opacity

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

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

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

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

This text has shadow with #A7AD8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AD8D on black background.


Color preview on white background

This text has color #A7AD8D on white background.



Black color preview on #A7AD8D background

This text has black color on #A7AD8D background.


White color preview on #A7AD8D background

This text has white color on #A7AD8D background.