COLOR #A78366

HEX: #A78366
RGB: (167,131,102)

Color info

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

RGB color model

#A78366 color RGB value is (167,131,102).

  • red value is 167;
  • green value is 131;
  • blue value is 102.
RGB:
(167,131,102)
(65%,51%,40%)

RGB channels and saturation

R 167 of 255 = 65%
G 131 of 255 = 51%
B 102 of 255 = 40%

167
131
102

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

Portions of RGB colors in percentages

R + G + B =
167 + 131 + 102 = 400 (100%)
R 167 of 400 ~ 41.75%
G 131 of 400 ~ 32.75%
B 102 of 400 ~ 25.5%

%41.75
%32.75
%25.5

CMYK color model

#A78366 color CMYK value is (0,22,39,35).

  • cyan value is 0.00%
  • magenta value is 21.56%
  • yellow value is 38.92%
  • key color value is 34.51%
CMYK:
(0,22,39,35)
C0M22Y39K35 
(0%,22%,39%,35%)
(0.00/0.22/0.39/0.35)	

CMYK percentages

%0
%21.56
%38.92
%34.51

Codes

Color #A78366 in popluar color models

A78366
RGB167131102
HSL27°26.97%52.75%
HSB/HSV27°38.92%65.49%
CMYK0.00%21.56%38.92%
34.51%

Color #A78366 in popluar number systems.

HEXA78366
Decimal167131102
Binary10100111100000111100110
Octal247203146

Shades and tints

Shades of #A78366

#A78366
(167,131,102)
#98785D
(152,120,93)
#896D54
(137,109,84)
#7A624B
(122,98,75)
#6B5742
(107,87,66)
#5C4C39
(92,76,57)
#4D4130
(77,65,48)
#3E3627
(62,54,39)
#2F2B1E
(47,43,30)
#202015
(32,32,21)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #A78366

#A78366
(167,131,102)
#AF8E73
(175,142,115)
#B79980
(183,153,128)
#BFA48D
(191,164,141)
#C7AF9A
(199,175,154)
#CFBAA7
(207,186,167)
#D7C5B4
(215,197,180)
#DFD0C1
(223,208,193)
#E7DBCE
(231,219,206)
#EFE6DB
(239,230,219)
#F7F1E8
(247,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78366 color. Also use rgb(167,131,102) instead hex code.

Text Font Color

.myTextColor { color: #A78366; }

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

This text font color is #A78366.


Background Color

.myBgColor { background-color: #A78366; }

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

This div background color is #A78366.


Border color

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

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

This div border color is #A78366.


Opacity

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

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

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

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

This text has shadow with #A78366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78366 on black background.


Color preview on white background

This text has color #A78366 on white background.



Black color preview on #A78366 background

This text has black color on #A78366 background.


White color preview on #A78366 background

This text has white color on #A78366 background.