COLOR #A78676

HEX: #A78676
RGB: (167,134,118)

Color info

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

RGB color model

#A78676 color RGB value is (167,134,118).

  • red value is 167;
  • green value is 134;
  • blue value is 118.
RGB:
(167,134,118)
(65%,53%,46%)

RGB channels and saturation

R 167 of 255 = 65%
G 134 of 255 = 53%
B 118 of 255 = 46%

167
134
118

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

Portions of RGB colors in percentages

R + G + B =
167 + 134 + 118 = 419 (100%)
R 167 of 419 ~ 39.86%
G 134 of 419 ~ 31.98%
B 118 of 419 ~ 28.16%

%39.86
%31.98
%28.16

CMYK color model

#A78676 color CMYK value is (0,20,29,35).

  • cyan value is 0.00%
  • magenta value is 19.76%
  • yellow value is 29.34%
  • key color value is 34.51%
CMYK:
(0,20,29,35)
C0M20Y29K35 
(0%,20%,29%,35%)
(0.00/0.20/0.29/0.35)	

CMYK percentages

%0
%19.76
%29.34
%34.51

Codes

Color #A78676 in popluar color models

A78676
RGB167134118
HSL20°21.78%55.88%
HSB/HSV20°29.34%65.49%
CMYK0.00%19.76%29.34%
34.51%

Color #A78676 in popluar number systems.

HEXA78676
Decimal167134118
Binary10100111100001101110110
Octal247206166

Shades and tints

Shades of #A78676

#A78676
(167,134,118)
#987A6C
(152,122,108)
#896E62
(137,110,98)
#7A6258
(122,98,88)
#6B564E
(107,86,78)
#5C4A44
(92,74,68)
#4D3E3A
(77,62,58)
#3E3230
(62,50,48)
#2F2626
(47,38,38)
#201A1C
(32,26,28)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #A78676

#A78676
(167,134,118)
#AF9182
(175,145,130)
#B79C8E
(183,156,142)
#BFA79A
(191,167,154)
#C7B2A6
(199,178,166)
#CFBDB2
(207,189,178)
#D7C8BE
(215,200,190)
#DFD3CA
(223,211,202)
#E7DED6
(231,222,214)
#EFE9E2
(239,233,226)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78676 color. Also use rgb(167,134,118) instead hex code.

Text Font Color

.myTextColor { color: #A78676; }

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

This text font color is #A78676.


Background Color

.myBgColor { background-color: #A78676; }

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

This div background color is #A78676.


Border color

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

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

This div border color is #A78676.


Opacity

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

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

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

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

This text has shadow with #A78676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78676 on black background.


Color preview on white background

This text has color #A78676 on white background.



Black color preview on #A78676 background

This text has black color on #A78676 background.


White color preview on #A78676 background

This text has white color on #A78676 background.