COLOR #A78B73

HEX: #A78B73
RGB: (167,139,115)

Color info

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

RGB color model

#A78B73 color RGB value is (167,139,115).

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

RGB channels and saturation

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

167
139
115

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

Portions of RGB colors in percentages

R + G + B =
167 + 139 + 115 = 421 (100%)
R 167 of 421 ~ 39.67%
G 139 of 421 ~ 33.02%
B 115 of 421 ~ 27.32%

%39.67
%33.02
%27.32

CMYK color model

#A78B73 color CMYK value is (0,17,31,35).

  • cyan value is 0.00%
  • magenta value is 16.77%
  • yellow value is 31.14%
  • key color value is 34.51%
CMYK:
(0,17,31,35)
C0M17Y31K35 
(0%,17%,31%,35%)
(0.00/0.17/0.31/0.35)	

CMYK percentages

%0
%16.77
%31.14
%34.51

Codes

Color #A78B73 in popluar color models

A78B73
RGB167139115
HSL28°22.81%55.29%
HSB/HSV28°31.14%65.49%
CMYK0.00%16.77%31.14%
34.51%

Color #A78B73 in popluar number systems.

HEXA78B73
Decimal167139115
Binary10100111100010111110011
Octal247213163

Shades and tints

Shades of #A78B73

#A78B73
(167,139,115)
#987F69
(152,127,105)
#89735F
(137,115,95)
#7A6755
(122,103,85)
#6B5B4B
(107,91,75)
#5C4F41
(92,79,65)
#4D4337
(77,67,55)
#3E372D
(62,55,45)
#2F2B23
(47,43,35)
#201F19
(32,31,25)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #A78B73

#A78B73
(167,139,115)
#AF957F
(175,149,127)
#B79F8B
(183,159,139)
#BFA997
(191,169,151)
#C7B3A3
(199,179,163)
#CFBDAF
(207,189,175)
#D7C7BB
(215,199,187)
#DFD1C7
(223,209,199)
#E7DBD3
(231,219,211)
#EFE5DF
(239,229,223)
#F7EFEB
(247,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78B73; }

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

This text font color is #A78B73.


Background Color

.myBgColor { background-color: #A78B73; }

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

This div background color is #A78B73.


Border color

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

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

This div border color is #A78B73.


Opacity

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

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

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

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

This text has shadow with #A78B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78B73 on black background.


Color preview on white background

This text has color #A78B73 on white background.



Black color preview on #A78B73 background

This text has black color on #A78B73 background.


White color preview on #A78B73 background

This text has white color on #A78B73 background.