COLOR #A98437

HEX: #A98437
RGB: (169,132,55)

Color info

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

RGB color model

#A98437 color RGB value is (169,132,55).

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

RGB channels and saturation

R 169 of 255 = 66%
G 132 of 255 = 52%
B 55 of 255 = 22%

169
132
55

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

Portions of RGB colors in percentages

R + G + B =
169 + 132 + 55 = 356 (100%)
R 169 of 356 ~ 47.47%
G 132 of 356 ~ 37.08%
B 55 of 356 ~ 15.45%

%47.47
%37.08
%15.45

CMYK color model

#A98437 color CMYK value is (0,22,67,34).

  • cyan value is 0.00%
  • magenta value is 21.89%
  • yellow value is 67.46%
  • key color value is 33.73%
CMYK:
(0,22,67,34)
C0M22Y67K34 
(0%,22%,67%,34%)
(0.00/0.22/0.67/0.34)	

CMYK percentages

%0
%21.89
%67.46
%33.73

Codes

Color #A98437 in popluar color models

A98437
RGB16913255
HSL41°50.89%43.92%
HSB/HSV41°67.46%66.27%
CMYK0.00%21.89%67.46%
33.73%

Color #A98437 in popluar number systems.

HEXA98437
Decimal16913255
Binary1010100110000100110111
Octal25120467

Shades and tints

Shades of #A98437

#A98437
(169,132,55)
#9A7832
(154,120,50)
#8B6C2D
(139,108,45)
#7C6028
(124,96,40)
#6D5423
(109,84,35)
#5E481E
(94,72,30)
#4F3C19
(79,60,25)
#403014
(64,48,20)
#31240F
(49,36,15)
#22180A
(34,24,10)
#130C05
(19,12,5)
#000000
(0,0,0)

Tints of #A98437

#A98437
(169,132,55)
#B08F49
(176,143,73)
#B79A5B
(183,154,91)
#BEA56D
(190,165,109)
#C5B07F
(197,176,127)
#CCBB91
(204,187,145)
#D3C6A3
(211,198,163)
#DAD1B5
(218,209,181)
#E1DCC7
(225,220,199)
#E8E7D9
(232,231,217)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98437; }

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

This text font color is #A98437.


Background Color

.myBgColor { background-color: #A98437; }

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

This div background color is #A98437.


Border color

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

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

This div border color is #A98437.


Opacity

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

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

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

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

This text has shadow with #A98437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98437 on black background.


Color preview on white background

This text has color #A98437 on white background.



Black color preview on #A98437 background

This text has black color on #A98437 background.


White color preview on #A98437 background

This text has white color on #A98437 background.