COLOR #A3875B

HEX: #A3875B RGB: (163,135,91)

Color info

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

RGB color model

#A3875B color RGB value is (163,135,91).

RGB: (163,135,91) (64%, 53%, 36%)

RGB channels and saturation

R 163 of 255 = 64%
G 135 of 255 = 53%
B 91 of 255 = 36%

163
135
91

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

Portions of RGB colors in percentages

R + G + B = 163 + 135 + 91 = 389 (100%)
R 163 of 389 ~ 41.9%
G 135 of 389 ~ 34.7%
B 91 of 389 ~ 23.39'%

%41.9
%34.7
%23.39

CMYK color model

#A3875B color CMYK value is (0,17,44,36).

  • cyan value is 0.00%
  • magenta value is 17.18%
  • yellow value is 44.17%
  • key color value is 36.08%

CMYK: (0,17,44,36)
C0M17Y44K36 (0%, 17%, 44%, 36%)
(0.00 / 0.17 / 0.44 / 0.36)

CMYK percentages

%0
%17.18
%44.17
%36.08

Codes

Color #A3875B in popluar color models

A3 87 5B
RGB 163 135 91
HSL 37° 28.35% 49.80%
HSB/HSV 37° 44.17% 63.92%
CMYK 0.00% 17.18% 44.17%
36.08%

Color #A3875B in popluar number systems.

HEX A3 87 5B
Decimal 163 135 91
Binary 10100011 10000111 1011011
Octal 243 207 133

Shades and tints

Shades of #A3875B

#A3875B
(163,135,91)
#957B53
(149,123,83)
#876F4B
(135,111,75)
#796343
(121,99,67)
#6B573B
(107,87,59)
#5D4B33
(93,75,51)
#4F3F2B
(79,63,43)
#413323
(65,51,35)
#33271B
(51,39,27)
#251B13
(37,27,19)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #A3875B

#A3875B
(163,135,91)
#AB9169
(171,145,105)
#B39B77
(179,155,119)
#BBA585
(187,165,133)
#C3AF93
(195,175,147)
#CBB9A1
(203,185,161)
#D3C3AF
(211,195,175)
#DBCDBD
(219,205,189)
#E3D7CB
(227,215,203)
#EBE1D9
(235,225,217)
#F3EBE7
(243,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3875B color. Also use rgb(163,135,91) instead hex code.

Text Font Color

.myTextColor { color: #A3875B; }

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

This text font color is #A3875B.

Background Color

.myBgColor { background-color: #A3875B; }

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

This div background color is #A3875B.

Border color

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

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

This div border color is #A3875B.

Opacity

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

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

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

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

This text has shadow with #A3875B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3875B.

Preview

Color preview on black background

This text has color #A3875B on black background.


Color preview on white background

This text has color #A3875B on white background.


Black color preview on #A3875B background

This text has black color on #A3875B background.


White color preview on #A3875B background

This text has white color on #A3875B background.


Related colors

Complementary color

Complementary color for #hex is #5C78A4.


I love getcolorcode.com

Triadic colors

1 #5BA387 and #875BA3 with #A3875B are triadic colors.

2 #5B87A3 and #87A35B with #A3875B are triadic colors.