COLOR #A37F6C

HEX: #A37F6C RGB: (163,127,108)

Color info

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

RGB color model

#A37F6C color RGB value is (163,127,108).

RGB: (163,127,108) (64%, 50%, 42%)

RGB channels and saturation

R 163 of 255 = 64%
G 127 of 255 = 50%
B 108 of 255 = 42%

163
127
108

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

Portions of RGB colors in percentages

R + G + B = 163 + 127 + 108 = 398 (100%)
R 163 of 398 ~ 40.95%
G 127 of 398 ~ 31.91%
B 108 of 398 ~ 27.14'%

%40.95
%31.91
%27.14

CMYK color model

#A37F6C color CMYK value is (0,22,34,36).

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

CMYK: (0,22,34,36)
C0M22Y34K36 (0%, 22%, 34%, 36%)
(0.00 / 0.22 / 0.34 / 0.36)

CMYK percentages

%0
%22.09
%33.74
%36.08

Codes

Color #A37F6C in popluar color models

A3 7F 6C
RGB 163 127 108
HSL 21° 23.01% 53.14%
HSB/HSV 21° 33.74% 63.92%
CMYK 0.00% 22.09% 33.74%
36.08%

Color #A37F6C in popluar number systems.

HEX A3 7F 6C
Decimal 163 127 108
Binary 10100011 1111111 1101100
Octal 243 177 154

Shades and tints

Shades of #A37F6C

#A37F6C
(163,127,108)
#957463
(149,116,99)
#87695A
(135,105,90)
#795E51
(121,94,81)
#6B5348
(107,83,72)
#5D483F
(93,72,63)
#4F3D36
(79,61,54)
#41322D
(65,50,45)
#332724
(51,39,36)
#251C1B
(37,28,27)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #A37F6C

#A37F6C
(163,127,108)
#AB8A79
(171,138,121)
#B39586
(179,149,134)
#BBA093
(187,160,147)
#C3ABA0
(195,171,160)
#CBB6AD
(203,182,173)
#D3C1BA
(211,193,186)
#DBCCC7
(219,204,199)
#E3D7D4
(227,215,212)
#EBE2E1
(235,226,225)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37F6C; }

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

This text font color is #A37F6C.

Background Color

.myBgColor { background-color: #A37F6C; }

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

This div background color is #A37F6C.

Border color

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

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

This div border color is #A37F6C.

Opacity

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

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

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

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

This text has shadow with #A37F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37F6C.

Preview

Color preview on black background

This text has color #A37F6C on black background.


Color preview on white background

This text has color #A37F6C on white background.


Black color preview on #A37F6C background

This text has black color on #A37F6C background.


White color preview on #A37F6C background

This text has white color on #A37F6C background.


Related colors

Complementary color

Complementary color for #hex is #5C8093.


I love getcolorcode.com

Triadic colors

1 #6CA37F and #7F6CA3 with #A37F6C are triadic colors.

2 #6C7FA3 and #7FA36C with #A37F6C are triadic colors.