COLOR #A78E70

HEX: #A78E70
RGB: (167,142,112)

Color info

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

RGB color model

#A78E70 color RGB value is (167,142,112).

  • red value is 167;
  • green value is 142;
  • blue value is 112.
RGB:
(167,142,112)
(65%,56%,44%)

RGB channels and saturation

R 167 of 255 = 65%
G 142 of 255 = 56%
B 112 of 255 = 44%

167
142
112

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

Portions of RGB colors in percentages

R + G + B =
167 + 142 + 112 = 421 (100%)
R 167 of 421 ~ 39.67%
G 142 of 421 ~ 33.73%
B 112 of 421 ~ 26.6%

%39.67
%33.73
%26.6

CMYK color model

#A78E70 color CMYK value is (0,15,33,35).

  • cyan value is 0.00%
  • magenta value is 14.97%
  • yellow value is 32.93%
  • key color value is 34.51%
CMYK:
(0,15,33,35)
C0M15Y33K35 
(0%,15%,33%,35%)
(0.00/0.15/0.33/0.35)	

CMYK percentages

%0
%14.97
%32.93
%34.51

Codes

Color #A78E70 in popluar color models

A78E70
RGB167142112
HSL33°23.81%54.71%
HSB/HSV33°32.93%65.49%
CMYK0.00%14.97%32.93%
34.51%

Color #A78E70 in popluar number systems.

HEXA78E70
Decimal167142112
Binary10100111100011101110000
Octal247216160

Shades and tints

Shades of #A78E70

#A78E70
(167,142,112)
#988266
(152,130,102)
#89765C
(137,118,92)
#7A6A52
(122,106,82)
#6B5E48
(107,94,72)
#5C523E
(92,82,62)
#4D4634
(77,70,52)
#3E3A2A
(62,58,42)
#2F2E20
(47,46,32)
#202216
(32,34,22)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #A78E70

#A78E70
(167,142,112)
#AF987D
(175,152,125)
#B7A28A
(183,162,138)
#BFAC97
(191,172,151)
#C7B6A4
(199,182,164)
#CFC0B1
(207,192,177)
#D7CABE
(215,202,190)
#DFD4CB
(223,212,203)
#E7DED8
(231,222,216)
#EFE8E5
(239,232,229)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78E70 color. Also use rgb(167,142,112) instead hex code.

Text Font Color

.myTextColor { color: #A78E70; }

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

This text font color is #A78E70.


Background Color

.myBgColor { background-color: #A78E70; }

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

This div background color is #A78E70.


Border color

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

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

This div border color is #A78E70.


Opacity

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

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

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

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

This text has shadow with #A78E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78E70 on black background.


Color preview on white background

This text has color #A78E70 on white background.



Black color preview on #A78E70 background

This text has black color on #A78E70 background.


White color preview on #A78E70 background

This text has white color on #A78E70 background.