COLOR #A98960

HEX: #A98960 RGB: (169,137,96)

Color info

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

RGB color model

#A98960 color RGB value is (169,137,96).

RGB: (169,137,96) (66%, 54%, 38%)

RGB channels and saturation

R 169 of 255 = 66%
G 137 of 255 = 54%
B 96 of 255 = 38%

169
137
96

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

Portions of RGB colors in percentages

R + G + B = 169 + 137 + 96 = 402 (100%)
R 169 of 402 ~ 42.04%
G 137 of 402 ~ 34.08%
B 96 of 402 ~ 23.88'%

%42.04
%34.08
%23.88

CMYK color model

#A98960 color CMYK value is (0,19,43,34).

  • cyan value is 0.00%
  • magenta value is 18.93%
  • yellow value is 43.20%
  • key color value is 33.73%

CMYK: (0,19,43,34)
C0M19Y43K34 (0%, 19%, 43%, 34%)
(0.00 / 0.19 / 0.43 / 0.34)

CMYK percentages

%0
%18.93
%43.2
%33.73

Codes

Color #A98960 in popluar color models

A9 89 60
RGB 169 137 96
HSL 34° 29.80% 51.96%
HSB/HSV 34° 43.20% 66.27%
CMYK 0.00% 18.93% 43.20%
33.73%

Color #A98960 in popluar number systems.

HEX A9 89 60
Decimal 169 137 96
Binary 10101001 10001001 1100000
Octal 251 211 140

Shades and tints

Shades of #A98960

#A98960
(169,137,96)
#9A7D58
(154,125,88)
#8B7150
(139,113,80)
#7C6548
(124,101,72)
#6D5940
(109,89,64)
#5E4D38
(94,77,56)
#4F4130
(79,65,48)
#403528
(64,53,40)
#312920
(49,41,32)
#221D18
(34,29,24)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #A98960

#A98960
(169,137,96)
#B0936E
(176,147,110)
#B79D7C
(183,157,124)
#BEA78A
(190,167,138)
#C5B198
(197,177,152)
#CCBBA6
(204,187,166)
#D3C5B4
(211,197,180)
#DACFC2
(218,207,194)
#E1D9D0
(225,217,208)
#E8E3DE
(232,227,222)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98960 color. Also use rgb(169,137,96) instead hex code.

Text Font Color

.myTextColor { color: #A98960; }

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

This text font color is #A98960.

Background Color

.myBgColor { background-color: #A98960; }

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

This div background color is #A98960.

Border color

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

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

This div border color is #A98960.

Opacity

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

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

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

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

This text has shadow with #A98960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98960.

Preview

Color preview on black background

This text has color #A98960 on black background.


Color preview on white background

This text has color #A98960 on white background.


Black color preview on #A98960 background

This text has black color on #A98960 background.


White color preview on #A98960 background

This text has white color on #A98960 background.


Related colors

Complementary color

Complementary color for #hex is #56769F.


I love getcolorcode.com

Triadic colors

1 #60A989 and #8960A9 with #A98960 are triadic colors.

2 #6089A9 and #89A960 with #A98960 are triadic colors.