COLOR #A7865D

HEX: #A7865D RGB: (167,134,93)

Color info

#A7865D contains mainly red and green colors. Web safe color of #A7865D is #999966 (or #996).

RGB color model

#A7865D color RGB value is (167,134,93).

RGB: (167,134,93) (65%, 53%, 36%)

RGB channels and saturation

R 167 of 255 = 65%
G 134 of 255 = 53%
B 93 of 255 = 36%

167
134
93

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

Portions of RGB colors in percentages

R + G + B = 167 + 134 + 93 = 394 (100%)
R 167 of 394 ~ 42.39%
G 134 of 394 ~ 34.01%
B 93 of 394 ~ 23.6'%

%42.39
%34.01
%23.6

CMYK color model

#A7865D color CMYK value is (0,20,44,35).

  • cyan value is 0.00%
  • magenta value is 19.76%
  • yellow value is 44.31%
  • key color value is 34.51%

CMYK: (0,20,44,35)
C0M20Y44K35 (0%, 20%, 44%, 35%)
(0.00 / 0.20 / 0.44 / 0.35)

CMYK percentages

%0
%19.76
%44.31
%34.51

Codes

Color #A7865D in popluar color models

A7 86 5D
RGB 167 134 93
HSL 33° 29.60% 50.98%
HSB/HSV 33° 44.31% 65.49%
CMYK 0.00% 19.76% 44.31%
34.51%

Color #A7865D in popluar number systems.

HEX A7 86 5D
Decimal 167 134 93
Binary 10100111 10000110 1011101
Octal 247 206 135

Shades and tints

Shades of #A7865D

#A7865D
(167,134,93)
#987A55
(152,122,85)
#896E4D
(137,110,77)
#7A6245
(122,98,69)
#6B563D
(107,86,61)
#5C4A35
(92,74,53)
#4D3E2D
(77,62,45)
#3E3225
(62,50,37)
#2F261D
(47,38,29)
#201A15
(32,26,21)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #A7865D

#A7865D
(167,134,93)
#AF916B
(175,145,107)
#B79C79
(183,156,121)
#BFA787
(191,167,135)
#C7B295
(199,178,149)
#CFBDA3
(207,189,163)
#D7C8B1
(215,200,177)
#DFD3BF
(223,211,191)
#E7DECD
(231,222,205)
#EFE9DB
(239,233,219)
#F7F4E9
(247,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7865D color. Also use rgb(167,134,93) instead hex code.

Text Font Color

.myTextColor { color: #A7865D; }

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

This text font color is #A7865D.

Background Color

.myBgColor { background-color: #A7865D; }

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

This div background color is #A7865D.

Border color

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

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

This div border color is #A7865D.

Opacity

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

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

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

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

This text has shadow with #A7865D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7865D.

Preview

Color preview on black background

This text has color #A7865D on black background.


Color preview on white background

This text has color #A7865D on white background.


Black color preview on #A7865D background

This text has black color on #A7865D background.


White color preview on #A7865D background

This text has white color on #A7865D background.


Related colors

Complementary color

Complementary color for #hex is #5879A2.


I love getcolorcode.com

Triadic colors

1 #5DA786 and #865DA7 with #A7865D are triadic colors.

2 #5D86A7 and #86A75D with #A7865D are triadic colors.