COLOR #A37F86

HEX: #A37F86
RGB: (163,127,134)

Color info

#A37F86 contains red, green and blue colors in about the same proportion. Web safe color of #A37F86 is #996699 (or #969).

RGB color model

#A37F86 color RGB value is (163,127,134).

  • red value is 163;
  • green value is 127;
  • blue value is 134.
RGB:
(163,127,134)
(64%,50%,53%)

RGB channels and saturation

R 163 of 255 = 64%
G 127 of 255 = 50%
B 134 of 255 = 53%

163
127
134

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

Portions of RGB colors in percentages

R + G + B =
163 + 127 + 134 = 424 (100%)
R 163 of 424 ~ 38.44%
G 127 of 424 ~ 29.95%
B 134 of 424 ~ 31.6%

%38.44
%29.95
%31.6

CMYK color model

#A37F86 color CMYK value is (0,22,18,36).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 17.79%
  • key color value is 36.08%
CMYK:
(0,22,18,36)
C0M22Y18K36 
(0%,22%,18%,36%)
(0.00/0.22/0.18/0.36)	

CMYK percentages

%0
%22.09
%17.79
%36.08

Codes

Color #A37F86 in popluar color models

A37F86
RGB163127134
HSL348°16.36%56.86%
HSB/HSV348°22.09%63.92%
CMYK0.00%22.09%17.79%
36.08%

Color #A37F86 in popluar number systems.

HEXA37F86
Decimal163127134
Binary10100011111111110000110
Octal243177206

Shades and tints

Shades of #A37F86

#A37F86
(163,127,134)
#95747A
(149,116,122)
#87696E
(135,105,110)
#795E62
(121,94,98)
#6B5356
(107,83,86)
#5D484A
(93,72,74)
#4F3D3E
(79,61,62)
#413232
(65,50,50)
#332726
(51,39,38)
#251C1A
(37,28,26)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #A37F86

#A37F86
(163,127,134)
#AB8A91
(171,138,145)
#B3959C
(179,149,156)
#BBA0A7
(187,160,167)
#C3ABB2
(195,171,178)
#CBB6BD
(203,182,189)
#D3C1C8
(211,193,200)
#DBCCD3
(219,204,211)
#E3D7DE
(227,215,222)
#EBE2E9
(235,226,233)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37F86; }

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

This text font color is #A37F86.


Background Color

.myBgColor { background-color: #A37F86; }

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

This div background color is #A37F86.


Border color

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

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

This div border color is #A37F86.


Opacity

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

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

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

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

This text has shadow with #A37F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37F86 on black background.


Color preview on white background

This text has color #A37F86 on white background.



Black color preview on #A37F86 background

This text has black color on #A37F86 background.


White color preview on #A37F86 background

This text has white color on #A37F86 background.