COLOR #A7AC9B

HEX: #A7AC9B
RGB: (167,172,155)

Color info

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

RGB color model

#A7AC9B color RGB value is (167,172,155).

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

RGB channels and saturation

R 167 of 255 = 65%
G 172 of 255 = 67%
B 155 of 255 = 61%

167
172
155

R + G + B ~ 64%. #A7AC9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 172 + 155 = 494 (100%)
R 167 of 494 ~ 33.81%
G 172 of 494 ~ 34.82%
B 155 of 494 ~ 31.38%

%33.81
%34.82
%31.38

CMYK color model

#A7AC9B color CMYK value is (3,0,10,33).

  • cyan value is 2.91%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(3,0,10,33)
C3M0Y10K33 
(3%,0%,10%,33%)
(0.03/0.00/0.10/0.33)	

CMYK percentages

%2.91
%0
%9.88
%32.55

Codes

Color #A7AC9B in popluar color models

A7AC9B
RGB167172155
HSL78°9.29%64.12%
HSB/HSV78°9.88%67.45%
CMYK2.91%0.00%9.88%
32.55%

Color #A7AC9B in popluar number systems.

HEXA7AC9B
Decimal167172155
Binary101001111010110010011011
Octal247254233

Shades and tints

Shades of #A7AC9B

#A7AC9B
(167,172,155)
#989D8D
(152,157,141)
#898E7F
(137,142,127)
#7A7F71
(122,127,113)
#6B7063
(107,112,99)
#5C6155
(92,97,85)
#4D5247
(77,82,71)
#3E4339
(62,67,57)
#2F342B
(47,52,43)
#20251D
(32,37,29)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #A7AC9B

#A7AC9B
(167,172,155)
#AFB3A4
(175,179,164)
#B7BAAD
(183,186,173)
#BFC1B6
(191,193,182)
#C7C8BF
(199,200,191)
#CFCFC8
(207,207,200)
#D7D6D1
(215,214,209)
#DFDDDA
(223,221,218)
#E7E4E3
(231,228,227)
#EFEBEC
(239,235,236)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AC9B; }

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

This text font color is #A7AC9B.


Background Color

.myBgColor { background-color: #A7AC9B; }

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

This div background color is #A7AC9B.


Border color

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

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

This div border color is #A7AC9B.


Opacity

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

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

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

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

This text has shadow with #A7AC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AC9B on black background.


Color preview on white background

This text has color #A7AC9B on white background.



Black color preview on #A7AC9B background

This text has black color on #A7AC9B background.


White color preview on #A7AC9B background

This text has white color on #A7AC9B background.