COLOR #A3987F

HEX: #A3987F
RGB: (163,152,127)

Color info

#A3987F contains red, green and blue colors in about the same proportion. Web safe color of #A3987F is #999966 (or #996).

RGB color model

#A3987F color RGB value is (163,152,127).

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

RGB channels and saturation

R 163 of 255 = 64%
G 152 of 255 = 60%
B 127 of 255 = 50%

163
152
127

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

Portions of RGB colors in percentages

R + G + B =
163 + 152 + 127 = 442 (100%)
R 163 of 442 ~ 36.88%
G 152 of 442 ~ 34.39%
B 127 of 442 ~ 28.73%

%36.88
%34.39
%28.73

CMYK color model

#A3987F color CMYK value is (0,7,22,36).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 22.09%
  • key color value is 36.08%
CMYK:
(0,7,22,36)
C0M7Y22K36 
(0%,7%,22%,36%)
(0.00/0.07/0.22/0.36)	

CMYK percentages

%0
%6.75
%22.09
%36.08

Codes

Color #A3987F in popluar color models

A3987F
RGB163152127
HSL42°16.36%56.86%
HSB/HSV42°22.09%63.92%
CMYK0.00%6.75%22.09%
36.08%

Color #A3987F in popluar number systems.

HEXA3987F
Decimal163152127
Binary10100011100110001111111
Octal243230177

Shades and tints

Shades of #A3987F

#A3987F
(163,152,127)
#958B74
(149,139,116)
#877E69
(135,126,105)
#79715E
(121,113,94)
#6B6453
(107,100,83)
#5D5748
(93,87,72)
#4F4A3D
(79,74,61)
#413D32
(65,61,50)
#333027
(51,48,39)
#25231C
(37,35,28)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #A3987F

#A3987F
(163,152,127)
#ABA18A
(171,161,138)
#B3AA95
(179,170,149)
#BBB3A0
(187,179,160)
#C3BCAB
(195,188,171)
#CBC5B6
(203,197,182)
#D3CEC1
(211,206,193)
#DBD7CC
(219,215,204)
#E3E0D7
(227,224,215)
#EBE9E2
(235,233,226)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3987F; }

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

This text font color is #A3987F.


Background Color

.myBgColor { background-color: #A3987F; }

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

This div background color is #A3987F.


Border color

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

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

This div border color is #A3987F.


Opacity

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

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

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

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

This text has shadow with #A3987F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3987F on black background.


Color preview on white background

This text has color #A3987F on white background.



Black color preview on #A3987F background

This text has black color on #A3987F background.


White color preview on #A3987F background

This text has white color on #A3987F background.