COLOR #A89D57

HEX: #A89D57
RGB: (168,157,87)

Color info

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

RGB color model

#A89D57 color RGB value is (168,157,87).

  • red value is 168;
  • green value is 157;
  • blue value is 87.
RGB:
(168,157,87)
(66%,62%,34%)

RGB channels and saturation

R 168 of 255 = 66%
G 157 of 255 = 62%
B 87 of 255 = 34%

168
157
87

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

Portions of RGB colors in percentages

R + G + B =
168 + 157 + 87 = 412 (100%)
R 168 of 412 ~ 40.78%
G 157 of 412 ~ 38.11%
B 87 of 412 ~ 21.12%

%40.78
%38.11
%21.12

CMYK color model

#A89D57 color CMYK value is (0,7,48,34).

  • cyan value is 0.00%
  • magenta value is 6.55%
  • yellow value is 48.21%
  • key color value is 34.12%
CMYK:
(0,7,48,34)
C0M7Y48K34 
(0%,7%,48%,34%)
(0.00/0.07/0.48/0.34)	

CMYK percentages

%0
%6.55
%48.21
%34.12

Codes

Color #A89D57 in popluar color models

A89D57
RGB16815787
HSL52°31.76%50.00%
HSB/HSV52°48.21%65.88%
CMYK0.00%6.55%48.21%
34.12%

Color #A89D57 in popluar number systems.

HEXA89D57
Decimal16815787
Binary10101000100111011010111
Octal250235127

Shades and tints

Shades of #A89D57

#A89D57
(168,157,87)
#998F50
(153,143,80)
#8A8149
(138,129,73)
#7B7342
(123,115,66)
#6C653B
(108,101,59)
#5D5734
(93,87,52)
#4E492D
(78,73,45)
#3F3B26
(63,59,38)
#302D1F
(48,45,31)
#211F18
(33,31,24)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #A89D57

#A89D57
(168,157,87)
#AFA566
(175,165,102)
#B6AD75
(182,173,117)
#BDB584
(189,181,132)
#C4BD93
(196,189,147)
#CBC5A2
(203,197,162)
#D2CDB1
(210,205,177)
#D9D5C0
(217,213,192)
#E0DDCF
(224,221,207)
#E7E5DE
(231,229,222)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89D57 color. Also use rgb(168,157,87) instead hex code.

Text Font Color

.myTextColor { color: #A89D57; }

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

This text font color is #A89D57.


Background Color

.myBgColor { background-color: #A89D57; }

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

This div background color is #A89D57.


Border color

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

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

This div border color is #A89D57.


Opacity

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

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

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

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

This text has shadow with #A89D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89D57 on black background.


Color preview on white background

This text has color #A89D57 on white background.



Black color preview on #A89D57 background

This text has black color on #A89D57 background.


White color preview on #A89D57 background

This text has white color on #A89D57 background.