COLOR #A7AC7B

HEX: #A7AC7B RGB: (167,172,123)

Color info

#A7AC7B contains red, green and blue colors in about the same proportion. Web safe color of #A7AC7B is #999966 (or #996).

RGB color model

#A7AC7B color RGB value is (167,172,123).

RGB: (167,172,123) (65%, 67%, 48%)

RGB channels and saturation

R 167 of 255 = 65%
G 172 of 255 = 67%
B 123 of 255 = 48%

167
172
123

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

Portions of RGB colors in percentages

R + G + B = 167 + 172 + 123 = 462 (100%)
R 167 of 462 ~ 36.15%
G 172 of 462 ~ 37.23%
B 123 of 462 ~ 26.62'%

%36.15
%37.23
%26.62

CMYK color model

#A7AC7B color CMYK value is (3,0,28,33).

  • cyan value is 2.91%
  • magenta value is 0.00%
  • yellow value is 28.49%
  • key color value is 32.55%

CMYK: (3,0,28,33)
C3M0Y28K33 (3%, 0%, 28%, 33%)
(0.03 / 0.00 / 0.28 / 0.33)

CMYK percentages

%2.91
%0
%28.49
%32.55

Codes

Color #A7AC7B in popluar color models

A7 AC 7B
RGB 167 172 123
HSL 66° 22.79% 57.84%
HSB/HSV 66° 28.49% 67.45%
CMYK 2.91% 0.00% 28.49%
32.55%

Color #A7AC7B in popluar number systems.

HEX A7 AC 7B
Decimal 167 172 123
Binary 10100111 10101100 1111011
Octal 247 254 173

Shades and tints

Shades of #A7AC7B

#A7AC7B
(167,172,123)
#989D70
(152,157,112)
#898E65
(137,142,101)
#7A7F5A
(122,127,90)
#6B704F
(107,112,79)
#5C6144
(92,97,68)
#4D5239
(77,82,57)
#3E432E
(62,67,46)
#2F3423
(47,52,35)
#202518
(32,37,24)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #A7AC7B

#A7AC7B
(167,172,123)
#AFB387
(175,179,135)
#B7BA93
(183,186,147)
#BFC19F
(191,193,159)
#C7C8AB
(199,200,171)
#CFCFB7
(207,207,183)
#D7D6C3
(215,214,195)
#DFDDCF
(223,221,207)
#E7E4DB
(231,228,219)
#EFEBE7
(239,235,231)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AC7B; }

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

This text font color is #A7AC7B.

Background Color

.myBgColor { background-color: #A7AC7B; }

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

This div background color is #A7AC7B.

Border color

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

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

This div border color is #A7AC7B.

Opacity

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

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

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

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

This text has shadow with #A7AC7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AC7B.

Preview

Color preview on black background

This text has color #A7AC7B on black background.


Color preview on white background

This text has color #A7AC7B on white background.


Black color preview on #A7AC7B background

This text has black color on #A7AC7B background.


White color preview on #A7AC7B background

This text has white color on #A7AC7B background.


Related colors

Complementary color

Complementary color for #hex is #585384.


I love getcolorcode.com

Triadic colors

1 #7BA7AC and #AC7BA7 with #A7AC7B are triadic colors.

2 #7BACA7 and #ACA77B with #A7AC7B are triadic colors.