COLOR #A78C73

HEX: #A78C73
RGB: (167,140,115)

Color info

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

RGB color model

#A78C73 color RGB value is (167,140,115).

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

RGB channels and saturation

R 167 of 255 = 65%
G 140 of 255 = 55%
B 115 of 255 = 45%

167
140
115

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

Portions of RGB colors in percentages

R + G + B =
167 + 140 + 115 = 422 (100%)
R 167 of 422 ~ 39.57%
G 140 of 422 ~ 33.18%
B 115 of 422 ~ 27.25%

%39.57
%33.18
%27.25

CMYK color model

#A78C73 color CMYK value is (0,16,31,35).

  • cyan value is 0.00%
  • magenta value is 16.17%
  • yellow value is 31.14%
  • key color value is 34.51%
CMYK:
(0,16,31,35)
C0M16Y31K35 
(0%,16%,31%,35%)
(0.00/0.16/0.31/0.35)	

CMYK percentages

%0
%16.17
%31.14
%34.51

Codes

Color #A78C73 in popluar color models

A78C73
RGB167140115
HSL29°22.81%55.29%
HSB/HSV29°31.14%65.49%
CMYK0.00%16.17%31.14%
34.51%

Color #A78C73 in popluar number systems.

HEXA78C73
Decimal167140115
Binary10100111100011001110011
Octal247214163

Shades and tints

Shades of #A78C73

#A78C73
(167,140,115)
#988069
(152,128,105)
#89745F
(137,116,95)
#7A6855
(122,104,85)
#6B5C4B
(107,92,75)
#5C5041
(92,80,65)
#4D4437
(77,68,55)
#3E382D
(62,56,45)
#2F2C23
(47,44,35)
#202019
(32,32,25)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #A78C73

#A78C73
(167,140,115)
#AF967F
(175,150,127)
#B7A08B
(183,160,139)
#BFAA97
(191,170,151)
#C7B4A3
(199,180,163)
#CFBEAF
(207,190,175)
#D7C8BB
(215,200,187)
#DFD2C7
(223,210,199)
#E7DCD3
(231,220,211)
#EFE6DF
(239,230,223)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78C73; }

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

This text font color is #A78C73.


Background Color

.myBgColor { background-color: #A78C73; }

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

This div background color is #A78C73.


Border color

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

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

This div border color is #A78C73.


Opacity

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

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

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

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

This text has shadow with #A78C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78C73 on black background.


Color preview on white background

This text has color #A78C73 on white background.



Black color preview on #A78C73 background

This text has black color on #A78C73 background.


White color preview on #A78C73 background

This text has white color on #A78C73 background.