COLOR #A7AC92

HEX: #A7AC92 RGB: (167,172,146)

Color info

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

RGB color model

#A7AC92 color RGB value is (167,172,146).

RGB: (167,172,146) (65%, 67%, 57%)

RGB channels and saturation

R 167 of 255 = 65%
G 172 of 255 = 67%
B 146 of 255 = 57%

167
172
146

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

Portions of RGB colors in percentages

R + G + B = 167 + 172 + 146 = 485 (100%)
R 167 of 485 ~ 34.43%
G 172 of 485 ~ 35.46%
B 146 of 485 ~ 30.1'%

%34.43
%35.46
%30.1

CMYK color model

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

  • cyan value is 2.91%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • 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
%15.12
%32.55

Codes

Color #A7AC92 in popluar color models

A7 AC 92
RGB 167 172 146
HSL 72° 13.54% 62.35%
HSB/HSV 72° 15.12% 67.45%
CMYK 2.91% 0.00% 15.12%
32.55%

Color #A7AC92 in popluar number systems.

HEX A7 AC 92
Decimal 167 172 146
Binary 10100111 10101100 10010010
Octal 247 254 222

Shades and tints

Shades of #A7AC92

#A7AC92
(167,172,146)
#989D85
(152,157,133)
#898E78
(137,142,120)
#7A7F6B
(122,127,107)
#6B705E
(107,112,94)
#5C6151
(92,97,81)
#4D5244
(77,82,68)
#3E4337
(62,67,55)
#2F342A
(47,52,42)
#20251D
(32,37,29)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #A7AC92

#A7AC92
(167,172,146)
#AFB39B
(175,179,155)
#B7BAA4
(183,186,164)
#BFC1AD
(191,193,173)
#C7C8B6
(199,200,182)
#CFCFBF
(207,207,191)
#D7D6C8
(215,214,200)
#DFDDD1
(223,221,209)
#E7E4DA
(231,228,218)
#EFEBE3
(239,235,227)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AC92; }

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

This text font color is #A7AC92.

Background Color

.myBgColor { background-color: #A7AC92; }

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

This div background color is #A7AC92.

Border color

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

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

This div border color is #A7AC92.

Opacity

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

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

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

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

This text has shadow with #A7AC92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AC92.

Preview

Color preview on black background

This text has color #A7AC92 on black background.


Color preview on white background

This text has color #A7AC92 on white background.


Black color preview on #A7AC92 background

This text has black color on #A7AC92 background.


White color preview on #A7AC92 background

This text has white color on #A7AC92 background.


Related colors

Complementary color

Complementary color for #hex is #58536D.


I love getcolorcode.com

Triadic colors

1 #92A7AC and #AC92A7 with #A7AC92 are triadic colors.

2 #92ACA7 and #ACA792 with #A7AC92 are triadic colors.