COLOR #A78636

HEX: #A78636
RGB: (167,134,54)

Color info

#A78636 contains mainly red and green colors. Web safe color of #A78636 is #999933 (or #993).

RGB color model

#A78636 color RGB value is (167,134,54).

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

RGB channels and saturation

R 167 of 255 = 65%
G 134 of 255 = 53%
B 54 of 255 = 21%

167
134
54

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

Portions of RGB colors in percentages

R + G + B =
167 + 134 + 54 = 355 (100%)
R 167 of 355 ~ 47.04%
G 134 of 355 ~ 37.75%
B 54 of 355 ~ 15.21%

%47.04
%37.75
%15.21

CMYK color model

#A78636 color CMYK value is (0,20,68,35).

  • cyan value is 0.00%
  • magenta value is 19.76%
  • yellow value is 67.66%
  • key color value is 34.51%
CMYK:
(0,20,68,35)
C0M20Y68K35 
(0%,20%,68%,35%)
(0.00/0.20/0.68/0.35)	

CMYK percentages

%0
%19.76
%67.66
%34.51

Codes

Color #A78636 in popluar color models

A78636
RGB16713454
HSL42°51.13%43.33%
HSB/HSV42°67.66%65.49%
CMYK0.00%19.76%67.66%
34.51%

Color #A78636 in popluar number systems.

HEXA78636
Decimal16713454
Binary1010011110000110110110
Octal24720666

Shades and tints

Shades of #A78636

#A78636
(167,134,54)
#987A32
(152,122,50)
#896E2E
(137,110,46)
#7A622A
(122,98,42)
#6B5626
(107,86,38)
#5C4A22
(92,74,34)
#4D3E1E
(77,62,30)
#3E321A
(62,50,26)
#2F2616
(47,38,22)
#201A12
(32,26,18)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #A78636

#A78636
(167,134,54)
#AF9148
(175,145,72)
#B79C5A
(183,156,90)
#BFA76C
(191,167,108)
#C7B27E
(199,178,126)
#CFBD90
(207,189,144)
#D7C8A2
(215,200,162)
#DFD3B4
(223,211,180)
#E7DEC6
(231,222,198)
#EFE9D8
(239,233,216)
#F7F4EA
(247,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78636; }

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

This text font color is #A78636.


Background Color

.myBgColor { background-color: #A78636; }

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

This div background color is #A78636.


Border color

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

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

This div border color is #A78636.


Opacity

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

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

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

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

This text has shadow with #A78636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78636 on black background.


Color preview on white background

This text has color #A78636 on white background.



Black color preview on #A78636 background

This text has black color on #A78636 background.


White color preview on #A78636 background

This text has white color on #A78636 background.