COLOR #A98671

HEX: #A98671
RGB: (169,134,113)

Color info

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

RGB color model

#A98671 color RGB value is (169,134,113).

  • red value is 169;
  • green value is 134;
  • blue value is 113.
RGB:
(169,134,113)
(66%,53%,44%)

RGB channels and saturation

R 169 of 255 = 66%
G 134 of 255 = 53%
B 113 of 255 = 44%

169
134
113

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

Portions of RGB colors in percentages

R + G + B =
169 + 134 + 113 = 416 (100%)
R 169 of 416 ~ 40.63%
G 134 of 416 ~ 32.21%
B 113 of 416 ~ 27.16%

%40.63
%32.21
%27.16

CMYK color model

#A98671 color CMYK value is (0,21,33,34).

  • cyan value is 0.00%
  • magenta value is 20.71%
  • yellow value is 33.14%
  • key color value is 33.73%
CMYK:
(0,21,33,34)
C0M21Y33K34 
(0%,21%,33%,34%)
(0.00/0.21/0.33/0.34)	

CMYK percentages

%0
%20.71
%33.14
%33.73

Codes

Color #A98671 in popluar color models

A98671
RGB169134113
HSL23°24.56%55.29%
HSB/HSV23°33.14%66.27%
CMYK0.00%20.71%33.14%
33.73%

Color #A98671 in popluar number systems.

HEXA98671
Decimal169134113
Binary10101001100001101110001
Octal251206161

Shades and tints

Shades of #A98671

#A98671
(169,134,113)
#9A7A67
(154,122,103)
#8B6E5D
(139,110,93)
#7C6253
(124,98,83)
#6D5649
(109,86,73)
#5E4A3F
(94,74,63)
#4F3E35
(79,62,53)
#40322B
(64,50,43)
#312621
(49,38,33)
#221A17
(34,26,23)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #A98671

#A98671
(169,134,113)
#B0917D
(176,145,125)
#B79C89
(183,156,137)
#BEA795
(190,167,149)
#C5B2A1
(197,178,161)
#CCBDAD
(204,189,173)
#D3C8B9
(211,200,185)
#DAD3C5
(218,211,197)
#E1DED1
(225,222,209)
#E8E9DD
(232,233,221)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98671 color. Also use rgb(169,134,113) instead hex code.

Text Font Color

.myTextColor { color: #A98671; }

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

This text font color is #A98671.


Background Color

.myBgColor { background-color: #A98671; }

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

This div background color is #A98671.


Border color

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

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

This div border color is #A98671.


Opacity

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

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

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

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

This text has shadow with #A98671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98671 on black background.


Color preview on white background

This text has color #A98671 on white background.



Black color preview on #A98671 background

This text has black color on #A98671 background.


White color preview on #A98671 background

This text has white color on #A98671 background.