COLOR #A3837E

HEX: #A3837E RGB: (163,131,126)

Color info

#A3837E contains red, green and blue colors in about the same proportion. Web safe color of #A3837E is #999966 (or #996).

RGB color model

#A3837E color RGB value is (163,131,126).

RGB: (163,131,126) (64%, 51%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 131 of 255 = 51%
B 126 of 255 = 49%

163
131
126

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

Portions of RGB colors in percentages

R + G + B = 163 + 131 + 126 = 420 (100%)
R 163 of 420 ~ 38.81%
G 131 of 420 ~ 31.19%
B 126 of 420 ~ 30'%

%38.81
%31.19
%30

CMYK color model

#A3837E color CMYK value is (0,20,23,36).

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

CMYK: (0,20,23,36)
C0M20Y23K36 (0%, 20%, 23%, 36%)
(0.00 / 0.20 / 0.23 / 0.36)

CMYK percentages

%0
%19.63
%22.7
%36.08

Codes

Color #A3837E in popluar color models

A3 83 7E
RGB 163 131 126
HSL 16.74% 56.67%
HSB/HSV 22.70% 63.92%
CMYK 0.00% 19.63% 22.70%
36.08%

Color #A3837E in popluar number systems.

HEX A3 83 7E
Decimal 163 131 126
Binary 10100011 10000011 1111110
Octal 243 203 176

Shades and tints

Shades of #A3837E

#A3837E
(163,131,126)
#957873
(149,120,115)
#876D68
(135,109,104)
#79625D
(121,98,93)
#6B5752
(107,87,82)
#5D4C47
(93,76,71)
#4F413C
(79,65,60)
#413631
(65,54,49)
#332B26
(51,43,38)
#25201B
(37,32,27)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #A3837E

#A3837E
(163,131,126)
#AB8E89
(171,142,137)
#B39994
(179,153,148)
#BBA49F
(187,164,159)
#C3AFAA
(195,175,170)
#CBBAB5
(203,186,181)
#D3C5C0
(211,197,192)
#DBD0CB
(219,208,203)
#E3DBD6
(227,219,214)
#EBE6E1
(235,230,225)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3837E; }

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

This text font color is #A3837E.

Background Color

.myBgColor { background-color: #A3837E; }

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

This div background color is #A3837E.

Border color

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

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

This div border color is #A3837E.

Opacity

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

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

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

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

This text has shadow with #A3837E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3837E.

Preview

Color preview on black background

This text has color #A3837E on black background.


Color preview on white background

This text has color #A3837E on white background.


Black color preview on #A3837E background

This text has black color on #A3837E background.


White color preview on #A3837E background

This text has white color on #A3837E background.


Related colors

Complementary color

Complementary color for #hex is #5C7C81.


I love getcolorcode.com

Triadic colors

1 #7EA383 and #837EA3 with #A3837E are triadic colors.

2 #7E83A3 and #83A37E with #A3837E are triadic colors.