COLOR #A3895D

HEX: #A3895D RGB: (163,137,93)

Color info

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

RGB color model

#A3895D color RGB value is (163,137,93).

RGB: (163,137,93) (64%, 54%, 36%)

RGB channels and saturation

R 163 of 255 = 64%
G 137 of 255 = 54%
B 93 of 255 = 36%

163
137
93

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

Portions of RGB colors in percentages

R + G + B = 163 + 137 + 93 = 393 (100%)
R 163 of 393 ~ 41.48%
G 137 of 393 ~ 34.86%
B 93 of 393 ~ 23.66'%

%41.48
%34.86
%23.66

CMYK color model

#A3895D color CMYK value is (0,16,43,36).

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

CMYK: (0,16,43,36)
C0M16Y43K36 (0%, 16%, 43%, 36%)
(0.00 / 0.16 / 0.43 / 0.36)

CMYK percentages

%0
%15.95
%42.94
%36.08

Codes

Color #A3895D in popluar color models

A3 89 5D
RGB 163 137 93
HSL 38° 27.56% 50.20%
HSB/HSV 38° 42.94% 63.92%
CMYK 0.00% 15.95% 42.94%
36.08%

Color #A3895D in popluar number systems.

HEX A3 89 5D
Decimal 163 137 93
Binary 10100011 10001001 1011101
Octal 243 211 135

Shades and tints

Shades of #A3895D

#A3895D
(163,137,93)
#957D55
(149,125,85)
#87714D
(135,113,77)
#796545
(121,101,69)
#6B593D
(107,89,61)
#5D4D35
(93,77,53)
#4F412D
(79,65,45)
#413525
(65,53,37)
#33291D
(51,41,29)
#251D15
(37,29,21)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #A3895D

#A3895D
(163,137,93)
#AB936B
(171,147,107)
#B39D79
(179,157,121)
#BBA787
(187,167,135)
#C3B195
(195,177,149)
#CBBBA3
(203,187,163)
#D3C5B1
(211,197,177)
#DBCFBF
(219,207,191)
#E3D9CD
(227,217,205)
#EBE3DB
(235,227,219)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3895D; }

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

This text font color is #A3895D.

Background Color

.myBgColor { background-color: #A3895D; }

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

This div background color is #A3895D.

Border color

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

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

This div border color is #A3895D.

Opacity

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

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

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

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

This text has shadow with #A3895D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3895D.

Preview

Color preview on black background

This text has color #A3895D on black background.


Color preview on white background

This text has color #A3895D on white background.


Black color preview on #A3895D background

This text has black color on #A3895D background.


White color preview on #A3895D background

This text has white color on #A3895D background.


Related colors

Complementary color

Complementary color for #hex is #5C76A2.


I love getcolorcode.com

Triadic colors

1 #5DA389 and #895DA3 with #A3895D are triadic colors.

2 #5D89A3 and #89A35D with #A3895D are triadic colors.