COLOR #A98461

HEX: #A98461
RGB: (169,132,97)

Color info

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

RGB color model

#A98461 color RGB value is (169,132,97).

  • red value is 169;
  • green value is 132;
  • blue value is 97.
RGB:
(169,132,97)
(66%,52%,38%)

RGB channels and saturation

R 169 of 255 = 66%
G 132 of 255 = 52%
B 97 of 255 = 38%

169
132
97

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

Portions of RGB colors in percentages

R + G + B =
169 + 132 + 97 = 398 (100%)
R 169 of 398 ~ 42.46%
G 132 of 398 ~ 33.17%
B 97 of 398 ~ 24.37%

%42.46
%33.17
%24.37

CMYK color model

#A98461 color CMYK value is (0,22,43,34).

  • cyan value is 0.00%
  • magenta value is 21.89%
  • yellow value is 42.60%
  • key color value is 33.73%
CMYK:
(0,22,43,34)
C0M22Y43K34 
(0%,22%,43%,34%)
(0.00/0.22/0.43/0.34)	

CMYK percentages

%0
%21.89
%42.6
%33.73

Codes

Color #A98461 in popluar color models

A98461
RGB16913297
HSL29°29.51%52.16%
HSB/HSV29°42.60%66.27%
CMYK0.00%21.89%42.60%
33.73%

Color #A98461 in popluar number systems.

HEXA98461
Decimal16913297
Binary10101001100001001100001
Octal251204141

Shades and tints

Shades of #A98461

#A98461
(169,132,97)
#9A7859
(154,120,89)
#8B6C51
(139,108,81)
#7C6049
(124,96,73)
#6D5441
(109,84,65)
#5E4839
(94,72,57)
#4F3C31
(79,60,49)
#403029
(64,48,41)
#312421
(49,36,33)
#221819
(34,24,25)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #A98461

#A98461
(169,132,97)
#B08F6F
(176,143,111)
#B79A7D
(183,154,125)
#BEA58B
(190,165,139)
#C5B099
(197,176,153)
#CCBBA7
(204,187,167)
#D3C6B5
(211,198,181)
#DAD1C3
(218,209,195)
#E1DCD1
(225,220,209)
#E8E7DF
(232,231,223)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98461 color. Also use rgb(169,132,97) instead hex code.

Text Font Color

.myTextColor { color: #A98461; }

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

This text font color is #A98461.


Background Color

.myBgColor { background-color: #A98461; }

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

This div background color is #A98461.


Border color

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

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

This div border color is #A98461.


Opacity

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

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

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

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

This text has shadow with #A98461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98461 on black background.


Color preview on white background

This text has color #A98461 on white background.



Black color preview on #A98461 background

This text has black color on #A98461 background.


White color preview on #A98461 background

This text has white color on #A98461 background.