COLOR #A7AC62

HEX: #A7AC62
RGB: (167,172,98)

Color info

#A7AC62 contains mainly red and green colors. Web safe color of #A7AC62 is #999966 (or #996).

RGB color model

#A7AC62 color RGB value is (167,172,98).

  • red value is 167;
  • green value is 172;
  • blue value is 98.
RGB:
(167,172,98)
(65%,67%,38%)

RGB channels and saturation

R 167 of 255 = 65%
G 172 of 255 = 67%
B 98 of 255 = 38%

167
172
98

R + G + B ~ 57%. #A7AC62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 172 + 98 = 437 (100%)
R 167 of 437 ~ 38.22%
G 172 of 437 ~ 39.36%
B 98 of 437 ~ 22.43%

%38.22
%39.36
%22.43

CMYK color model

#A7AC62 color CMYK value is (3,0,43,33).

  • cyan value is 2.91%
  • magenta value is 0.00%
  • yellow value is 43.02%
  • key color value is 32.55%
CMYK:
(3,0,43,33)
C3M0Y43K33 
(3%,0%,43%,33%)
(0.03/0.00/0.43/0.33)	

CMYK percentages

%2.91
%0
%43.02
%32.55

Codes

Color #A7AC62 in popluar color models

A7AC62
RGB16717298
HSL64°30.83%52.94%
HSB/HSV64°43.02%67.45%
CMYK2.91%0.00%43.02%
32.55%

Color #A7AC62 in popluar number systems.

HEXA7AC62
Decimal16717298
Binary10100111101011001100010
Octal247254142

Shades and tints

Shades of #A7AC62

#A7AC62
(167,172,98)
#989D5A
(152,157,90)
#898E52
(137,142,82)
#7A7F4A
(122,127,74)
#6B7042
(107,112,66)
#5C613A
(92,97,58)
#4D5232
(77,82,50)
#3E432A
(62,67,42)
#2F3422
(47,52,34)
#20251A
(32,37,26)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #A7AC62

#A7AC62
(167,172,98)
#AFB370
(175,179,112)
#B7BA7E
(183,186,126)
#BFC18C
(191,193,140)
#C7C89A
(199,200,154)
#CFCFA8
(207,207,168)
#D7D6B6
(215,214,182)
#DFDDC4
(223,221,196)
#E7E4D2
(231,228,210)
#EFEBE0
(239,235,224)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7AC62 color. Also use rgb(167,172,98) instead hex code.

Text Font Color

.myTextColor { color: #A7AC62; }

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

This text font color is #A7AC62.


Background Color

.myBgColor { background-color: #A7AC62; }

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

This div background color is #A7AC62.


Border color

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

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

This div border color is #A7AC62.


Opacity

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

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

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

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

This text has shadow with #A7AC62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AC62 on black background.


Color preview on white background

This text has color #A7AC62 on white background.



Black color preview on #A7AC62 background

This text has black color on #A7AC62 background.


White color preview on #A7AC62 background

This text has white color on #A7AC62 background.