COLOR #A3987D

HEX: #A3987D
RGB: (163,152,125)

Color info

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

RGB color model

#A3987D color RGB value is (163,152,125).

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

RGB channels and saturation

R 163 of 255 = 64%
G 152 of 255 = 60%
B 125 of 255 = 49%

163
152
125

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

Portions of RGB colors in percentages

R + G + B =
163 + 152 + 125 = 440 (100%)
R 163 of 440 ~ 37.05%
G 152 of 440 ~ 34.55%
B 125 of 440 ~ 28.41%

%37.05
%34.55
%28.41

CMYK color model

#A3987D color CMYK value is (0,7,23,36).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 23.31%
  • key color value is 36.08%
CMYK:
(0,7,23,36)
C0M7Y23K36 
(0%,7%,23%,36%)
(0.00/0.07/0.23/0.36)	

CMYK percentages

%0
%6.75
%23.31
%36.08

Codes

Color #A3987D in popluar color models

A3987D
RGB163152125
HSL43°17.12%56.47%
HSB/HSV43°23.31%63.92%
CMYK0.00%6.75%23.31%
36.08%

Color #A3987D in popluar number systems.

HEXA3987D
Decimal163152125
Binary10100011100110001111101
Octal243230175

Shades and tints

Shades of #A3987D

#A3987D
(163,152,125)
#958B72
(149,139,114)
#877E67
(135,126,103)
#79715C
(121,113,92)
#6B6451
(107,100,81)
#5D5746
(93,87,70)
#4F4A3B
(79,74,59)
#413D30
(65,61,48)
#333025
(51,48,37)
#25231A
(37,35,26)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #A3987D

#A3987D
(163,152,125)
#ABA188
(171,161,136)
#B3AA93
(179,170,147)
#BBB39E
(187,179,158)
#C3BCA9
(195,188,169)
#CBC5B4
(203,197,180)
#D3CEBF
(211,206,191)
#DBD7CA
(219,215,202)
#E3E0D5
(227,224,213)
#EBE9E0
(235,233,224)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3987D; }

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

This text font color is #A3987D.


Background Color

.myBgColor { background-color: #A3987D; }

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

This div background color is #A3987D.


Border color

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

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

This div border color is #A3987D.


Opacity

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

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

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

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

This text has shadow with #A3987D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3987D on black background.


Color preview on white background

This text has color #A3987D on white background.



Black color preview on #A3987D background

This text has black color on #A3987D background.


White color preview on #A3987D background

This text has white color on #A3987D background.