COLOR #A4875D

HEX: #A4875D
RGB: (164,135,93)

Color info

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

RGB color model

#A4875D color RGB value is (164,135,93).

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

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 93 of 255 = 36%

164
135
93

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

Portions of RGB colors in percentages

R + G + B =
164 + 135 + 93 = 392 (100%)
R 164 of 392 ~ 41.84%
G 135 of 392 ~ 34.44%
B 93 of 392 ~ 23.72%

%41.84
%34.44
%23.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 43.29%
  • 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
%43.29
%35.69

Codes

Color #A4875D in popluar color models

A4875D
RGB16413593
HSL35°28.06%50.39%
HSB/HSV35°43.29%64.31%
CMYK0.00%17.68%43.29%
35.69%

Color #A4875D in popluar number systems.

HEXA4875D
Decimal16413593
Binary10100100100001111011101
Octal244207135

Shades and tints

Shades of #A4875D

#A4875D
(164,135,93)
#967B55
(150,123,85)
#886F4D
(136,111,77)
#7A6345
(122,99,69)
#6C573D
(108,87,61)
#5E4B35
(94,75,53)
#503F2D
(80,63,45)
#423325
(66,51,37)
#34271D
(52,39,29)
#261B15
(38,27,21)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #A4875D

#A4875D
(164,135,93)
#AC916B
(172,145,107)
#B49B79
(180,155,121)
#BCA587
(188,165,135)
#C4AF95
(196,175,149)
#CCB9A3
(204,185,163)
#D4C3B1
(212,195,177)
#DCCDBF
(220,205,191)
#E4D7CD
(228,215,205)
#ECE1DB
(236,225,219)
#F4EBE9
(244,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4875D; }

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

This text font color is #A4875D.


Background Color

.myBgColor { background-color: #A4875D; }

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

This div background color is #A4875D.


Border color

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

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

This div border color is #A4875D.


Opacity

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

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

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

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

This text has shadow with #A4875D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4875D on black background.


Color preview on white background

This text has color #A4875D on white background.



Black color preview on #A4875D background

This text has black color on #A4875D background.


White color preview on #A4875D background

This text has white color on #A4875D background.