COLOR #A98542

HEX: #A98542
RGB: (169,133,66)

Color info

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

RGB color model

#A98542 color RGB value is (169,133,66).

  • red value is 169;
  • green value is 133;
  • blue value is 66.
RGB:
(169,133,66)
(66%,52%,26%)

RGB channels and saturation

R 169 of 255 = 66%
G 133 of 255 = 52%
B 66 of 255 = 26%

169
133
66

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

Portions of RGB colors in percentages

R + G + B =
169 + 133 + 66 = 368 (100%)
R 169 of 368 ~ 45.92%
G 133 of 368 ~ 36.14%
B 66 of 368 ~ 17.93%

%45.92
%36.14
%17.93

CMYK color model

#A98542 color CMYK value is (0,21,61,34).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 60.95%
  • key color value is 33.73%
CMYK:
(0,21,61,34)
C0M21Y61K34 
(0%,21%,61%,34%)
(0.00/0.21/0.61/0.34)	

CMYK percentages

%0
%21.3
%60.95
%33.73

Codes

Color #A98542 in popluar color models

A98542
RGB16913366
HSL39°43.83%46.08%
HSB/HSV39°60.95%66.27%
CMYK0.00%21.30%60.95%
33.73%

Color #A98542 in popluar number systems.

HEXA98542
Decimal16913366
Binary10101001100001011000010
Octal251205102

Shades and tints

Shades of #A98542

#A98542
(169,133,66)
#9A793C
(154,121,60)
#8B6D36
(139,109,54)
#7C6130
(124,97,48)
#6D552A
(109,85,42)
#5E4924
(94,73,36)
#4F3D1E
(79,61,30)
#403118
(64,49,24)
#312512
(49,37,18)
#22190C
(34,25,12)
#130D06
(19,13,6)
#000000
(0,0,0)

Tints of #A98542

#A98542
(169,133,66)
#B09053
(176,144,83)
#B79B64
(183,155,100)
#BEA675
(190,166,117)
#C5B186
(197,177,134)
#CCBC97
(204,188,151)
#D3C7A8
(211,199,168)
#DAD2B9
(218,210,185)
#E1DDCA
(225,221,202)
#E8E8DB
(232,232,219)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98542 color. Also use rgb(169,133,66) instead hex code.

Text Font Color

.myTextColor { color: #A98542; }

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

This text font color is #A98542.


Background Color

.myBgColor { background-color: #A98542; }

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

This div background color is #A98542.


Border color

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

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

This div border color is #A98542.


Opacity

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

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

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

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

This text has shadow with #A98542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98542 on black background.


Color preview on white background

This text has color #A98542 on white background.



Black color preview on #A98542 background

This text has black color on #A98542 background.


White color preview on #A98542 background

This text has white color on #A98542 background.