COLOR #A37C86

HEX: #A37C86
RGB: (163,124,134)

Color info

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

RGB color model

#A37C86 color RGB value is (163,124,134).

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

RGB channels and saturation

R 163 of 255 = 64%
G 124 of 255 = 49%
B 134 of 255 = 53%

163
124
134

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

Portions of RGB colors in percentages

R + G + B =
163 + 124 + 134 = 421 (100%)
R 163 of 421 ~ 38.72%
G 124 of 421 ~ 29.45%
B 134 of 421 ~ 31.83%

%38.72
%29.45
%31.83

CMYK color model

#A37C86 color CMYK value is (0,24,18,36).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 17.79%
  • key color value is 36.08%
CMYK:
(0,24,18,36)
C0M24Y18K36 
(0%,24%,18%,36%)
(0.00/0.24/0.18/0.36)	

CMYK percentages

%0
%23.93
%17.79
%36.08

Codes

Color #A37C86 in popluar color models

A37C86
RGB163124134
HSL345°17.49%56.27%
HSB/HSV345°23.93%63.92%
CMYK0.00%23.93%17.79%
36.08%

Color #A37C86 in popluar number systems.

HEXA37C86
Decimal163124134
Binary10100011111110010000110
Octal243174206

Shades and tints

Shades of #A37C86

#A37C86
(163,124,134)
#95717A
(149,113,122)
#87666E
(135,102,110)
#795B62
(121,91,98)
#6B5056
(107,80,86)
#5D454A
(93,69,74)
#4F3A3E
(79,58,62)
#412F32
(65,47,50)
#332426
(51,36,38)
#25191A
(37,25,26)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #A37C86

#A37C86
(163,124,134)
#AB8791
(171,135,145)
#B3929C
(179,146,156)
#BB9DA7
(187,157,167)
#C3A8B2
(195,168,178)
#CBB3BD
(203,179,189)
#D3BEC8
(211,190,200)
#DBC9D3
(219,201,211)
#E3D4DE
(227,212,222)
#EBDFE9
(235,223,233)
#F3EAF4
(243,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37C86; }

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

This text font color is #A37C86.


Background Color

.myBgColor { background-color: #A37C86; }

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

This div background color is #A37C86.


Border color

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

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

This div border color is #A37C86.


Opacity

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

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

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

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

This text has shadow with #A37C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37C86 on black background.


Color preview on white background

This text has color #A37C86 on white background.



Black color preview on #A37C86 background

This text has black color on #A37C86 background.


White color preview on #A37C86 background

This text has white color on #A37C86 background.