COLOR #A98975

HEX: #A98975
RGB: (169,137,117)

Color info

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

RGB color model

#A98975 color RGB value is (169,137,117).

  • red value is 169;
  • green value is 137;
  • blue value is 117.
RGB:
(169,137,117)
(66%,54%,46%)

RGB channels and saturation

R 169 of 255 = 66%
G 137 of 255 = 54%
B 117 of 255 = 46%

169
137
117

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

Portions of RGB colors in percentages

R + G + B =
169 + 137 + 117 = 423 (100%)
R 169 of 423 ~ 39.95%
G 137 of 423 ~ 32.39%
B 117 of 423 ~ 27.66%

%39.95
%32.39
%27.66

CMYK color model

#A98975 color CMYK value is (0,19,31,34).

  • cyan value is 0.00%
  • magenta value is 18.93%
  • yellow value is 30.77%
  • key color value is 33.73%
CMYK:
(0,19,31,34)
C0M19Y31K34 
(0%,19%,31%,34%)
(0.00/0.19/0.31/0.34)	

CMYK percentages

%0
%18.93
%30.77
%33.73

Codes

Color #A98975 in popluar color models

A98975
RGB169137117
HSL23°23.21%56.08%
HSB/HSV23°30.77%66.27%
CMYK0.00%18.93%30.77%
33.73%

Color #A98975 in popluar number systems.

HEXA98975
Decimal169137117
Binary10101001100010011110101
Octal251211165

Shades and tints

Shades of #A98975

#A98975
(169,137,117)
#9A7D6B
(154,125,107)
#8B7161
(139,113,97)
#7C6557
(124,101,87)
#6D594D
(109,89,77)
#5E4D43
(94,77,67)
#4F4139
(79,65,57)
#40352F
(64,53,47)
#312925
(49,41,37)
#221D1B
(34,29,27)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #A98975

#A98975
(169,137,117)
#B09381
(176,147,129)
#B79D8D
(183,157,141)
#BEA799
(190,167,153)
#C5B1A5
(197,177,165)
#CCBBB1
(204,187,177)
#D3C5BD
(211,197,189)
#DACFC9
(218,207,201)
#E1D9D5
(225,217,213)
#E8E3E1
(232,227,225)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98975; }

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

This text font color is #A98975.


Background Color

.myBgColor { background-color: #A98975; }

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

This div background color is #A98975.


Border color

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

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

This div border color is #A98975.


Opacity

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

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

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

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

This text has shadow with #A98975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98975 on black background.


Color preview on white background

This text has color #A98975 on white background.



Black color preview on #A98975 background

This text has black color on #A98975 background.


White color preview on #A98975 background

This text has white color on #A98975 background.