COLOR #A98279

HEX: #A98279
RGB: (169,130,121)

Color info

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

RGB color model

#A98279 color RGB value is (169,130,121).

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

RGB channels and saturation

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

169
130
121

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

Portions of RGB colors in percentages

R + G + B =
169 + 130 + 121 = 420 (100%)
R 169 of 420 ~ 40.24%
G 130 of 420 ~ 30.95%
B 121 of 420 ~ 28.81%

%40.24
%30.95
%28.81

CMYK color model

#A98279 color CMYK value is (0,23,28,34).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 28.40%
  • key color value is 33.73%
CMYK:
(0,23,28,34)
C0M23Y28K34 
(0%,23%,28%,34%)
(0.00/0.23/0.28/0.34)	

CMYK percentages

%0
%23.08
%28.4
%33.73

Codes

Color #A98279 in popluar color models

A98279
RGB169130121
HSL11°21.82%56.86%
HSB/HSV11°28.40%66.27%
CMYK0.00%23.08%28.40%
33.73%

Color #A98279 in popluar number systems.

HEXA98279
Decimal169130121
Binary10101001100000101111001
Octal251202171

Shades and tints

Shades of #A98279

#A98279
(169,130,121)
#9A776E
(154,119,110)
#8B6C63
(139,108,99)
#7C6158
(124,97,88)
#6D564D
(109,86,77)
#5E4B42
(94,75,66)
#4F4037
(79,64,55)
#40352C
(64,53,44)
#312A21
(49,42,33)
#221F16
(34,31,22)
#13140B
(19,20,11)
#000000
(0,0,0)

Tints of #A98279

#A98279
(169,130,121)
#B08D85
(176,141,133)
#B79891
(183,152,145)
#BEA39D
(190,163,157)
#C5AEA9
(197,174,169)
#CCB9B5
(204,185,181)
#D3C4C1
(211,196,193)
#DACFCD
(218,207,205)
#E1DAD9
(225,218,217)
#E8E5E5
(232,229,229)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98279; }

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

This text font color is #A98279.


Background Color

.myBgColor { background-color: #A98279; }

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

This div background color is #A98279.


Border color

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

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

This div border color is #A98279.


Opacity

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

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

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

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

This text has shadow with #A98279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98279 on black background.


Color preview on white background

This text has color #A98279 on white background.



Black color preview on #A98279 background

This text has black color on #A98279 background.


White color preview on #A98279 background

This text has white color on #A98279 background.