COLOR #A98677

HEX: #A98677
RGB: (169,134,119)

Color info

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

RGB color model

#A98677 color RGB value is (169,134,119).

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

RGB channels and saturation

R 169 of 255 = 66%
G 134 of 255 = 53%
B 119 of 255 = 47%

169
134
119

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

Portions of RGB colors in percentages

R + G + B =
169 + 134 + 119 = 422 (100%)
R 169 of 422 ~ 40.05%
G 134 of 422 ~ 31.75%
B 119 of 422 ~ 28.2%

%40.05
%31.75
%28.2

CMYK color model

#A98677 color CMYK value is (0,21,30,34).

  • cyan value is 0.00%
  • magenta value is 20.71%
  • yellow value is 29.59%
  • key color value is 33.73%
CMYK:
(0,21,30,34)
C0M21Y30K34 
(0%,21%,30%,34%)
(0.00/0.21/0.30/0.34)	

CMYK percentages

%0
%20.71
%29.59
%33.73

Codes

Color #A98677 in popluar color models

A98677
RGB169134119
HSL18°22.52%56.47%
HSB/HSV18°29.59%66.27%
CMYK0.00%20.71%29.59%
33.73%

Color #A98677 in popluar number systems.

HEXA98677
Decimal169134119
Binary10101001100001101110111
Octal251206167

Shades and tints

Shades of #A98677

#A98677
(169,134,119)
#9A7A6D
(154,122,109)
#8B6E63
(139,110,99)
#7C6259
(124,98,89)
#6D564F
(109,86,79)
#5E4A45
(94,74,69)
#4F3E3B
(79,62,59)
#403231
(64,50,49)
#312627
(49,38,39)
#221A1D
(34,26,29)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #A98677

#A98677
(169,134,119)
#B09183
(176,145,131)
#B79C8F
(183,156,143)
#BEA79B
(190,167,155)
#C5B2A7
(197,178,167)
#CCBDB3
(204,189,179)
#D3C8BF
(211,200,191)
#DAD3CB
(218,211,203)
#E1DED7
(225,222,215)
#E8E9E3
(232,233,227)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98677; }

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

This text font color is #A98677.


Background Color

.myBgColor { background-color: #A98677; }

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

This div background color is #A98677.


Border color

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

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

This div border color is #A98677.


Opacity

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

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

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

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

This text has shadow with #A98677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98677 on black background.


Color preview on white background

This text has color #A98677 on white background.



Black color preview on #A98677 background

This text has black color on #A98677 background.


White color preview on #A98677 background

This text has white color on #A98677 background.