COLOR #A4895E

HEX: #A4895E
RGB: (164,137,94)

Color info

#A4895E contains mainly red and green colors. Web safe color of #A4895E is #999966 (or #996).

RGB color model

#A4895E color RGB value is (164,137,94).

  • red value is 164;
  • green value is 137;
  • blue value is 94.
RGB:
(164,137,94)
(64%,54%,37%)

RGB channels and saturation

R 164 of 255 = 64%
G 137 of 255 = 54%
B 94 of 255 = 37%

164
137
94

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

Portions of RGB colors in percentages

R + G + B =
164 + 137 + 94 = 395 (100%)
R 164 of 395 ~ 41.52%
G 137 of 395 ~ 34.68%
B 94 of 395 ~ 23.8%

%41.52
%34.68
%23.8

CMYK color model

#A4895E color CMYK value is (0,16,43,36).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 42.68%
  • key color value is 35.69%
CMYK:
(0,16,43,36)
C0M16Y43K36 
(0%,16%,43%,36%)
(0.00/0.16/0.43/0.36)	

CMYK percentages

%0
%16.46
%42.68
%35.69

Codes

Color #A4895E in popluar color models

A4895E
RGB16413794
HSL37°27.78%50.59%
HSB/HSV37°42.68%64.31%
CMYK0.00%16.46%42.68%
35.69%

Color #A4895E in popluar number systems.

HEXA4895E
Decimal16413794
Binary10100100100010011011110
Octal244211136

Shades and tints

Shades of #A4895E

#A4895E
(164,137,94)
#967D56
(150,125,86)
#88714E
(136,113,78)
#7A6546
(122,101,70)
#6C593E
(108,89,62)
#5E4D36
(94,77,54)
#50412E
(80,65,46)
#423526
(66,53,38)
#34291E
(52,41,30)
#261D16
(38,29,22)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #A4895E

#A4895E
(164,137,94)
#AC936C
(172,147,108)
#B49D7A
(180,157,122)
#BCA788
(188,167,136)
#C4B196
(196,177,150)
#CCBBA4
(204,187,164)
#D4C5B2
(212,197,178)
#DCCFC0
(220,207,192)
#E4D9CE
(228,217,206)
#ECE3DC
(236,227,220)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4895E color. Also use rgb(164,137,94) instead hex code.

Text Font Color

.myTextColor { color: #A4895E; }

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

This text font color is #A4895E.


Background Color

.myBgColor { background-color: #A4895E; }

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

This div background color is #A4895E.


Border color

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

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

This div border color is #A4895E.


Opacity

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

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

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

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

This text has shadow with #A4895E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4895E on black background.


Color preview on white background

This text has color #A4895E on white background.



Black color preview on #A4895E background

This text has black color on #A4895E background.


White color preview on #A4895E background

This text has white color on #A4895E background.