COLOR #A4875E

HEX: #A4875E
RGB: (164,135,94)

Color info

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

RGB color model

#A4875E color RGB value is (164,135,94).

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

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 94 of 255 = 37%

164
135
94

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

Portions of RGB colors in percentages

R + G + B =
164 + 135 + 94 = 393 (100%)
R 164 of 393 ~ 41.73%
G 135 of 393 ~ 34.35%
B 94 of 393 ~ 23.92%

%41.73
%34.35
%23.92

CMYK color model

#A4875E color CMYK value is (0,18,43,36).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 42.68%
  • key color value is 35.69%
CMYK:
(0,18,43,36)
C0M18Y43K36 
(0%,18%,43%,36%)
(0.00/0.18/0.43/0.36)	

CMYK percentages

%0
%17.68
%42.68
%35.69

Codes

Color #A4875E in popluar color models

A4875E
RGB16413594
HSL35°27.78%50.59%
HSB/HSV35°42.68%64.31%
CMYK0.00%17.68%42.68%
35.69%

Color #A4875E in popluar number systems.

HEXA4875E
Decimal16413594
Binary10100100100001111011110
Octal244207136

Shades and tints

Shades of #A4875E

#A4875E
(164,135,94)
#967B56
(150,123,86)
#886F4E
(136,111,78)
#7A6346
(122,99,70)
#6C573E
(108,87,62)
#5E4B36
(94,75,54)
#503F2E
(80,63,46)
#423326
(66,51,38)
#34271E
(52,39,30)
#261B16
(38,27,22)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #A4875E

#A4875E
(164,135,94)
#AC916C
(172,145,108)
#B49B7A
(180,155,122)
#BCA588
(188,165,136)
#C4AF96
(196,175,150)
#CCB9A4
(204,185,164)
#D4C3B2
(212,195,178)
#DCCDC0
(220,205,192)
#E4D7CE
(228,215,206)
#ECE1DC
(236,225,220)
#F4EBEA
(244,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4875E; }

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

This text font color is #A4875E.


Background Color

.myBgColor { background-color: #A4875E; }

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

This div background color is #A4875E.


Border color

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

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

This div border color is #A4875E.


Opacity

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

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

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

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

This text has shadow with #A4875E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4875E on black background.


Color preview on white background

This text has color #A4875E on white background.



Black color preview on #A4875E background

This text has black color on #A4875E background.


White color preview on #A4875E background

This text has white color on #A4875E background.