COLOR #A78D6B

HEX: #A78D6B
RGB: (167,141,107)

Color info

#A78D6B contains mainly red and green colors. Web safe color of #A78D6B is #999966 (or #996).

RGB color model

#A78D6B color RGB value is (167,141,107).

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

RGB channels and saturation

R 167 of 255 = 65%
G 141 of 255 = 55%
B 107 of 255 = 42%

167
141
107

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

Portions of RGB colors in percentages

R + G + B =
167 + 141 + 107 = 415 (100%)
R 167 of 415 ~ 40.24%
G 141 of 415 ~ 33.98%
B 107 of 415 ~ 25.78%

%40.24
%33.98
%25.78

CMYK color model

#A78D6B color CMYK value is (0,16,36,35).

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 35.93%
  • key color value is 34.51%
CMYK:
(0,16,36,35)
C0M16Y36K35 
(0%,16%,36%,35%)
(0.00/0.16/0.36/0.35)	

CMYK percentages

%0
%15.57
%35.93
%34.51

Codes

Color #A78D6B in popluar color models

A78D6B
RGB167141107
HSL34°25.42%53.73%
HSB/HSV34°35.93%65.49%
CMYK0.00%15.57%35.93%
34.51%

Color #A78D6B in popluar number systems.

HEXA78D6B
Decimal167141107
Binary10100111100011011101011
Octal247215153

Shades and tints

Shades of #A78D6B

#A78D6B
(167,141,107)
#988162
(152,129,98)
#897559
(137,117,89)
#7A6950
(122,105,80)
#6B5D47
(107,93,71)
#5C513E
(92,81,62)
#4D4535
(77,69,53)
#3E392C
(62,57,44)
#2F2D23
(47,45,35)
#20211A
(32,33,26)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #A78D6B

#A78D6B
(167,141,107)
#AF9778
(175,151,120)
#B7A185
(183,161,133)
#BFAB92
(191,171,146)
#C7B59F
(199,181,159)
#CFBFAC
(207,191,172)
#D7C9B9
(215,201,185)
#DFD3C6
(223,211,198)
#E7DDD3
(231,221,211)
#EFE7E0
(239,231,224)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78D6B; }

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

This text font color is #A78D6B.


Background Color

.myBgColor { background-color: #A78D6B; }

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

This div background color is #A78D6B.


Border color

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

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

This div border color is #A78D6B.


Opacity

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

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

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

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

This text has shadow with #A78D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78D6B on black background.


Color preview on white background

This text has color #A78D6B on white background.



Black color preview on #A78D6B background

This text has black color on #A78D6B background.


White color preview on #A78D6B background

This text has white color on #A78D6B background.