COLOR #A89C83

HEX: #A89C83
RGB: (168,156,131)

Color info

#A89C83 contains red, green and blue colors in about the same proportion. Web safe color of #A89C83 is #999999 (or #999).

RGB color model

#A89C83 color RGB value is (168,156,131).

  • red value is 168;
  • green value is 156;
  • blue value is 131.
RGB:
(168,156,131)
(66%,61%,51%)

RGB channels and saturation

R 168 of 255 = 66%
G 156 of 255 = 61%
B 131 of 255 = 51%

168
156
131

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

Portions of RGB colors in percentages

R + G + B =
168 + 156 + 131 = 455 (100%)
R 168 of 455 ~ 36.92%
G 156 of 455 ~ 34.29%
B 131 of 455 ~ 28.79%

%36.92
%34.29
%28.79

CMYK color model

#A89C83 color CMYK value is (0,7,22,34).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 22.02%
  • key color value is 34.12%
CMYK:
(0,7,22,34)
C0M7Y22K34 
(0%,7%,22%,34%)
(0.00/0.07/0.22/0.34)	

CMYK percentages

%0
%7.14
%22.02
%34.12

Codes

Color #A89C83 in popluar color models

A89C83
RGB168156131
HSL41°17.54%58.63%
HSB/HSV41°22.02%65.88%
CMYK0.00%7.14%22.02%
34.12%

Color #A89C83 in popluar number systems.

HEXA89C83
Decimal168156131
Binary101010001001110010000011
Octal250234203

Shades and tints

Shades of #A89C83

#A89C83
(168,156,131)
#998E78
(153,142,120)
#8A806D
(138,128,109)
#7B7262
(123,114,98)
#6C6457
(108,100,87)
#5D564C
(93,86,76)
#4E4841
(78,72,65)
#3F3A36
(63,58,54)
#302C2B
(48,44,43)
#211E20
(33,30,32)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #A89C83

#A89C83
(168,156,131)
#AFA58E
(175,165,142)
#B6AE99
(182,174,153)
#BDB7A4
(189,183,164)
#C4C0AF
(196,192,175)
#CBC9BA
(203,201,186)
#D2D2C5
(210,210,197)
#D9DBD0
(217,219,208)
#E0E4DB
(224,228,219)
#E7EDE6
(231,237,230)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89C83 color. Also use rgb(168,156,131) instead hex code.

Text Font Color

.myTextColor { color: #A89C83; }

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

This text font color is #A89C83.


Background Color

.myBgColor { background-color: #A89C83; }

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

This div background color is #A89C83.


Border color

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

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

This div border color is #A89C83.


Opacity

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

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

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

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

This text has shadow with #A89C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89C83 on black background.


Color preview on white background

This text has color #A89C83 on white background.



Black color preview on #A89C83 background

This text has black color on #A89C83 background.


White color preview on #A89C83 background

This text has white color on #A89C83 background.