COLOR #A7891A

HEX: #A7891A RGB: (167,137,26)

Color info

#A7891A contains mainly red and green colors. Web safe color of #A7891A is #999900 (or #990).

RGB color model

#A7891A color RGB value is (167,137,26).

RGB: (167,137,26) (65%, 54%, 10%)

RGB channels and saturation

R 167 of 255 = 65%
G 137 of 255 = 54%
B 26 of 255 = 10%

167
137
26

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

Portions of RGB colors in percentages

R + G + B = 167 + 137 + 26 = 330 (100%)
R 167 of 330 ~ 50.61%
G 137 of 330 ~ 41.52%
B 26 of 330 ~ 7.88'%

%50.61
%41.52

CMYK color model

#A7891A color CMYK value is (0,18,84,35).

  • cyan value is 0.00%
  • magenta value is 17.96%
  • yellow value is 84.43%
  • key color value is 34.51%

CMYK: (0,18,84,35)
C0M18Y84K35 (0%, 18%, 84%, 35%)
(0.00 / 0.18 / 0.84 / 0.35)

CMYK percentages

%0
%17.96
%84.43
%34.51

Codes

Color #A7891A in popluar color models

A7 89 1A
RGB 167 137 26
HSL 47° 73.06% 37.84%
HSB/HSV 47° 84.43% 65.49%
CMYK 0.00% 17.96% 84.43%
34.51%

Color #A7891A in popluar number systems.

HEX A7 89 1A
Decimal 167 137 26
Binary 10100111 10001001 11010
Octal 247 211 32

Shades and tints

Shades of #A7891A

#A7891A
(167,137,26)
#987D18
(152,125,24)
#897116
(137,113,22)
#7A6514
(122,101,20)
#6B5912
(107,89,18)
#5C4D10
(92,77,16)
#4D410E
(77,65,14)
#3E350C
(62,53,12)
#2F290A
(47,41,10)
#201D08
(32,29,8)
#111106
(17,17,6)
#000000
(0,0,0)

Tints of #A7891A

#A7891A
(167,137,26)
#AF932E
(175,147,46)
#B79D42
(183,157,66)
#BFA756
(191,167,86)
#C7B16A
(199,177,106)
#CFBB7E
(207,187,126)
#D7C592
(215,197,146)
#DFCFA6
(223,207,166)
#E7D9BA
(231,217,186)
#EFE3CE
(239,227,206)
#F7EDE2
(247,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7891A color. Also use rgb(167,137,26) instead hex code.

Text Font Color

.myTextColor { color: #A7891A; }

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

This text font color is #A7891A.

Background Color

.myBgColor { background-color: #A7891A; }

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

This div background color is #A7891A.

Border color

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

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

This div border color is #A7891A.

Opacity

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

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

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

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

This text has shadow with #A7891A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7891A.

Preview

Color preview on black background

This text has color #A7891A on black background.


Color preview on white background

This text has color #A7891A on white background.


Black color preview on #A7891A background

This text has black color on #A7891A background.


White color preview on #A7891A background

This text has white color on #A7891A background.


Related colors

Complementary color

Complementary color for #hex is #5876E5.


I love getcolorcode.com

Triadic colors

1 #1AA789 and #891AA7 with #A7891A are triadic colors.

2 #1A89A7 and #89A71A with #A7891A are triadic colors.