COLOR #A78B45

HEX: #A78B45 RGB: (167,139,69)

Color info

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

RGB color model

#A78B45 color RGB value is (167,139,69).

RGB: (167,139,69) (65%, 55%, 27%)

RGB channels and saturation

R 167 of 255 = 65%
G 139 of 255 = 55%
B 69 of 255 = 27%

167
139
69

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

Portions of RGB colors in percentages

R + G + B = 167 + 139 + 69 = 375 (100%)
R 167 of 375 ~ 44.53%
G 139 of 375 ~ 37.07%
B 69 of 375 ~ 18.4'%

%44.53
%37.07
%18.4

CMYK color model

#A78B45 color CMYK value is (0,17,59,35).

  • cyan value is 0.00%
  • magenta value is 16.77%
  • yellow value is 58.68%
  • key color value is 34.51%

CMYK: (0,17,59,35)
C0M17Y59K35 (0%, 17%, 59%, 35%)
(0.00 / 0.17 / 0.59 / 0.35)

CMYK percentages

%0
%16.77
%58.68
%34.51

Codes

Color #A78B45 in popluar color models

A7 8B 45
RGB 167 139 69
HSL 43° 41.53% 46.27%
HSB/HSV 43° 58.68% 65.49%
CMYK 0.00% 16.77% 58.68%
34.51%

Color #A78B45 in popluar number systems.

HEX A7 8B 45
Decimal 167 139 69
Binary 10100111 10001011 1000101
Octal 247 213 105

Shades and tints

Shades of #A78B45

#A78B45
(167,139,69)
#987F3F
(152,127,63)
#897339
(137,115,57)
#7A6733
(122,103,51)
#6B5B2D
(107,91,45)
#5C4F27
(92,79,39)
#4D4321
(77,67,33)
#3E371B
(62,55,27)
#2F2B15
(47,43,21)
#201F0F
(32,31,15)
#111309
(17,19,9)
#000000
(0,0,0)

Tints of #A78B45

#A78B45
(167,139,69)
#AF9555
(175,149,85)
#B79F65
(183,159,101)
#BFA975
(191,169,117)
#C7B385
(199,179,133)
#CFBD95
(207,189,149)
#D7C7A5
(215,199,165)
#DFD1B5
(223,209,181)
#E7DBC5
(231,219,197)
#EFE5D5
(239,229,213)
#F7EFE5
(247,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78B45 color. Also use rgb(167,139,69) instead hex code.

Text Font Color

.myTextColor { color: #A78B45; }

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

This text font color is #A78B45.

Background Color

.myBgColor { background-color: #A78B45; }

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

This div background color is #A78B45.

Border color

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

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

This div border color is #A78B45.

Opacity

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

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

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

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

This text has shadow with #A78B45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78B45.

Preview

Color preview on black background

This text has color #A78B45 on black background.


Color preview on white background

This text has color #A78B45 on white background.


Black color preview on #A78B45 background

This text has black color on #A78B45 background.


White color preview on #A78B45 background

This text has white color on #A78B45 background.


Related colors

Complementary color

Complementary color for #hex is #5874BA.


I love getcolorcode.com

Triadic colors

1 #45A78B and #8B45A7 with #A78B45 are triadic colors.

2 #458BA7 and #8BA745 with #A78B45 are triadic colors.