COLOR #A98861

HEX: #A98861 RGB: (169,136,97)

Color info

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

RGB color model

#A98861 color RGB value is (169,136,97).

RGB: (169,136,97) (66%, 53%, 38%)

RGB channels and saturation

R 169 of 255 = 66%
G 136 of 255 = 53%
B 97 of 255 = 38%

169
136
97

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

Portions of RGB colors in percentages

R + G + B = 169 + 136 + 97 = 402 (100%)
R 169 of 402 ~ 42.04%
G 136 of 402 ~ 33.83%
B 97 of 402 ~ 24.13'%

%42.04
%33.83
%24.13

CMYK color model

#A98861 color CMYK value is (0,20,43,34).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 42.60%
  • key color value is 33.73%
CMYK: (0,20,43,34) C0M20Y43K34 (0%,20%,43%,34%) (0.00/0.20/0.43/0.34) 

CMYK percentages

%0
%19.53
%42.6
%33.73

Codes

Color #A98861 in popluar color models

A9 88 61
RGB 169 136 97
HSL 33° 29.51% 52.16%
HSB/HSV 33° 42.60% 66.27%
CMYK 0.00% 19.53% 42.60%
33.73%

Color #A98861 in popluar number systems.

HEX A9 88 61
Decimal 169 136 97
Binary 10101001 10001000 1100001
Octal 251 210 141

Shades and tints

Shades of #A98861

#A98861
(169,136,97)
#9A7C59
(154,124,89)
#8B7051
(139,112,81)
#7C6449
(124,100,73)
#6D5841
(109,88,65)
#5E4C39
(94,76,57)
#4F4031
(79,64,49)
#403429
(64,52,41)
#312821
(49,40,33)
#221C19
(34,28,25)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #A98861

#A98861
(169,136,97)
#B0926F
(176,146,111)
#B79C7D
(183,156,125)
#BEA68B
(190,166,139)
#C5B099
(197,176,153)
#CCBAA7
(204,186,167)
#D3C4B5
(211,196,181)
#DACEC3
(218,206,195)
#E1D8D1
(225,216,209)
#E8E2DF
(232,226,223)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98861; }

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

This text font color is #A98861.

Background Color

.myBgColor { background-color: #A98861; }

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

This div background color is #A98861.

Border color

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

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

This div border color is #A98861.

Opacity

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

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

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

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

This text has shadow with #A98861 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98861.

Preview

Color preview on black background

This text has color #A98861 on black background.


Color preview on white background

This text has color #A98861 on white background.


Black color preview on #A98861 background

This text has black color on #A98861 background.


White color preview on #A98861 background

This text has white color on #A98861 background.


Related colors

Complementary color

Complementary color for #hex is #56779E.


I love getcolorcode.com

Triadic colors

1 #61A988 and #8861A9 with #A98861 are triadic colors.

2 #6188A9 and #88A961 with #A98861 are triadic colors.