COLOR #A3867F

HEX: #A3867F
RGB: (163,134,127)

Color info

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

RGB color model

#A3867F color RGB value is (163,134,127).

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

RGB channels and saturation

R 163 of 255 = 64%
G 134 of 255 = 53%
B 127 of 255 = 50%

163
134
127

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

Portions of RGB colors in percentages

R + G + B =
163 + 134 + 127 = 424 (100%)
R 163 of 424 ~ 38.44%
G 134 of 424 ~ 31.6%
B 127 of 424 ~ 29.95%

%38.44
%31.6
%29.95

CMYK color model

#A3867F color CMYK value is (0,18,22,36).

  • cyan value is 0.00%
  • magenta value is 17.79%
  • yellow value is 22.09%
  • key color value is 36.08%
CMYK:
(0,18,22,36)
C0M18Y22K36 
(0%,18%,22%,36%)
(0.00/0.18/0.22/0.36)	

CMYK percentages

%0
%17.79
%22.09
%36.08

Codes

Color #A3867F in popluar color models

A3867F
RGB163134127
HSL12°16.36%56.86%
HSB/HSV12°22.09%63.92%
CMYK0.00%17.79%22.09%
36.08%

Color #A3867F in popluar number systems.

HEXA3867F
Decimal163134127
Binary10100011100001101111111
Octal243206177

Shades and tints

Shades of #A3867F

#A3867F
(163,134,127)
#957A74
(149,122,116)
#876E69
(135,110,105)
#79625E
(121,98,94)
#6B5653
(107,86,83)
#5D4A48
(93,74,72)
#4F3E3D
(79,62,61)
#413232
(65,50,50)
#332627
(51,38,39)
#251A1C
(37,26,28)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #A3867F

#A3867F
(163,134,127)
#AB918A
(171,145,138)
#B39C95
(179,156,149)
#BBA7A0
(187,167,160)
#C3B2AB
(195,178,171)
#CBBDB6
(203,189,182)
#D3C8C1
(211,200,193)
#DBD3CC
(219,211,204)
#E3DED7
(227,222,215)
#EBE9E2
(235,233,226)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3867F; }

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

This text font color is #A3867F.


Background Color

.myBgColor { background-color: #A3867F; }

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

This div background color is #A3867F.


Border color

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

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

This div border color is #A3867F.


Opacity

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

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

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

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

This text has shadow with #A3867F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3867F on black background.


Color preview on white background

This text has color #A3867F on white background.



Black color preview on #A3867F background

This text has black color on #A3867F background.


White color preview on #A3867F background

This text has white color on #A3867F background.