COLOR #A7964C

HEX: #A7964C RGB: (167,150,76)

Color info

#A7964C contains mainly red and green colors. Web safe color of #A7964C is #999933 (or #993).

RGB color model

#A7964C color RGB value is (167,150,76).

RGB: (167,150,76) (65%, 59%, 30%)

RGB channels and saturation

R 167 of 255 = 65%
G 150 of 255 = 59%
B 76 of 255 = 30%

167
150
76

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

Portions of RGB colors in percentages

R + G + B = 167 + 150 + 76 = 393 (100%)
R 167 of 393 ~ 42.49%
G 150 of 393 ~ 38.17%
B 76 of 393 ~ 19.34'%

%42.49
%38.17
%19.34

CMYK color model

#A7964C color CMYK value is (0,10,54,35).

  • cyan value is 0.00%
  • magenta value is 10.18%
  • yellow value is 54.49%
  • key color value is 34.51%

CMYK: (0,10,54,35)
C0M10Y54K35 (0%, 10%, 54%, 35%)
(0.00 / 0.10 / 0.54 / 0.35)

CMYK percentages

%0
%10.18
%54.49
%34.51

Codes

Color #A7964C in popluar color models

A7 96 4C
RGB 167 150 76
HSL 49° 37.45% 47.65%
HSB/HSV 49° 54.49% 65.49%
CMYK 0.00% 10.18% 54.49%
34.51%

Color #A7964C in popluar number systems.

HEX A7 96 4C
Decimal 167 150 76
Binary 10100111 10010110 1001100
Octal 247 226 114

Shades and tints

Shades of #A7964C

#A7964C
(167,150,76)
#988946
(152,137,70)
#897C40
(137,124,64)
#7A6F3A
(122,111,58)
#6B6234
(107,98,52)
#5C552E
(92,85,46)
#4D4828
(77,72,40)
#3E3B22
(62,59,34)
#2F2E1C
(47,46,28)
#202116
(32,33,22)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #A7964C

#A7964C
(167,150,76)
#AF9F5C
(175,159,92)
#B7A86C
(183,168,108)
#BFB17C
(191,177,124)
#C7BA8C
(199,186,140)
#CFC39C
(207,195,156)
#D7CCAC
(215,204,172)
#DFD5BC
(223,213,188)
#E7DECC
(231,222,204)
#EFE7DC
(239,231,220)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7964C color. Also use rgb(167,150,76) instead hex code.

Text Font Color

.myTextColor { color: #A7964C; }

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

This text font color is #A7964C.

Background Color

.myBgColor { background-color: #A7964C; }

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

This div background color is #A7964C.

Border color

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

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

This div border color is #A7964C.

Opacity

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

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

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

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

This text has shadow with #A7964C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7964C.

Preview

Color preview on black background

This text has color #A7964C on black background.


Color preview on white background

This text has color #A7964C on white background.


Black color preview on #A7964C background

This text has black color on #A7964C background.


White color preview on #A7964C background

This text has white color on #A7964C background.


Related colors

Complementary color

Complementary color for #hex is #5869B3.


I love getcolorcode.com

Triadic colors

1 #4CA796 and #964CA7 with #A7964C are triadic colors.

2 #4C96A7 and #96A74C with #A7964C are triadic colors.