COLOR #A98B61

HEX: #A98B61 RGB: (169,139,97)

Color info

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

RGB color model

#A98B61 color RGB value is (169,139,97).

RGB: (169,139,97) (66%, 55%, 38%)

RGB channels and saturation

R 169 of 255 = 66%
G 139 of 255 = 55%
B 97 of 255 = 38%

169
139
97

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

Portions of RGB colors in percentages

R + G + B = 169 + 139 + 97 = 405 (100%)
R 169 of 405 ~ 41.73%
G 139 of 405 ~ 34.32%
B 97 of 405 ~ 23.95'%

%41.73
%34.32
%23.95

CMYK color model

#A98B61 color CMYK value is (0,18,43,34).

  • cyan value is 0.00%
  • magenta value is 17.75%
  • yellow value is 42.60%
  • key color value is 33.73%

CMYK: (0,18,43,34)
C0M18Y43K34 (0%, 18%, 43%, 34%)
(0.00 / 0.18 / 0.43 / 0.34)

CMYK percentages

%0
%17.75
%42.6
%33.73

Codes

Color #A98B61 in popluar color models

A9 8B 61
RGB 169 139 97
HSL 35° 29.51% 52.16%
HSB/HSV 35° 42.60% 66.27%
CMYK 0.00% 17.75% 42.60%
33.73%

Color #A98B61 in popluar number systems.

HEX A9 8B 61
Decimal 169 139 97
Binary 10101001 10001011 1100001
Octal 251 213 141

Shades and tints

Shades of #A98B61

#A98B61
(169,139,97)
#9A7F59
(154,127,89)
#8B7351
(139,115,81)
#7C6749
(124,103,73)
#6D5B41
(109,91,65)
#5E4F39
(94,79,57)
#4F4331
(79,67,49)
#403729
(64,55,41)
#312B21
(49,43,33)
#221F19
(34,31,25)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #A98B61

#A98B61
(169,139,97)
#B0956F
(176,149,111)
#B79F7D
(183,159,125)
#BEA98B
(190,169,139)
#C5B399
(197,179,153)
#CCBDA7
(204,189,167)
#D3C7B5
(211,199,181)
#DAD1C3
(218,209,195)
#E1DBD1
(225,219,209)
#E8E5DF
(232,229,223)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98B61; }

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

This text font color is #A98B61.

Background Color

.myBgColor { background-color: #A98B61; }

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

This div background color is #A98B61.

Border color

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

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

This div border color is #A98B61.

Opacity

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

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

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

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

This text has shadow with #A98B61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98B61.

Preview

Color preview on black background

This text has color #A98B61 on black background.


Color preview on white background

This text has color #A98B61 on white background.


Black color preview on #A98B61 background

This text has black color on #A98B61 background.


White color preview on #A98B61 background

This text has white color on #A98B61 background.


Related colors

Complementary color

Complementary color for #hex is #56749E.


I love getcolorcode.com

Triadic colors

1 #61A98B and #8B61A9 with #A98B61 are triadic colors.

2 #618BA9 and #8BA961 with #A98B61 are triadic colors.