COLOR #A3937C

HEX: #A3937C RGB: (163,147,124)

Color info

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

RGB color model

#A3937C color RGB value is (163,147,124).

RGB: (163,147,124) (64%, 58%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 147 of 255 = 58%
B 124 of 255 = 49%

163
147
124

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

Portions of RGB colors in percentages

R + G + B = 163 + 147 + 124 = 434 (100%)
R 163 of 434 ~ 37.56%
G 147 of 434 ~ 33.87%
B 124 of 434 ~ 28.57'%

%37.56
%33.87
%28.57

CMYK color model

#A3937C color CMYK value is (0,10,24,36).

  • cyan value is 0.00%
  • magenta value is 9.82%
  • yellow value is 23.93%
  • key color value is 36.08%

CMYK: (0,10,24,36)
C0M10Y24K36 (0%, 10%, 24%, 36%)
(0.00 / 0.10 / 0.24 / 0.36)

CMYK percentages

%0
%9.82
%23.93
%36.08

Codes

Color #A3937C in popluar color models

A3 93 7C
RGB 163 147 124
HSL 35° 17.49% 56.27%
HSB/HSV 35° 23.93% 63.92%
CMYK 0.00% 9.82% 23.93%
36.08%

Color #A3937C in popluar number systems.

HEX A3 93 7C
Decimal 163 147 124
Binary 10100011 10010011 1111100
Octal 243 223 174

Shades and tints

Shades of #A3937C

#A3937C
(163,147,124)
#958671
(149,134,113)
#877966
(135,121,102)
#796C5B
(121,108,91)
#6B5F50
(107,95,80)
#5D5245
(93,82,69)
#4F453A
(79,69,58)
#41382F
(65,56,47)
#332B24
(51,43,36)
#251E19
(37,30,25)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #A3937C

#A3937C
(163,147,124)
#AB9C87
(171,156,135)
#B3A592
(179,165,146)
#BBAE9D
(187,174,157)
#C3B7A8
(195,183,168)
#CBC0B3
(203,192,179)
#D3C9BE
(211,201,190)
#DBD2C9
(219,210,201)
#E3DBD4
(227,219,212)
#EBE4DF
(235,228,223)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3937C color. Also use rgb(163,147,124) instead hex code.

Text Font Color

.myTextColor { color: #A3937C; }

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

This text font color is #A3937C.

Background Color

.myBgColor { background-color: #A3937C; }

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

This div background color is #A3937C.

Border color

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

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

This div border color is #A3937C.

Opacity

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

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

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

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

This text has shadow with #A3937C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3937C.

Preview

Color preview on black background

This text has color #A3937C on black background.


Color preview on white background

This text has color #A3937C on white background.


Black color preview on #A3937C background

This text has black color on #A3937C background.


White color preview on #A3937C background

This text has white color on #A3937C background.


Related colors

Complementary color

Complementary color for #hex is #5C6C83.


I love getcolorcode.com

Triadic colors

1 #7CA393 and #937CA3 with #A3937C are triadic colors.

2 #7C93A3 and #93A37C with #A3937C are triadic colors.