COLOR #A4864E

HEX: #A4864E RGB: (164,134,78)

Color info

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

RGB color model

#A4864E color RGB value is (164,134,78).

RGB: (164,134,78) (64%, 53%, 31%)

RGB channels and saturation

R 164 of 255 = 64%
G 134 of 255 = 53%
B 78 of 255 = 31%

164
134
78

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

Portions of RGB colors in percentages

R + G + B = 164 + 134 + 78 = 376 (100%)
R 164 of 376 ~ 43.62%
G 134 of 376 ~ 35.64%
B 78 of 376 ~ 20.74'%

%43.62
%35.64
%20.74

CMYK color model

#A4864E color CMYK value is (0,18,52,36).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 52.44%
  • key color value is 35.69%
CMYK: (0,18,52,36) C0M18Y52K36 (0%,18%,52%,36%) (0.00/0.18/0.52/0.36) 

CMYK percentages

%0
%18.29
%52.44
%35.69

Codes

Color #A4864E in popluar color models

A4 86 4E
RGB 164 134 78
HSL 39° 35.54% 47.45%
HSB/HSV 39° 52.44% 64.31%
CMYK 0.00% 18.29% 52.44%
35.69%

Color #A4864E in popluar number systems.

HEX A4 86 4E
Decimal 164 134 78
Binary 10100100 10000110 1001110
Octal 244 206 116

Shades and tints

Shades of #A4864E

#A4864E
(164,134,78)
#967A47
(150,122,71)
#886E40
(136,110,64)
#7A6239
(122,98,57)
#6C5632
(108,86,50)
#5E4A2B
(94,74,43)
#503E24
(80,62,36)
#42321D
(66,50,29)
#342616
(52,38,22)
#261A0F
(38,26,15)
#180E08
(24,14,8)
#000000
(0,0,0)

Tints of #A4864E

#A4864E
(164,134,78)
#AC915E
(172,145,94)
#B49C6E
(180,156,110)
#BCA77E
(188,167,126)
#C4B28E
(196,178,142)
#CCBD9E
(204,189,158)
#D4C8AE
(212,200,174)
#DCD3BE
(220,211,190)
#E4DECE
(228,222,206)
#ECE9DE
(236,233,222)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4864E color. Also use rgb(164,134,78) instead hex code.

Text Font Color

.myTextColor { color: #A4864E; }

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

This text font color is #A4864E.

Background Color

.myBgColor { background-color: #A4864E; }

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

This div background color is #A4864E.

Border color

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

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

This div border color is #A4864E.

Opacity

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

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

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

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

This text has shadow with #A4864E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4864E.

Preview

Color preview on black background

This text has color #A4864E on black background.


Color preview on white background

This text has color #A4864E on white background.


Black color preview on #A4864E background

This text has black color on #A4864E background.


White color preview on #A4864E background

This text has white color on #A4864E background.


Related colors

Complementary color

Complementary color for #hex is #5B79B1.


I love getcolorcode.com

Triadic colors

1 #4EA486 and #864EA4 with #A4864E are triadic colors.

2 #4E86A4 and #86A44E with #A4864E are triadic colors.