COLOR #A98F54

HEX: #A98F54
RGB: (169,143,84)

Color info

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

RGB color model

#A98F54 color RGB value is (169,143,84).

  • red value is 169;
  • green value is 143;
  • blue value is 84.
RGB:
(169,143,84)
(66%,56%,33%)

RGB channels and saturation

R 169 of 255 = 66%
G 143 of 255 = 56%
B 84 of 255 = 33%

169
143
84

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

Portions of RGB colors in percentages

R + G + B =
169 + 143 + 84 = 396 (100%)
R 169 of 396 ~ 42.68%
G 143 of 396 ~ 36.11%
B 84 of 396 ~ 21.21%

%42.68
%36.11
%21.21

CMYK color model

#A98F54 color CMYK value is (0,15,50,34).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 50.30%
  • key color value is 33.73%
CMYK:
(0,15,50,34)
C0M15Y50K34 
(0%,15%,50%,34%)
(0.00/0.15/0.50/0.34)	

CMYK percentages

%0
%15.38
%50.3
%33.73

Codes

Color #A98F54 in popluar color models

A98F54
RGB16914384
HSL42°33.60%49.61%
HSB/HSV42°50.30%66.27%
CMYK0.00%15.38%50.30%
33.73%

Color #A98F54 in popluar number systems.

HEXA98F54
Decimal16914384
Binary10101001100011111010100
Octal251217124

Shades and tints

Shades of #A98F54

#A98F54
(169,143,84)
#9A824D
(154,130,77)
#8B7546
(139,117,70)
#7C683F
(124,104,63)
#6D5B38
(109,91,56)
#5E4E31
(94,78,49)
#4F412A
(79,65,42)
#403423
(64,52,35)
#31271C
(49,39,28)
#221A15
(34,26,21)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #A98F54

#A98F54
(169,143,84)
#B09963
(176,153,99)
#B7A372
(183,163,114)
#BEAD81
(190,173,129)
#C5B790
(197,183,144)
#CCC19F
(204,193,159)
#D3CBAE
(211,203,174)
#DAD5BD
(218,213,189)
#E1DFCC
(225,223,204)
#E8E9DB
(232,233,219)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98F54 color. Also use rgb(169,143,84) instead hex code.

Text Font Color

.myTextColor { color: #A98F54; }

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

This text font color is #A98F54.


Background Color

.myBgColor { background-color: #A98F54; }

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

This div background color is #A98F54.


Border color

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

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

This div border color is #A98F54.


Opacity

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

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

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

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

This text has shadow with #A98F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98F54 on black background.


Color preview on white background

This text has color #A98F54 on white background.



Black color preview on #A98F54 background

This text has black color on #A98F54 background.


White color preview on #A98F54 background

This text has white color on #A98F54 background.