COLOR #A7873A

HEX: #A7873A RGB: (167,135,58)

Color info

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

RGB color model

#A7873A color RGB value is (167,135,58).

RGB: (167,135,58) (65%, 53%, 23%)

RGB channels and saturation

R 167 of 255 = 65%
G 135 of 255 = 53%
B 58 of 255 = 23%

167
135
58

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

Portions of RGB colors in percentages

R + G + B = 167 + 135 + 58 = 360 (100%)
R 167 of 360 ~ 46.39%
G 135 of 360 ~ 37.5%
B 58 of 360 ~ 16.11'%

%46.39
%37.5
%16.11

CMYK color model

#A7873A color CMYK value is (0,19,65,35).

  • cyan value is 0.00%
  • magenta value is 19.16%
  • yellow value is 65.27%
  • key color value is 34.51%

CMYK: (0,19,65,35)
C0M19Y65K35 (0%, 19%, 65%, 35%)
(0.00 / 0.19 / 0.65 / 0.35)

CMYK percentages

%0
%19.16
%65.27
%34.51

Codes

Color #A7873A in popluar color models

A7 87 3A
RGB 167 135 58
HSL 42° 48.44% 44.12%
HSB/HSV 42° 65.27% 65.49%
CMYK 0.00% 19.16% 65.27%
34.51%

Color #A7873A in popluar number systems.

HEX A7 87 3A
Decimal 167 135 58
Binary 10100111 10000111 111010
Octal 247 207 72

Shades and tints

Shades of #A7873A

#A7873A
(167,135,58)
#987B35
(152,123,53)
#896F30
(137,111,48)
#7A632B
(122,99,43)
#6B5726
(107,87,38)
#5C4B21
(92,75,33)
#4D3F1C
(77,63,28)
#3E3317
(62,51,23)
#2F2712
(47,39,18)
#201B0D
(32,27,13)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #A7873A

#A7873A
(167,135,58)
#AF914B
(175,145,75)
#B79B5C
(183,155,92)
#BFA56D
(191,165,109)
#C7AF7E
(199,175,126)
#CFB98F
(207,185,143)
#D7C3A0
(215,195,160)
#DFCDB1
(223,205,177)
#E7D7C2
(231,215,194)
#EFE1D3
(239,225,211)
#F7EBE4
(247,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7873A color. Also use rgb(167,135,58) instead hex code.

Text Font Color

.myTextColor { color: #A7873A; }

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

This text font color is #A7873A.

Background Color

.myBgColor { background-color: #A7873A; }

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

This div background color is #A7873A.

Border color

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

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

This div border color is #A7873A.

Opacity

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

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

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

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

This text has shadow with #A7873A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7873A.

Preview

Color preview on black background

This text has color #A7873A on black background.


Color preview on white background

This text has color #A7873A on white background.


Black color preview on #A7873A background

This text has black color on #A7873A background.


White color preview on #A7873A background

This text has white color on #A7873A background.


Related colors

Complementary color

Complementary color for #hex is #5878C5.


I love getcolorcode.com

Triadic colors

1 #3AA787 and #873AA7 with #A7873A are triadic colors.

2 #3A87A7 and #87A73A with #A7873A are triadic colors.