COLOR #A78C4A

HEX: #A78C4A
RGB: (167,140,74)

Color info

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

RGB color model

#A78C4A color RGB value is (167,140,74).

  • red value is 167;
  • green value is 140;
  • blue value is 74.
RGB:
(167,140,74)
(65%,55%,29%)

RGB channels and saturation

R 167 of 255 = 65%
G 140 of 255 = 55%
B 74 of 255 = 29%

167
140
74

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

Portions of RGB colors in percentages

R + G + B =
167 + 140 + 74 = 381 (100%)
R 167 of 381 ~ 43.83%
G 140 of 381 ~ 36.75%
B 74 of 381 ~ 19.42%

%43.83
%36.75
%19.42

CMYK color model

#A78C4A color CMYK value is (0,16,56,35).

  • cyan value is 0.00%
  • magenta value is 16.17%
  • yellow value is 55.69%
  • key color value is 34.51%
CMYK:
(0,16,56,35)
C0M16Y56K35 
(0%,16%,56%,35%)
(0.00/0.16/0.56/0.35)	

CMYK percentages

%0
%16.17
%55.69
%34.51

Codes

Color #A78C4A in popluar color models

A78C4A
RGB16714074
HSL43°38.59%47.25%
HSB/HSV43°55.69%65.49%
CMYK0.00%16.17%55.69%
34.51%

Color #A78C4A in popluar number systems.

HEXA78C4A
Decimal16714074
Binary10100111100011001001010
Octal247214112

Shades and tints

Shades of #A78C4A

#A78C4A
(167,140,74)
#988044
(152,128,68)
#89743E
(137,116,62)
#7A6838
(122,104,56)
#6B5C32
(107,92,50)
#5C502C
(92,80,44)
#4D4426
(77,68,38)
#3E3820
(62,56,32)
#2F2C1A
(47,44,26)
#202014
(32,32,20)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #A78C4A

#A78C4A
(167,140,74)
#AF965A
(175,150,90)
#B7A06A
(183,160,106)
#BFAA7A
(191,170,122)
#C7B48A
(199,180,138)
#CFBE9A
(207,190,154)
#D7C8AA
(215,200,170)
#DFD2BA
(223,210,186)
#E7DCCA
(231,220,202)
#EFE6DA
(239,230,218)
#F7F0EA
(247,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78C4A; }

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

This text font color is #A78C4A.


Background Color

.myBgColor { background-color: #A78C4A; }

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

This div background color is #A78C4A.


Border color

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

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

This div border color is #A78C4A.


Opacity

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

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

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

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

This text has shadow with #A78C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78C4A on black background.


Color preview on white background

This text has color #A78C4A on white background.



Black color preview on #A78C4A background

This text has black color on #A78C4A background.


White color preview on #A78C4A background

This text has white color on #A78C4A background.