COLOR #A78C4E

HEX: #A78C4E RGB: (167,140,78)

Color info

#A78C4E contains mainly red and green colors. Web safe color of #A78C4E is #999966 (or #996).

RGB color model

#A78C4E color RGB value is (167,140,78).

RGB: (167,140,78) (65%, 55%, 31%)

RGB channels and saturation

R 167 of 255 = 65%
G 140 of 255 = 55%
B 78 of 255 = 31%

167
140
78

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

Portions of RGB colors in percentages

R + G + B = 167 + 140 + 78 = 385 (100%)
R 167 of 385 ~ 43.38%
G 140 of 385 ~ 36.36%
B 78 of 385 ~ 20.26'%

%43.38
%36.36
%20.26

CMYK color model

#A78C4E color CMYK value is (0,16,53,35).

  • cyan value is 0.00%
  • magenta value is 16.17%
  • yellow value is 53.29%
  • key color value is 34.51%
CMYK: (0,16,53,35) C0M16Y53K35 (0%,16%,53%,35%) (0.00/0.16/0.53/0.35) 

CMYK percentages

%0
%16.17
%53.29
%34.51

Codes

Color #A78C4E in popluar color models

A7 8C 4E
RGB 167 140 78
HSL 42° 36.33% 48.04%
HSB/HSV 42° 53.29% 65.49%
CMYK 0.00% 16.17% 53.29%
34.51%

Color #A78C4E in popluar number systems.

HEX A7 8C 4E
Decimal 167 140 78
Binary 10100111 10001100 1001110
Octal 247 214 116

Shades and tints

Shades of #A78C4E

#A78C4E
(167,140,78)
#988047
(152,128,71)
#897440
(137,116,64)
#7A6839
(122,104,57)
#6B5C32
(107,92,50)
#5C502B
(92,80,43)
#4D4424
(77,68,36)
#3E381D
(62,56,29)
#2F2C16
(47,44,22)
#20200F
(32,32,15)
#111408
(17,20,8)
#000000
(0,0,0)

Tints of #A78C4E

#A78C4E
(167,140,78)
#AF965E
(175,150,94)
#B7A06E
(183,160,110)
#BFAA7E
(191,170,126)
#C7B48E
(199,180,142)
#CFBE9E
(207,190,158)
#D7C8AE
(215,200,174)
#DFD2BE
(223,210,190)
#E7DCCE
(231,220,206)
#EFE6DE
(239,230,222)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78C4E color. Also use rgb(167,140,78) instead hex code.

Text Font Color

.myTextColor { color: #A78C4E; }

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

This text font color is #A78C4E.

Background Color

.myBgColor { background-color: #A78C4E; }

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

This div background color is #A78C4E.

Border color

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

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

This div border color is #A78C4E.

Opacity

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

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

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

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

This text has shadow with #A78C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78C4E.

Preview

Color preview on black background

This text has color #A78C4E on black background.


Color preview on white background

This text has color #A78C4E on white background.


Black color preview on #A78C4E background

This text has black color on #A78C4E background.


White color preview on #A78C4E background

This text has white color on #A78C4E background.


Related colors

Complementary color

Complementary color for #hex is #5873B1.


I love getcolorcode.com

Triadic colors

1 #4EA78C and #8C4EA7 with #A78C4E are triadic colors.

2 #4E8CA7 and #8CA74E with #A78C4E are triadic colors.