COLOR #A98C4F

HEX: #A98C4F RGB: (169,140,79)

Color info

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

RGB color model

#A98C4F color RGB value is (169,140,79).

RGB: (169,140,79) (66%, 55%, 31%)

RGB channels and saturation

R 169 of 255 = 66%
G 140 of 255 = 55%
B 79 of 255 = 31%

169
140
79

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

Portions of RGB colors in percentages

R + G + B = 169 + 140 + 79 = 388 (100%)
R 169 of 388 ~ 43.56%
G 140 of 388 ~ 36.08%
B 79 of 388 ~ 20.36'%

%43.56
%36.08
%20.36

CMYK color model

#A98C4F color CMYK value is (0,17,53,34).

  • cyan value is 0.00%
  • magenta value is 17.16%
  • yellow value is 53.25%
  • key color value is 33.73%
CMYK: (0,17,53,34) C0M17Y53K34 (0%,17%,53%,34%) (0.00/0.17/0.53/0.34) 

CMYK percentages

%0
%17.16
%53.25
%33.73

Codes

Color #A98C4F in popluar color models

A9 8C 4F
RGB 169 140 79
HSL 41° 36.29% 48.63%
HSB/HSV 41° 53.25% 66.27%
CMYK 0.00% 17.16% 53.25%
33.73%

Color #A98C4F in popluar number systems.

HEX A9 8C 4F
Decimal 169 140 79
Binary 10101001 10001100 1001111
Octal 251 214 117

Shades and tints

Shades of #A98C4F

#A98C4F
(169,140,79)
#9A8048
(154,128,72)
#8B7441
(139,116,65)
#7C683A
(124,104,58)
#6D5C33
(109,92,51)
#5E502C
(94,80,44)
#4F4425
(79,68,37)
#40381E
(64,56,30)
#312C17
(49,44,23)
#222010
(34,32,16)
#131409
(19,20,9)
#000000
(0,0,0)

Tints of #A98C4F

#A98C4F
(169,140,79)
#B0965F
(176,150,95)
#B7A06F
(183,160,111)
#BEAA7F
(190,170,127)
#C5B48F
(197,180,143)
#CCBE9F
(204,190,159)
#D3C8AF
(211,200,175)
#DAD2BF
(218,210,191)
#E1DCCF
(225,220,207)
#E8E6DF
(232,230,223)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98C4F color. Also use rgb(169,140,79) instead hex code.

Text Font Color

.myTextColor { color: #A98C4F; }

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

This text font color is #A98C4F.

Background Color

.myBgColor { background-color: #A98C4F; }

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

This div background color is #A98C4F.

Border color

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

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

This div border color is #A98C4F.

Opacity

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

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

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

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

This text has shadow with #A98C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98C4F.

Preview

Color preview on black background

This text has color #A98C4F on black background.


Color preview on white background

This text has color #A98C4F on white background.


Black color preview on #A98C4F background

This text has black color on #A98C4F background.


White color preview on #A98C4F background

This text has white color on #A98C4F background.


Related colors

Complementary color

Complementary color for #hex is #5673B0.


I love getcolorcode.com

Triadic colors

1 #4FA98C and #8C4FA9 with #A98C4F are triadic colors.

2 #4F8CA9 and #8CA94F with #A98C4F are triadic colors.