COLOR #A98B54

HEX: #A98B54
RGB: (169,139,84)

Color info

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

RGB color model

#A98B54 color RGB value is (169,139,84).

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

RGB channels and saturation

R 169 of 255 = 66%
G 139 of 255 = 55%
B 84 of 255 = 33%

169
139
84

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

Portions of RGB colors in percentages

R + G + B =
169 + 139 + 84 = 392 (100%)
R 169 of 392 ~ 43.11%
G 139 of 392 ~ 35.46%
B 84 of 392 ~ 21.43%

%43.11
%35.46
%21.43

CMYK color model

#A98B54 color CMYK value is (0,18,50,34).

  • cyan value is 0.00%
  • magenta value is 17.75%
  • yellow value is 50.30%
  • key color value is 33.73%
CMYK:
(0,18,50,34)
C0M18Y50K34 
(0%,18%,50%,34%)
(0.00/0.18/0.50/0.34)	

CMYK percentages

%0
%17.75
%50.3
%33.73

Codes

Color #A98B54 in popluar color models

A98B54
RGB16913984
HSL39°33.60%49.61%
HSB/HSV39°50.30%66.27%
CMYK0.00%17.75%50.30%
33.73%

Color #A98B54 in popluar number systems.

HEXA98B54
Decimal16913984
Binary10101001100010111010100
Octal251213124

Shades and tints

Shades of #A98B54

#A98B54
(169,139,84)
#9A7F4D
(154,127,77)
#8B7346
(139,115,70)
#7C673F
(124,103,63)
#6D5B38
(109,91,56)
#5E4F31
(94,79,49)
#4F432A
(79,67,42)
#403723
(64,55,35)
#312B1C
(49,43,28)
#221F15
(34,31,21)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #A98B54

#A98B54
(169,139,84)
#B09563
(176,149,99)
#B79F72
(183,159,114)
#BEA981
(190,169,129)
#C5B390
(197,179,144)
#CCBD9F
(204,189,159)
#D3C7AE
(211,199,174)
#DAD1BD
(218,209,189)
#E1DBCC
(225,219,204)
#E8E5DB
(232,229,219)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98B54; }

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

This text font color is #A98B54.


Background Color

.myBgColor { background-color: #A98B54; }

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

This div background color is #A98B54.


Border color

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

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

This div border color is #A98B54.


Opacity

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

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

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

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

This text has shadow with #A98B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98B54 on black background.


Color preview on white background

This text has color #A98B54 on white background.



Black color preview on #A98B54 background

This text has black color on #A98B54 background.


White color preview on #A98B54 background

This text has white color on #A98B54 background.