COLOR #A98379

HEX: #A98379
RGB: (169,131,121)

Color info

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

RGB color model

#A98379 color RGB value is (169,131,121).

  • red value is 169;
  • green value is 131;
  • blue value is 121.
RGB:
(169,131,121)
(66%,51%,47%)

RGB channels and saturation

R 169 of 255 = 66%
G 131 of 255 = 51%
B 121 of 255 = 47%

169
131
121

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

Portions of RGB colors in percentages

R + G + B =
169 + 131 + 121 = 421 (100%)
R 169 of 421 ~ 40.14%
G 131 of 421 ~ 31.12%
B 121 of 421 ~ 28.74%

%40.14
%31.12
%28.74

CMYK color model

#A98379 color CMYK value is (0,22,28,34).

  • cyan value is 0.00%
  • magenta value is 22.49%
  • yellow value is 28.40%
  • key color value is 33.73%
CMYK:
(0,22,28,34)
C0M22Y28K34 
(0%,22%,28%,34%)
(0.00/0.22/0.28/0.34)	

CMYK percentages

%0
%22.49
%28.4
%33.73

Codes

Color #A98379 in popluar color models

A98379
RGB169131121
HSL13°21.82%56.86%
HSB/HSV13°28.40%66.27%
CMYK0.00%22.49%28.40%
33.73%

Color #A98379 in popluar number systems.

HEXA98379
Decimal169131121
Binary10101001100000111111001
Octal251203171

Shades and tints

Shades of #A98379

#A98379
(169,131,121)
#9A786E
(154,120,110)
#8B6D63
(139,109,99)
#7C6258
(124,98,88)
#6D574D
(109,87,77)
#5E4C42
(94,76,66)
#4F4137
(79,65,55)
#40362C
(64,54,44)
#312B21
(49,43,33)
#222016
(34,32,22)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #A98379

#A98379
(169,131,121)
#B08E85
(176,142,133)
#B79991
(183,153,145)
#BEA49D
(190,164,157)
#C5AFA9
(197,175,169)
#CCBAB5
(204,186,181)
#D3C5C1
(211,197,193)
#DAD0CD
(218,208,205)
#E1DBD9
(225,219,217)
#E8E6E5
(232,230,229)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98379 color. Also use rgb(169,131,121) instead hex code.

Text Font Color

.myTextColor { color: #A98379; }

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

This text font color is #A98379.


Background Color

.myBgColor { background-color: #A98379; }

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

This div background color is #A98379.


Border color

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

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

This div border color is #A98379.


Opacity

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

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

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

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

This text has shadow with #A98379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98379 on black background.


Color preview on white background

This text has color #A98379 on white background.



Black color preview on #A98379 background

This text has black color on #A98379 background.


White color preview on #A98379 background

This text has white color on #A98379 background.