COLOR #A37E5C

HEX: #A37E5C RGB: (163,126,92)

Color info

#A37E5C contains mainly red and green colors. Web safe color of #A37E5C is #996666 (or #966).

RGB color model

#A37E5C color RGB value is (163,126,92).

RGB: (163,126,92) (64%, 49%, 36%)

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 92 of 255 = 36%

163
126
92

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

Portions of RGB colors in percentages

R + G + B = 163 + 126 + 92 = 381 (100%)
R 163 of 381 ~ 42.78%
G 126 of 381 ~ 33.07%
B 92 of 381 ~ 24.15'%

%42.78
%33.07
%24.15

CMYK color model

#A37E5C color CMYK value is (0,23,44,36).

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

CMYK: (0,23,44,36)
C0M23Y44K36 (0%, 23%, 44%, 36%)
(0.00 / 0.23 / 0.44 / 0.36)

CMYK percentages

%0
%22.7
%43.56
%36.08

Codes

Color #A37E5C in popluar color models

A3 7E 5C
RGB 163 126 92
HSL 29° 27.84% 50.00%
HSB/HSV 29° 43.56% 63.92%
CMYK 0.00% 22.70% 43.56%
36.08%

Color #A37E5C in popluar number systems.

HEX A3 7E 5C
Decimal 163 126 92
Binary 10100011 1111110 1011100
Octal 243 176 134

Shades and tints

Shades of #A37E5C

#A37E5C
(163,126,92)
#957354
(149,115,84)
#87684C
(135,104,76)
#795D44
(121,93,68)
#6B523C
(107,82,60)
#5D4734
(93,71,52)
#4F3C2C
(79,60,44)
#413124
(65,49,36)
#33261C
(51,38,28)
#251B14
(37,27,20)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #A37E5C

#A37E5C
(163,126,92)
#AB896A
(171,137,106)
#B39478
(179,148,120)
#BB9F86
(187,159,134)
#C3AA94
(195,170,148)
#CBB5A2
(203,181,162)
#D3C0B0
(211,192,176)
#DBCBBE
(219,203,190)
#E3D6CC
(227,214,204)
#EBE1DA
(235,225,218)
#F3ECE8
(243,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37E5C; }

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

This text font color is #A37E5C.

Background Color

.myBgColor { background-color: #A37E5C; }

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

This div background color is #A37E5C.

Border color

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

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

This div border color is #A37E5C.

Opacity

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

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

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

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

This text has shadow with #A37E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37E5C.

Preview

Color preview on black background

This text has color #A37E5C on black background.


Color preview on white background

This text has color #A37E5C on white background.


Black color preview on #A37E5C background

This text has black color on #A37E5C background.


White color preview on #A37E5C background

This text has white color on #A37E5C background.


Related colors

Complementary color

Complementary color for #hex is #5C81A3.


I love getcolorcode.com

Triadic colors

1 #5CA37E and #7E5CA3 with #A37E5C are triadic colors.

2 #5C7EA3 and #7EA35C with #A37E5C are triadic colors.