COLOR #A37786

HEX: #A37786
RGB: (163,119,134)

Color info

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

RGB color model

#A37786 color RGB value is (163,119,134).

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

RGB channels and saturation

R 163 of 255 = 64%
G 119 of 255 = 47%
B 134 of 255 = 53%

163
119
134

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

Portions of RGB colors in percentages

R + G + B =
163 + 119 + 134 = 416 (100%)
R 163 of 416 ~ 39.18%
G 119 of 416 ~ 28.61%
B 134 of 416 ~ 32.21%

%39.18
%28.61
%32.21

CMYK color model

#A37786 color CMYK value is (0,27,18,36).

  • cyan value is 0.00%
  • magenta value is 26.99%
  • yellow value is 17.79%
  • key color value is 36.08%
CMYK:
(0,27,18,36)
C0M27Y18K36 
(0%,27%,18%,36%)
(0.00/0.27/0.18/0.36)	

CMYK percentages

%0
%26.99
%17.79
%36.08

Codes

Color #A37786 in popluar color models

A37786
RGB163119134
HSL340°19.30%55.29%
HSB/HSV340°26.99%63.92%
CMYK0.00%26.99%17.79%
36.08%

Color #A37786 in popluar number systems.

HEXA37786
Decimal163119134
Binary10100011111011110000110
Octal243167206

Shades and tints

Shades of #A37786

#A37786
(163,119,134)
#956D7A
(149,109,122)
#87636E
(135,99,110)
#795962
(121,89,98)
#6B4F56
(107,79,86)
#5D454A
(93,69,74)
#4F3B3E
(79,59,62)
#413132
(65,49,50)
#332726
(51,39,38)
#251D1A
(37,29,26)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #A37786

#A37786
(163,119,134)
#AB8391
(171,131,145)
#B38F9C
(179,143,156)
#BB9BA7
(187,155,167)
#C3A7B2
(195,167,178)
#CBB3BD
(203,179,189)
#D3BFC8
(211,191,200)
#DBCBD3
(219,203,211)
#E3D7DE
(227,215,222)
#EBE3E9
(235,227,233)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37786; }

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

This text font color is #A37786.


Background Color

.myBgColor { background-color: #A37786; }

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

This div background color is #A37786.


Border color

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

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

This div border color is #A37786.


Opacity

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

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

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

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

This text has shadow with #A37786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37786 on black background.


Color preview on white background

This text has color #A37786 on white background.



Black color preview on #A37786 background

This text has black color on #A37786 background.


White color preview on #A37786 background

This text has white color on #A37786 background.