COLOR #A89457

HEX: #A89457
RGB: (168,148,87)

Color info

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

RGB color model

#A89457 color RGB value is (168,148,87).

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

RGB channels and saturation

R 168 of 255 = 66%
G 148 of 255 = 58%
B 87 of 255 = 34%

168
148
87

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

Portions of RGB colors in percentages

R + G + B =
168 + 148 + 87 = 403 (100%)
R 168 of 403 ~ 41.69%
G 148 of 403 ~ 36.72%
B 87 of 403 ~ 21.59%

%41.69
%36.72
%21.59

CMYK color model

#A89457 color CMYK value is (0,12,48,34).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 48.21%
  • key color value is 34.12%
CMYK:
(0,12,48,34)
C0M12Y48K34 
(0%,12%,48%,34%)
(0.00/0.12/0.48/0.34)	

CMYK percentages

%0
%11.9
%48.21
%34.12

Codes

Color #A89457 in popluar color models

A89457
RGB16814887
HSL45°31.76%50.00%
HSB/HSV45°48.21%65.88%
CMYK0.00%11.90%48.21%
34.12%

Color #A89457 in popluar number systems.

HEXA89457
Decimal16814887
Binary10101000100101001010111
Octal250224127

Shades and tints

Shades of #A89457

#A89457
(168,148,87)
#998750
(153,135,80)
#8A7A49
(138,122,73)
#7B6D42
(123,109,66)
#6C603B
(108,96,59)
#5D5334
(93,83,52)
#4E462D
(78,70,45)
#3F3926
(63,57,38)
#302C1F
(48,44,31)
#211F18
(33,31,24)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #A89457

#A89457
(168,148,87)
#AF9D66
(175,157,102)
#B6A675
(182,166,117)
#BDAF84
(189,175,132)
#C4B893
(196,184,147)
#CBC1A2
(203,193,162)
#D2CAB1
(210,202,177)
#D9D3C0
(217,211,192)
#E0DCCF
(224,220,207)
#E7E5DE
(231,229,222)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89457; }

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

This text font color is #A89457.


Background Color

.myBgColor { background-color: #A89457; }

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

This div background color is #A89457.


Border color

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

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

This div border color is #A89457.


Opacity

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

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

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

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

This text has shadow with #A89457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89457 on black background.


Color preview on white background

This text has color #A89457 on white background.



Black color preview on #A89457 background

This text has black color on #A89457 background.


White color preview on #A89457 background

This text has white color on #A89457 background.