COLOR #A78E3B

HEX: #A78E3B RGB: (167,142,59)

Color info

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

RGB color model

#A78E3B color RGB value is (167,142,59).

RGB: (167,142,59) (65%, 56%, 23%)

RGB channels and saturation

R 167 of 255 = 65%
G 142 of 255 = 56%
B 59 of 255 = 23%

167
142
59

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

Portions of RGB colors in percentages

R + G + B = 167 + 142 + 59 = 368 (100%)
R 167 of 368 ~ 45.38%
G 142 of 368 ~ 38.59%
B 59 of 368 ~ 16.03'%

%45.38
%38.59
%16.03

CMYK color model

#A78E3B color CMYK value is (0,15,65,35).

  • cyan value is 0.00%
  • magenta value is 14.97%
  • yellow value is 64.67%
  • key color value is 34.51%
CMYK: (0,15,65,35) C0M15Y65K35 (0%,15%,65%,35%) (0.00/0.15/0.65/0.35) 

CMYK percentages

%0
%14.97
%64.67
%34.51

Codes

Color #A78E3B in popluar color models

A7 8E 3B
RGB 167 142 59
HSL 46° 47.79% 44.31%
HSB/HSV 46° 64.67% 65.49%
CMYK 0.00% 14.97% 64.67%
34.51%

Color #A78E3B in popluar number systems.

HEX A7 8E 3B
Decimal 167 142 59
Binary 10100111 10001110 111011
Octal 247 216 73

Shades and tints

Shades of #A78E3B

#A78E3B
(167,142,59)
#988236
(152,130,54)
#897631
(137,118,49)
#7A6A2C
(122,106,44)
#6B5E27
(107,94,39)
#5C5222
(92,82,34)
#4D461D
(77,70,29)
#3E3A18
(62,58,24)
#2F2E13
(47,46,19)
#20220E
(32,34,14)
#111609
(17,22,9)
#000000
(0,0,0)

Tints of #A78E3B

#A78E3B
(167,142,59)
#AF984C
(175,152,76)
#B7A25D
(183,162,93)
#BFAC6E
(191,172,110)
#C7B67F
(199,182,127)
#CFC090
(207,192,144)
#D7CAA1
(215,202,161)
#DFD4B2
(223,212,178)
#E7DEC3
(231,222,195)
#EFE8D4
(239,232,212)
#F7F2E5
(247,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78E3B; }

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

This text font color is #A78E3B.

Background Color

.myBgColor { background-color: #A78E3B; }

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

This div background color is #A78E3B.

Border color

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

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

This div border color is #A78E3B.

Opacity

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

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

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

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

This text has shadow with #A78E3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78E3B.

Preview

Color preview on black background

This text has color #A78E3B on black background.


Color preview on white background

This text has color #A78E3B on white background.


Black color preview on #A78E3B background

This text has black color on #A78E3B background.


White color preview on #A78E3B background

This text has white color on #A78E3B background.


Related colors

Complementary color

Complementary color for #hex is #5871C4.


I love getcolorcode.com

Triadic colors

1 #3BA78E and #8E3BA7 with #A78E3B are triadic colors.

2 #3B8EA7 and #8EA73B with #A78E3B are triadic colors.