COLOR #A3894E

HEX: #A3894E RGB: (163,137,78)

Color info

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

RGB color model

#A3894E color RGB value is (163,137,78).

RGB: (163,137,78) (64%, 54%, 31%)

RGB channels and saturation

R 163 of 255 = 64%
G 137 of 255 = 54%
B 78 of 255 = 31%

163
137
78

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

Portions of RGB colors in percentages

R + G + B = 163 + 137 + 78 = 378 (100%)
R 163 of 378 ~ 43.12%
G 137 of 378 ~ 36.24%
B 78 of 378 ~ 20.63'%

%43.12
%36.24
%20.63

CMYK color model

#A3894E color CMYK value is (0,16,52,36).

  • cyan value is 0.00%
  • magenta value is 15.95%
  • yellow value is 52.15%
  • key color value is 36.08%

CMYK: (0,16,52,36)
C0M16Y52K36 (0%, 16%, 52%, 36%)
(0.00 / 0.16 / 0.52 / 0.36)

CMYK percentages

%0
%15.95
%52.15
%36.08

Codes

Color #A3894E in popluar color models

A3 89 4E
RGB 163 137 78
HSL 42° 35.27% 47.25%
HSB/HSV 42° 52.15% 63.92%
CMYK 0.00% 15.95% 52.15%
36.08%

Color #A3894E in popluar number systems.

HEX A3 89 4E
Decimal 163 137 78
Binary 10100011 10001001 1001110
Octal 243 211 116

Shades and tints

Shades of #A3894E

#A3894E
(163,137,78)
#957D47
(149,125,71)
#877140
(135,113,64)
#796539
(121,101,57)
#6B5932
(107,89,50)
#5D4D2B
(93,77,43)
#4F4124
(79,65,36)
#41351D
(65,53,29)
#332916
(51,41,22)
#251D0F
(37,29,15)
#171108
(23,17,8)
#000000
(0,0,0)

Tints of #A3894E

#A3894E
(163,137,78)
#AB935E
(171,147,94)
#B39D6E
(179,157,110)
#BBA77E
(187,167,126)
#C3B18E
(195,177,142)
#CBBB9E
(203,187,158)
#D3C5AE
(211,197,174)
#DBCFBE
(219,207,190)
#E3D9CE
(227,217,206)
#EBE3DE
(235,227,222)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3894E color. Also use rgb(163,137,78) instead hex code.

Text Font Color

.myTextColor { color: #A3894E; }

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

This text font color is #A3894E.

Background Color

.myBgColor { background-color: #A3894E; }

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

This div background color is #A3894E.

Border color

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

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

This div border color is #A3894E.

Opacity

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

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

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

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

This text has shadow with #A3894E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3894E.

Preview

Color preview on black background

This text has color #A3894E on black background.


Color preview on white background

This text has color #A3894E on white background.


Black color preview on #A3894E background

This text has black color on #A3894E background.


White color preview on #A3894E background

This text has white color on #A3894E background.


Related colors

Complementary color

Complementary color for #hex is #5C76B1.


I love getcolorcode.com

Triadic colors

1 #4EA389 and #894EA3 with #A3894E are triadic colors.

2 #4E89A3 and #89A34E with #A3894E are triadic colors.