COLOR #A37D6C

HEX: #A37D6C RGB: (163,125,108)

Color info

#A37D6C contains red, green and blue colors in about the same proportion. Web safe color of #A37D6C is #996666 (or #966).

RGB color model

#A37D6C color RGB value is (163,125,108).

RGB: (163,125,108) (64%, 49%, 42%)

RGB channels and saturation

R 163 of 255 = 64%
G 125 of 255 = 49%
B 108 of 255 = 42%

163
125
108

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

Portions of RGB colors in percentages

R + G + B = 163 + 125 + 108 = 396 (100%)
R 163 of 396 ~ 41.16%
G 125 of 396 ~ 31.57%
B 108 of 396 ~ 27.27'%

%41.16
%31.57
%27.27

CMYK color model

#A37D6C color CMYK value is (0,23,34,36).

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 33.74%
  • key color value is 36.08%

CMYK: (0,23,34,36)
C0M23Y34K36 (0%, 23%, 34%, 36%)
(0.00 / 0.23 / 0.34 / 0.36)

CMYK percentages

%0
%23.31
%33.74
%36.08

Codes

Color #A37D6C in popluar color models

A3 7D 6C
RGB 163 125 108
HSL 19° 23.01% 53.14%
HSB/HSV 19° 33.74% 63.92%
CMYK 0.00% 23.31% 33.74%
36.08%

Color #A37D6C in popluar number systems.

HEX A3 7D 6C
Decimal 163 125 108
Binary 10100011 1111101 1101100
Octal 243 175 154

Shades and tints

Shades of #A37D6C

#A37D6C
(163,125,108)
#957263
(149,114,99)
#87675A
(135,103,90)
#795C51
(121,92,81)
#6B5148
(107,81,72)
#5D463F
(93,70,63)
#4F3B36
(79,59,54)
#41302D
(65,48,45)
#332524
(51,37,36)
#251A1B
(37,26,27)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #A37D6C

#A37D6C
(163,125,108)
#AB8879
(171,136,121)
#B39386
(179,147,134)
#BB9E93
(187,158,147)
#C3A9A0
(195,169,160)
#CBB4AD
(203,180,173)
#D3BFBA
(211,191,186)
#DBCAC7
(219,202,199)
#E3D5D4
(227,213,212)
#EBE0E1
(235,224,225)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37D6C color. Also use rgb(163,125,108) instead hex code.

Text Font Color

.myTextColor { color: #A37D6C; }

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

This text font color is #A37D6C.

Background Color

.myBgColor { background-color: #A37D6C; }

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

This div background color is #A37D6C.

Border color

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

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

This div border color is #A37D6C.

Opacity

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

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

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

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

This text has shadow with #A37D6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37D6C.

Preview

Color preview on black background

This text has color #A37D6C on black background.


Color preview on white background

This text has color #A37D6C on white background.


Black color preview on #A37D6C background

This text has black color on #A37D6C background.


White color preview on #A37D6C background

This text has white color on #A37D6C background.


Related colors

Complementary color

Complementary color for #hex is #5C8293.


I love getcolorcode.com

Triadic colors

1 #6CA37D and #7D6CA3 with #A37D6C are triadic colors.

2 #6C7DA3 and #7DA36C with #A37D6C are triadic colors.