COLOR #A98A74

HEX: #A98A74
RGB: (169,138,116)

Color info

#A98A74 contains red, green and blue colors in about the same proportion. Web safe color of #A98A74 is #999966 (or #996).

RGB color model

#A98A74 color RGB value is (169,138,116).

  • red value is 169;
  • green value is 138;
  • blue value is 116.
RGB:
(169,138,116)
(66%,54%,45%)

RGB channels and saturation

R 169 of 255 = 66%
G 138 of 255 = 54%
B 116 of 255 = 45%

169
138
116

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

Portions of RGB colors in percentages

R + G + B =
169 + 138 + 116 = 423 (100%)
R 169 of 423 ~ 39.95%
G 138 of 423 ~ 32.62%
B 116 of 423 ~ 27.42%

%39.95
%32.62
%27.42

CMYK color model

#A98A74 color CMYK value is (0,18,31,34).

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 31.36%
  • key color value is 33.73%
CMYK:
(0,18,31,34)
C0M18Y31K34 
(0%,18%,31%,34%)
(0.00/0.18/0.31/0.34)	

CMYK percentages

%0
%18.34
%31.36
%33.73

Codes

Color #A98A74 in popluar color models

A98A74
RGB169138116
HSL25°23.56%55.88%
HSB/HSV25°31.36%66.27%
CMYK0.00%18.34%31.36%
33.73%

Color #A98A74 in popluar number systems.

HEXA98A74
Decimal169138116
Binary10101001100010101110100
Octal251212164

Shades and tints

Shades of #A98A74

#A98A74
(169,138,116)
#9A7E6A
(154,126,106)
#8B7260
(139,114,96)
#7C6656
(124,102,86)
#6D5A4C
(109,90,76)
#5E4E42
(94,78,66)
#4F4238
(79,66,56)
#40362E
(64,54,46)
#312A24
(49,42,36)
#221E1A
(34,30,26)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #A98A74

#A98A74
(169,138,116)
#B09480
(176,148,128)
#B79E8C
(183,158,140)
#BEA898
(190,168,152)
#C5B2A4
(197,178,164)
#CCBCB0
(204,188,176)
#D3C6BC
(211,198,188)
#DAD0C8
(218,208,200)
#E1DAD4
(225,218,212)
#E8E4E0
(232,228,224)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98A74 color. Also use rgb(169,138,116) instead hex code.

Text Font Color

.myTextColor { color: #A98A74; }

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

This text font color is #A98A74.


Background Color

.myBgColor { background-color: #A98A74; }

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

This div background color is #A98A74.


Border color

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

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

This div border color is #A98A74.


Opacity

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

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

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

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

This text has shadow with #A98A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98A74 on black background.


Color preview on white background

This text has color #A98A74 on white background.



Black color preview on #A98A74 background

This text has black color on #A98A74 background.


White color preview on #A98A74 background

This text has white color on #A98A74 background.