COLOR #A3896E

HEX: #A3896E
RGB: (163,137,110)

Color info

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

RGB color model

#A3896E color RGB value is (163,137,110).

  • red value is 163;
  • green value is 137;
  • blue value is 110.
RGB:
(163,137,110)
(64%,54%,43%)

RGB channels and saturation

R 163 of 255 = 64%
G 137 of 255 = 54%
B 110 of 255 = 43%

163
137
110

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

Portions of RGB colors in percentages

R + G + B =
163 + 137 + 110 = 410 (100%)
R 163 of 410 ~ 39.76%
G 137 of 410 ~ 33.41%
B 110 of 410 ~ 26.83%

%39.76
%33.41
%26.83

CMYK color model

#A3896E color CMYK value is (0,16,33,36).

  • cyan value is 0.00%
  • magenta value is 15.95%
  • yellow value is 32.52%
  • key color value is 36.08%
CMYK:
(0,16,33,36)
C0M16Y33K36 
(0%,16%,33%,36%)
(0.00/0.16/0.33/0.36)	

CMYK percentages

%0
%15.95
%32.52
%36.08

Codes

Color #A3896E in popluar color models

A3896E
RGB163137110
HSL31°22.36%53.53%
HSB/HSV31°32.52%63.92%
CMYK0.00%15.95%32.52%
36.08%

Color #A3896E in popluar number systems.

HEXA3896E
Decimal163137110
Binary10100011100010011101110
Octal243211156

Shades and tints

Shades of #A3896E

#A3896E
(163,137,110)
#957D64
(149,125,100)
#87715A
(135,113,90)
#796550
(121,101,80)
#6B5946
(107,89,70)
#5D4D3C
(93,77,60)
#4F4132
(79,65,50)
#413528
(65,53,40)
#33291E
(51,41,30)
#251D14
(37,29,20)
#17110A
(23,17,10)
#000000
(0,0,0)

Tints of #A3896E

#A3896E
(163,137,110)
#AB937B
(171,147,123)
#B39D88
(179,157,136)
#BBA795
(187,167,149)
#C3B1A2
(195,177,162)
#CBBBAF
(203,187,175)
#D3C5BC
(211,197,188)
#DBCFC9
(219,207,201)
#E3D9D6
(227,217,214)
#EBE3E3
(235,227,227)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3896E color. Also use rgb(163,137,110) instead hex code.

Text Font Color

.myTextColor { color: #A3896E; }

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

This text font color is #A3896E.


Background Color

.myBgColor { background-color: #A3896E; }

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

This div background color is #A3896E.


Border color

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

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

This div border color is #A3896E.


Opacity

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

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

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

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

This text has shadow with #A3896E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3896E on black background.


Color preview on white background

This text has color #A3896E on white background.



Black color preview on #A3896E background

This text has black color on #A3896E background.


White color preview on #A3896E background

This text has white color on #A3896E background.