COLOR #A4885D

HEX: #A4885D
RGB: (164,136,93)

Color info

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

RGB color model

#A4885D color RGB value is (164,136,93).

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

RGB channels and saturation

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

164
136
93

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

Portions of RGB colors in percentages

R + G + B =
164 + 136 + 93 = 393 (100%)
R 164 of 393 ~ 41.73%
G 136 of 393 ~ 34.61%
B 93 of 393 ~ 23.66%

%41.73
%34.61
%23.66

CMYK color model

#A4885D color CMYK value is (0,17,43,36).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 43.29%
  • key color value is 35.69%
CMYK:
(0,17,43,36)
C0M17Y43K36 
(0%,17%,43%,36%)
(0.00/0.17/0.43/0.36)	

CMYK percentages

%0
%17.07
%43.29
%35.69

Codes

Color #A4885D in popluar color models

A4885D
RGB16413693
HSL36°28.06%50.39%
HSB/HSV36°43.29%64.31%
CMYK0.00%17.07%43.29%
35.69%

Color #A4885D in popluar number systems.

HEXA4885D
Decimal16413693
Binary10100100100010001011101
Octal244210135

Shades and tints

Shades of #A4885D

#A4885D
(164,136,93)
#967C55
(150,124,85)
#88704D
(136,112,77)
#7A6445
(122,100,69)
#6C583D
(108,88,61)
#5E4C35
(94,76,53)
#50402D
(80,64,45)
#423425
(66,52,37)
#34281D
(52,40,29)
#261C15
(38,28,21)
#18100D
(24,16,13)
#000000
(0,0,0)

Tints of #A4885D

#A4885D
(164,136,93)
#AC926B
(172,146,107)
#B49C79
(180,156,121)
#BCA687
(188,166,135)
#C4B095
(196,176,149)
#CCBAA3
(204,186,163)
#D4C4B1
(212,196,177)
#DCCEBF
(220,206,191)
#E4D8CD
(228,216,205)
#ECE2DB
(236,226,219)
#F4ECE9
(244,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4885D; }

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

This text font color is #A4885D.


Background Color

.myBgColor { background-color: #A4885D; }

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

This div background color is #A4885D.


Border color

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

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

This div border color is #A4885D.


Opacity

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

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

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

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

This text has shadow with #A4885D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4885D on black background.


Color preview on white background

This text has color #A4885D on white background.



Black color preview on #A4885D background

This text has black color on #A4885D background.


White color preview on #A4885D background

This text has white color on #A4885D background.