COLOR #A37886

HEX: #A37886
RGB: (163,120,134)

Color info

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

RGB color model

#A37886 color RGB value is (163,120,134).

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

RGB channels and saturation

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

163
120
134

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

Portions of RGB colors in percentages

R + G + B =
163 + 120 + 134 = 417 (100%)
R 163 of 417 ~ 39.09%
G 120 of 417 ~ 28.78%
B 134 of 417 ~ 32.13%

%39.09
%28.78
%32.13

CMYK color model

#A37886 color CMYK value is (0,26,18,36).

  • cyan value is 0.00%
  • magenta value is 26.38%
  • yellow value is 17.79%
  • key color value is 36.08%
CMYK:
(0,26,18,36)
C0M26Y18K36 
(0%,26%,18%,36%)
(0.00/0.26/0.18/0.36)	

CMYK percentages

%0
%26.38
%17.79
%36.08

Codes

Color #A37886 in popluar color models

A37886
RGB163120134
HSL340°18.94%55.49%
HSB/HSV340°26.38%63.92%
CMYK0.00%26.38%17.79%
36.08%

Color #A37886 in popluar number systems.

HEXA37886
Decimal163120134
Binary10100011111100010000110
Octal243170206

Shades and tints

Shades of #A37886

#A37886
(163,120,134)
#956E7A
(149,110,122)
#87646E
(135,100,110)
#795A62
(121,90,98)
#6B5056
(107,80,86)
#5D464A
(93,70,74)
#4F3C3E
(79,60,62)
#413232
(65,50,50)
#332826
(51,40,38)
#251E1A
(37,30,26)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #A37886

#A37886
(163,120,134)
#AB8491
(171,132,145)
#B3909C
(179,144,156)
#BB9CA7
(187,156,167)
#C3A8B2
(195,168,178)
#CBB4BD
(203,180,189)
#D3C0C8
(211,192,200)
#DBCCD3
(219,204,211)
#E3D8DE
(227,216,222)
#EBE4E9
(235,228,233)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37886; }

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

This text font color is #A37886.


Background Color

.myBgColor { background-color: #A37886; }

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

This div background color is #A37886.


Border color

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

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

This div border color is #A37886.


Opacity

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

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

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

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

This text has shadow with #A37886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37886 on black background.


Color preview on white background

This text has color #A37886 on white background.



Black color preview on #A37886 background

This text has black color on #A37886 background.


White color preview on #A37886 background

This text has white color on #A37886 background.