COLOR #A4855E

HEX: #A4855E
RGB: (164,133,94)

Color info

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

RGB color model

#A4855E color RGB value is (164,133,94).

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

RGB channels and saturation

R 164 of 255 = 64%
G 133 of 255 = 52%
B 94 of 255 = 37%

164
133
94

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

Portions of RGB colors in percentages

R + G + B =
164 + 133 + 94 = 391 (100%)
R 164 of 391 ~ 41.94%
G 133 of 391 ~ 34.02%
B 94 of 391 ~ 24.04%

%41.94
%34.02
%24.04

CMYK color model

#A4855E color CMYK value is (0,19,43,36).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 42.68%
  • key color value is 35.69%
CMYK:
(0,19,43,36)
C0M19Y43K36 
(0%,19%,43%,36%)
(0.00/0.19/0.43/0.36)	

CMYK percentages

%0
%18.9
%42.68
%35.69

Codes

Color #A4855E in popluar color models

A4855E
RGB16413394
HSL33°27.78%50.59%
HSB/HSV33°42.68%64.31%
CMYK0.00%18.90%42.68%
35.69%

Color #A4855E in popluar number systems.

HEXA4855E
Decimal16413394
Binary10100100100001011011110
Octal244205136

Shades and tints

Shades of #A4855E

#A4855E
(164,133,94)
#967956
(150,121,86)
#886D4E
(136,109,78)
#7A6146
(122,97,70)
#6C553E
(108,85,62)
#5E4936
(94,73,54)
#503D2E
(80,61,46)
#423126
(66,49,38)
#34251E
(52,37,30)
#261916
(38,25,22)
#180D0E
(24,13,14)
#000000
(0,0,0)

Tints of #A4855E

#A4855E
(164,133,94)
#AC906C
(172,144,108)
#B49B7A
(180,155,122)
#BCA688
(188,166,136)
#C4B196
(196,177,150)
#CCBCA4
(204,188,164)
#D4C7B2
(212,199,178)
#DCD2C0
(220,210,192)
#E4DDCE
(228,221,206)
#ECE8DC
(236,232,220)
#F4F3EA
(244,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4855E; }

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

This text font color is #A4855E.


Background Color

.myBgColor { background-color: #A4855E; }

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

This div background color is #A4855E.


Border color

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

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

This div border color is #A4855E.


Opacity

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

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

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

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

This text has shadow with #A4855E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4855E on black background.


Color preview on white background

This text has color #A4855E on white background.



Black color preview on #A4855E background

This text has black color on #A4855E background.


White color preview on #A4855E background

This text has white color on #A4855E background.