COLOR #A89C4D

HEX: #A89C4D
RGB: (168,156,77)

Color info

#A89C4D contains mainly red and green colors. Web safe color of #A89C4D is #999933 (or #993).

RGB color model

#A89C4D color RGB value is (168,156,77).

  • red value is 168;
  • green value is 156;
  • blue value is 77.
RGB:
(168,156,77)
(66%,61%,30%)

RGB channels and saturation

R 168 of 255 = 66%
G 156 of 255 = 61%
B 77 of 255 = 30%

168
156
77

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

Portions of RGB colors in percentages

R + G + B =
168 + 156 + 77 = 401 (100%)
R 168 of 401 ~ 41.9%
G 156 of 401 ~ 38.9%
B 77 of 401 ~ 19.2%

%41.9
%38.9
%19.2

CMYK color model

#A89C4D color CMYK value is (0,7,54,34).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 54.17%
  • key color value is 34.12%
CMYK:
(0,7,54,34)
C0M7Y54K34 
(0%,7%,54%,34%)
(0.00/0.07/0.54/0.34)	

CMYK percentages

%0
%7.14
%54.17
%34.12

Codes

Color #A89C4D in popluar color models

A89C4D
RGB16815677
HSL52°37.14%48.04%
HSB/HSV52°54.17%65.88%
CMYK0.00%7.14%54.17%
34.12%

Color #A89C4D in popluar number systems.

HEXA89C4D
Decimal16815677
Binary10101000100111001001101
Octal250234115

Shades and tints

Shades of #A89C4D

#A89C4D
(168,156,77)
#998E46
(153,142,70)
#8A803F
(138,128,63)
#7B7238
(123,114,56)
#6C6431
(108,100,49)
#5D562A
(93,86,42)
#4E4823
(78,72,35)
#3F3A1C
(63,58,28)
#302C15
(48,44,21)
#211E0E
(33,30,14)
#121007
(18,16,7)
#000000
(0,0,0)

Tints of #A89C4D

#A89C4D
(168,156,77)
#AFA55D
(175,165,93)
#B6AE6D
(182,174,109)
#BDB77D
(189,183,125)
#C4C08D
(196,192,141)
#CBC99D
(203,201,157)
#D2D2AD
(210,210,173)
#D9DBBD
(217,219,189)
#E0E4CD
(224,228,205)
#E7EDDD
(231,237,221)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89C4D color. Also use rgb(168,156,77) instead hex code.

Text Font Color

.myTextColor { color: #A89C4D; }

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

This text font color is #A89C4D.


Background Color

.myBgColor { background-color: #A89C4D; }

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

This div background color is #A89C4D.


Border color

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

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

This div border color is #A89C4D.


Opacity

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

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

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

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

This text has shadow with #A89C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89C4D on black background.


Color preview on white background

This text has color #A89C4D on white background.



Black color preview on #A89C4D background

This text has black color on #A89C4D background.


White color preview on #A89C4D background

This text has white color on #A89C4D background.