COLOR #A78A2E

HEX: #A78A2E RGB: (167,138,46)

Color info

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

RGB color model

#A78A2E color RGB value is (167,138,46).

RGB: (167,138,46) (65%, 54%, 18%)

RGB channels and saturation

R 167 of 255 = 65%
G 138 of 255 = 54%
B 46 of 255 = 18%

167
138
46

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

Portions of RGB colors in percentages

R + G + B = 167 + 138 + 46 = 351 (100%)
R 167 of 351 ~ 47.58%
G 138 of 351 ~ 39.32%
B 46 of 351 ~ 13.11'%

%47.58
%39.32
%13.11

CMYK color model

#A78A2E color CMYK value is (0,17,72,35).

  • cyan value is 0.00%
  • magenta value is 17.37%
  • yellow value is 72.46%
  • key color value is 34.51%

CMYK: (0,17,72,35)
C0M17Y72K35 (0%, 17%, 72%, 35%)
(0.00 / 0.17 / 0.72 / 0.35)

CMYK percentages

%0
%17.37
%72.46
%34.51

Codes

Color #A78A2E in popluar color models

A7 8A 2E
RGB 167 138 46
HSL 46° 56.81% 41.76%
HSB/HSV 46° 72.46% 65.49%
CMYK 0.00% 17.37% 72.46%
34.51%

Color #A78A2E in popluar number systems.

HEX A7 8A 2E
Decimal 167 138 46
Binary 10100111 10001010 101110
Octal 247 212 56

Shades and tints

Shades of #A78A2E

#A78A2E
(167,138,46)
#987E2A
(152,126,42)
#897226
(137,114,38)
#7A6622
(122,102,34)
#6B5A1E
(107,90,30)
#5C4E1A
(92,78,26)
#4D4216
(77,66,22)
#3E3612
(62,54,18)
#2F2A0E
(47,42,14)
#201E0A
(32,30,10)
#111206
(17,18,6)
#000000
(0,0,0)

Tints of #A78A2E

#A78A2E
(167,138,46)
#AF9441
(175,148,65)
#B79E54
(183,158,84)
#BFA867
(191,168,103)
#C7B27A
(199,178,122)
#CFBC8D
(207,188,141)
#D7C6A0
(215,198,160)
#DFD0B3
(223,208,179)
#E7DAC6
(231,218,198)
#EFE4D9
(239,228,217)
#F7EEEC
(247,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78A2E color. Also use rgb(167,138,46) instead hex code.

Text Font Color

.myTextColor { color: #A78A2E; }

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

This text font color is #A78A2E.

Background Color

.myBgColor { background-color: #A78A2E; }

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

This div background color is #A78A2E.

Border color

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

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

This div border color is #A78A2E.

Opacity

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

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

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

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

This text has shadow with #A78A2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78A2E.

Preview

Color preview on black background

This text has color #A78A2E on black background.


Color preview on white background

This text has color #A78A2E on white background.


Black color preview on #A78A2E background

This text has black color on #A78A2E background.


White color preview on #A78A2E background

This text has white color on #A78A2E background.


Related colors

Complementary color

Complementary color for #hex is #5875D1.


I love getcolorcode.com

Triadic colors

1 #2EA78A and #8A2EA7 with #A78A2E are triadic colors.

2 #2E8AA7 and #8AA72E with #A78A2E are triadic colors.