COLOR #A3835D

HEX: #A3835D RGB: (163,131,93)

Color info

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

RGB color model

#A3835D color RGB value is (163,131,93).

RGB: (163,131,93) (64%, 51%, 36%)

RGB channels and saturation

R 163 of 255 = 64%
G 131 of 255 = 51%
B 93 of 255 = 36%

163
131
93

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

Portions of RGB colors in percentages

R + G + B = 163 + 131 + 93 = 387 (100%)
R 163 of 387 ~ 42.12%
G 131 of 387 ~ 33.85%
B 93 of 387 ~ 24.03'%

%42.12
%33.85
%24.03

CMYK color model

#A3835D color CMYK value is (0,20,43,36).

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

CMYK: (0,20,43,36)
C0M20Y43K36 (0%, 20%, 43%, 36%)
(0.00 / 0.20 / 0.43 / 0.36)

CMYK percentages

%0
%19.63
%42.94
%36.08

Codes

Color #A3835D in popluar color models

A3 83 5D
RGB 163 131 93
HSL 33° 27.56% 50.20%
HSB/HSV 33° 42.94% 63.92%
CMYK 0.00% 19.63% 42.94%
36.08%

Color #A3835D in popluar number systems.

HEX A3 83 5D
Decimal 163 131 93
Binary 10100011 10000011 1011101
Octal 243 203 135

Shades and tints

Shades of #A3835D

#A3835D
(163,131,93)
#957855
(149,120,85)
#876D4D
(135,109,77)
#796245
(121,98,69)
#6B573D
(107,87,61)
#5D4C35
(93,76,53)
#4F412D
(79,65,45)
#413625
(65,54,37)
#332B1D
(51,43,29)
#252015
(37,32,21)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #A3835D

#A3835D
(163,131,93)
#AB8E6B
(171,142,107)
#B39979
(179,153,121)
#BBA487
(187,164,135)
#C3AF95
(195,175,149)
#CBBAA3
(203,186,163)
#D3C5B1
(211,197,177)
#DBD0BF
(219,208,191)
#E3DBCD
(227,219,205)
#EBE6DB
(235,230,219)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3835D; }

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

This text font color is #A3835D.

Background Color

.myBgColor { background-color: #A3835D; }

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

This div background color is #A3835D.

Border color

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

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

This div border color is #A3835D.

Opacity

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

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

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

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

This text has shadow with #A3835D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3835D.

Preview

Color preview on black background

This text has color #A3835D on black background.


Color preview on white background

This text has color #A3835D on white background.


Black color preview on #A3835D background

This text has black color on #A3835D background.


White color preview on #A3835D background

This text has white color on #A3835D background.


Related colors

Complementary color

Complementary color for #hex is #5C7CA2.


I love getcolorcode.com

Triadic colors

1 #5DA383 and #835DA3 with #A3835D are triadic colors.

2 #5D83A3 and #83A35D with #A3835D are triadic colors.