COLOR #A98676

HEX: #A98676
RGB: (169,134,118)

Color info

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

RGB color model

#A98676 color RGB value is (169,134,118).

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

RGB channels and saturation

R 169 of 255 = 66%
G 134 of 255 = 53%
B 118 of 255 = 46%

169
134
118

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

Portions of RGB colors in percentages

R + G + B =
169 + 134 + 118 = 421 (100%)
R 169 of 421 ~ 40.14%
G 134 of 421 ~ 31.83%
B 118 of 421 ~ 28.03%

%40.14
%31.83
%28.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.71%
  • yellow value is 30.18%
  • 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
%30.18
%33.73

Codes

Color #A98676 in popluar color models

A98676
RGB169134118
HSL19°22.87%56.27%
HSB/HSV19°30.18%66.27%
CMYK0.00%20.71%30.18%
33.73%

Color #A98676 in popluar number systems.

HEXA98676
Decimal169134118
Binary10101001100001101110110
Octal251206166

Shades and tints

Shades of #A98676

#A98676
(169,134,118)
#9A7A6C
(154,122,108)
#8B6E62
(139,110,98)
#7C6258
(124,98,88)
#6D564E
(109,86,78)
#5E4A44
(94,74,68)
#4F3E3A
(79,62,58)
#403230
(64,50,48)
#312626
(49,38,38)
#221A1C
(34,26,28)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #A98676

#A98676
(169,134,118)
#B09182
(176,145,130)
#B79C8E
(183,156,142)
#BEA79A
(190,167,154)
#C5B2A6
(197,178,166)
#CCBDB2
(204,189,178)
#D3C8BE
(211,200,190)
#DAD3CA
(218,211,202)
#E1DED6
(225,222,214)
#E8E9E2
(232,233,226)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98676; }

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

This text font color is #A98676.


Background Color

.myBgColor { background-color: #A98676; }

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

This div background color is #A98676.


Border color

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

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

This div border color is #A98676.


Opacity

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

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

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

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

This text has shadow with #A98676 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A98676 on black background.


Color preview on white background

This text has color #A98676 on white background.



Black color preview on #A98676 background

This text has black color on #A98676 background.


White color preview on #A98676 background

This text has white color on #A98676 background.