COLOR #A78D73

HEX: #A78D73
RGB: (167,141,115)

Color info

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

RGB color model

#A78D73 color RGB value is (167,141,115).

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

RGB channels and saturation

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

167
141
115

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

Portions of RGB colors in percentages

R + G + B =
167 + 141 + 115 = 423 (100%)
R 167 of 423 ~ 39.48%
G 141 of 423 ~ 33.33%
B 115 of 423 ~ 27.19%

%39.48
%33.33
%27.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.57%
  • 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
%15.57
%31.14
%34.51

Codes

Color #A78D73 in popluar color models

A78D73
RGB167141115
HSL30°22.81%55.29%
HSB/HSV30°31.14%65.49%
CMYK0.00%15.57%31.14%
34.51%

Color #A78D73 in popluar number systems.

HEXA78D73
Decimal167141115
Binary10100111100011011110011
Octal247215163

Shades and tints

Shades of #A78D73

#A78D73
(167,141,115)
#988169
(152,129,105)
#89755F
(137,117,95)
#7A6955
(122,105,85)
#6B5D4B
(107,93,75)
#5C5141
(92,81,65)
#4D4537
(77,69,55)
#3E392D
(62,57,45)
#2F2D23
(47,45,35)
#202119
(32,33,25)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #A78D73

#A78D73
(167,141,115)
#AF977F
(175,151,127)
#B7A18B
(183,161,139)
#BFAB97
(191,171,151)
#C7B5A3
(199,181,163)
#CFBFAF
(207,191,175)
#D7C9BB
(215,201,187)
#DFD3C7
(223,211,199)
#E7DDD3
(231,221,211)
#EFE7DF
(239,231,223)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78D73; }

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

This text font color is #A78D73.


Background Color

.myBgColor { background-color: #A78D73; }

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

This div background color is #A78D73.


Border color

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

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

This div border color is #A78D73.


Opacity

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

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

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

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

This text has shadow with #A78D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78D73 on black background.


Color preview on white background

This text has color #A78D73 on white background.



Black color preview on #A78D73 background

This text has black color on #A78D73 background.


White color preview on #A78D73 background

This text has white color on #A78D73 background.