COLOR #A78D3D

HEX: #A78D3D RGB: (167,141,61)

Color info

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

RGB color model

#A78D3D color RGB value is (167,141,61).

RGB: (167,141,61) (65%, 55%, 24%)

RGB channels and saturation

R 167 of 255 = 65%
G 141 of 255 = 55%
B 61 of 255 = 24%

167
141
61

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

Portions of RGB colors in percentages

R + G + B = 167 + 141 + 61 = 369 (100%)
R 167 of 369 ~ 45.26%
G 141 of 369 ~ 38.21%
B 61 of 369 ~ 16.53'%

%45.26
%38.21
%16.53

CMYK color model

#A78D3D color CMYK value is (0,16,63,35).

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 63.47%
  • key color value is 34.51%

CMYK: (0,16,63,35)
C0M16Y63K35 (0%, 16%, 63%, 35%)
(0.00 / 0.16 / 0.63 / 0.35)

CMYK percentages

%0
%15.57
%63.47
%34.51

Codes

Color #A78D3D in popluar color models

A7 8D 3D
RGB 167 141 61
HSL 45° 46.49% 44.71%
HSB/HSV 45° 63.47% 65.49%
CMYK 0.00% 15.57% 63.47%
34.51%

Color #A78D3D in popluar number systems.

HEX A7 8D 3D
Decimal 167 141 61
Binary 10100111 10001101 111101
Octal 247 215 75

Shades and tints

Shades of #A78D3D

#A78D3D
(167,141,61)
#988138
(152,129,56)
#897533
(137,117,51)
#7A692E
(122,105,46)
#6B5D29
(107,93,41)
#5C5124
(92,81,36)
#4D451F
(77,69,31)
#3E391A
(62,57,26)
#2F2D15
(47,45,21)
#202110
(32,33,16)
#11150B
(17,21,11)
#000000
(0,0,0)

Tints of #A78D3D

#A78D3D
(167,141,61)
#AF974E
(175,151,78)
#B7A15F
(183,161,95)
#BFAB70
(191,171,112)
#C7B581
(199,181,129)
#CFBF92
(207,191,146)
#D7C9A3
(215,201,163)
#DFD3B4
(223,211,180)
#E7DDC5
(231,221,197)
#EFE7D6
(239,231,214)
#F7F1E7
(247,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78D3D color. Also use rgb(167,141,61) instead hex code.

Text Font Color

.myTextColor { color: #A78D3D; }

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

This text font color is #A78D3D.

Background Color

.myBgColor { background-color: #A78D3D; }

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

This div background color is #A78D3D.

Border color

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

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

This div border color is #A78D3D.

Opacity

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

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

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

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

This text has shadow with #A78D3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78D3D.

Preview

Color preview on black background

This text has color #A78D3D on black background.


Color preview on white background

This text has color #A78D3D on white background.


Black color preview on #A78D3D background

This text has black color on #A78D3D background.


White color preview on #A78D3D background

This text has white color on #A78D3D background.


Related colors

Complementary color

Complementary color for #hex is #5872C2.


I love getcolorcode.com

Triadic colors

1 #3DA78D and #8D3DA7 with #A78D3D are triadic colors.

2 #3D8DA7 and #8DA73D with #A78D3D are triadic colors.