COLOR #A98937

HEX: #A98937
RGB: (169,137,55)

Color info

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

RGB color model

#A98937 color RGB value is (169,137,55).

  • red value is 169;
  • green value is 137;
  • blue value is 55.
RGB:
(169,137,55)
(66%,54%,22%)

RGB channels and saturation

R 169 of 255 = 66%
G 137 of 255 = 54%
B 55 of 255 = 22%

169
137
55

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

Portions of RGB colors in percentages

R + G + B =
169 + 137 + 55 = 361 (100%)
R 169 of 361 ~ 46.81%
G 137 of 361 ~ 37.95%
B 55 of 361 ~ 15.24%

%46.81
%37.95
%15.24

CMYK color model

#A98937 color CMYK value is (0,19,67,34).

  • cyan value is 0.00%
  • magenta value is 18.93%
  • yellow value is 67.46%
  • key color value is 33.73%
CMYK:
(0,19,67,34)
C0M19Y67K34 
(0%,19%,67%,34%)
(0.00/0.19/0.67/0.34)	

CMYK percentages

%0
%18.93
%67.46
%33.73

Codes

Color #A98937 in popluar color models

A98937
RGB16913755
HSL43°50.89%43.92%
HSB/HSV43°67.46%66.27%
CMYK0.00%18.93%67.46%
33.73%

Color #A98937 in popluar number systems.

HEXA98937
Decimal16913755
Binary1010100110001001110111
Octal25121167

Shades and tints

Shades of #A98937

#A98937
(169,137,55)
#9A7D32
(154,125,50)
#8B712D
(139,113,45)
#7C6528
(124,101,40)
#6D5923
(109,89,35)
#5E4D1E
(94,77,30)
#4F4119
(79,65,25)
#403514
(64,53,20)
#31290F
(49,41,15)
#221D0A
(34,29,10)
#131105
(19,17,5)
#000000
(0,0,0)

Tints of #A98937

#A98937
(169,137,55)
#B09349
(176,147,73)
#B79D5B
(183,157,91)
#BEA76D
(190,167,109)
#C5B17F
(197,177,127)
#CCBB91
(204,187,145)
#D3C5A3
(211,197,163)
#DACFB5
(218,207,181)
#E1D9C7
(225,217,199)
#E8E3D9
(232,227,217)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98937 color. Also use rgb(169,137,55) instead hex code.

Text Font Color

.myTextColor { color: #A98937; }

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

This text font color is #A98937.


Background Color

.myBgColor { background-color: #A98937; }

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

This div background color is #A98937.


Border color

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

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

This div border color is #A98937.


Opacity

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

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

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

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

This text has shadow with #A98937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98937 on black background.


Color preview on white background

This text has color #A98937 on white background.



Black color preview on #A98937 background

This text has black color on #A98937 background.


White color preview on #A98937 background

This text has white color on #A98937 background.