COLOR #A7AD92

HEX: #A7AD92
RGB: (167,173,146)

Color info

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

RGB color model

#A7AD92 color RGB value is (167,173,146).

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

RGB channels and saturation

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

167
173
146

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

Portions of RGB colors in percentages

R + G + B =
167 + 173 + 146 = 486 (100%)
R 167 of 486 ~ 34.36%
G 173 of 486 ~ 35.6%
B 146 of 486 ~ 30.04%

%34.36
%35.6
%30.04

CMYK color model

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

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • 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
%15.61
%32.16

Codes

Color #A7AD92 in popluar color models

A7AD92
RGB167173146
HSL73°14.14%62.55%
HSB/HSV73°15.61%67.84%
CMYK3.47%0.00%15.61%
32.16%

Color #A7AD92 in popluar number systems.

HEXA7AD92
Decimal167173146
Binary101001111010110110010010
Octal247255222

Shades and tints

Shades of #A7AD92

#A7AD92
(167,173,146)
#989E85
(152,158,133)
#898F78
(137,143,120)
#7A806B
(122,128,107)
#6B715E
(107,113,94)
#5C6251
(92,98,81)
#4D5344
(77,83,68)
#3E4437
(62,68,55)
#2F352A
(47,53,42)
#20261D
(32,38,29)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #A7AD92

#A7AD92
(167,173,146)
#AFB49B
(175,180,155)
#B7BBA4
(183,187,164)
#BFC2AD
(191,194,173)
#C7C9B6
(199,201,182)
#CFD0BF
(207,208,191)
#D7D7C8
(215,215,200)
#DFDED1
(223,222,209)
#E7E5DA
(231,229,218)
#EFECE3
(239,236,227)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AD92; }

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

This text font color is #A7AD92.


Background Color

.myBgColor { background-color: #A7AD92; }

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

This div background color is #A7AD92.


Border color

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

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

This div border color is #A7AD92.


Opacity

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

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

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

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

This text has shadow with #A7AD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AD92 on black background.


Color preview on white background

This text has color #A7AD92 on white background.



Black color preview on #A7AD92 background

This text has black color on #A7AD92 background.


White color preview on #A7AD92 background

This text has white color on #A7AD92 background.