COLOR #A4856D

HEX: #A4856D
RGB: (164,133,109)

Color info

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

RGB color model

#A4856D color RGB value is (164,133,109).

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

RGB channels and saturation

R 164 of 255 = 64%
G 133 of 255 = 52%
B 109 of 255 = 43%

164
133
109

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

Portions of RGB colors in percentages

R + G + B =
164 + 133 + 109 = 406 (100%)
R 164 of 406 ~ 40.39%
G 133 of 406 ~ 32.76%
B 109 of 406 ~ 26.85%

%40.39
%32.76
%26.85

CMYK color model

#A4856D color CMYK value is (0,19,34,36).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 33.54%
  • key color value is 35.69%
CMYK:
(0,19,34,36)
C0M19Y34K36 
(0%,19%,34%,36%)
(0.00/0.19/0.34/0.36)	

CMYK percentages

%0
%18.9
%33.54
%35.69

Codes

Color #A4856D in popluar color models

A4856D
RGB164133109
HSL26°23.21%53.53%
HSB/HSV26°33.54%64.31%
CMYK0.00%18.90%33.54%
35.69%

Color #A4856D in popluar number systems.

HEXA4856D
Decimal164133109
Binary10100100100001011101101
Octal244205155

Shades and tints

Shades of #A4856D

#A4856D
(164,133,109)
#967964
(150,121,100)
#886D5B
(136,109,91)
#7A6152
(122,97,82)
#6C5549
(108,85,73)
#5E4940
(94,73,64)
#503D37
(80,61,55)
#42312E
(66,49,46)
#342525
(52,37,37)
#26191C
(38,25,28)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #A4856D

#A4856D
(164,133,109)
#AC907A
(172,144,122)
#B49B87
(180,155,135)
#BCA694
(188,166,148)
#C4B1A1
(196,177,161)
#CCBCAE
(204,188,174)
#D4C7BB
(212,199,187)
#DCD2C8
(220,210,200)
#E4DDD5
(228,221,213)
#ECE8E2
(236,232,226)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4856D; }

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

This text font color is #A4856D.


Background Color

.myBgColor { background-color: #A4856D; }

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

This div background color is #A4856D.


Border color

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

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

This div border color is #A4856D.


Opacity

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

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

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

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

This text has shadow with #A4856D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4856D on black background.


Color preview on white background

This text has color #A4856D on white background.



Black color preview on #A4856D background

This text has black color on #A4856D background.


White color preview on #A4856D background

This text has white color on #A4856D background.