COLOR #A7AC93

HEX: #A7AC93
RGB: (167,172,147)

Color info

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

RGB color model

#A7AC93 color RGB value is (167,172,147).

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

RGB channels and saturation

R 167 of 255 = 65%
G 172 of 255 = 67%
B 147 of 255 = 58%

167
172
147

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

Portions of RGB colors in percentages

R + G + B =
167 + 172 + 147 = 486 (100%)
R 167 of 486 ~ 34.36%
G 172 of 486 ~ 35.39%
B 147 of 486 ~ 30.25%

%34.36
%35.39
%30.25

CMYK color model

#A7AC93 color CMYK value is (3,0,15,33).

  • cyan value is 2.91%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 32.55%
CMYK:
(3,0,15,33)
C3M0Y15K33 
(3%,0%,15%,33%)
(0.03/0.00/0.15/0.33)	

CMYK percentages

%2.91
%0
%14.53
%32.55

Codes

Color #A7AC93 in popluar color models

A7AC93
RGB167172147
HSL72°13.09%62.55%
HSB/HSV72°14.53%67.45%
CMYK2.91%0.00%14.53%
32.55%

Color #A7AC93 in popluar number systems.

HEXA7AC93
Decimal167172147
Binary101001111010110010010011
Octal247254223

Shades and tints

Shades of #A7AC93

#A7AC93
(167,172,147)
#989D86
(152,157,134)
#898E79
(137,142,121)
#7A7F6C
(122,127,108)
#6B705F
(107,112,95)
#5C6152
(92,97,82)
#4D5245
(77,82,69)
#3E4338
(62,67,56)
#2F342B
(47,52,43)
#20251E
(32,37,30)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #A7AC93

#A7AC93
(167,172,147)
#AFB39C
(175,179,156)
#B7BAA5
(183,186,165)
#BFC1AE
(191,193,174)
#C7C8B7
(199,200,183)
#CFCFC0
(207,207,192)
#D7D6C9
(215,214,201)
#DFDDD2
(223,221,210)
#E7E4DB
(231,228,219)
#EFEBE4
(239,235,228)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AC93; }

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

This text font color is #A7AC93.


Background Color

.myBgColor { background-color: #A7AC93; }

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

This div background color is #A7AC93.


Border color

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

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

This div border color is #A7AC93.


Opacity

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

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

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

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

This text has shadow with #A7AC93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AC93 on black background.


Color preview on white background

This text has color #A7AC93 on white background.



Black color preview on #A7AC93 background

This text has black color on #A7AC93 background.


White color preview on #A7AC93 background

This text has white color on #A7AC93 background.