COLOR #A89876

HEX: #A89876
RGB: (168,152,118)

Color info

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

RGB color model

#A89876 color RGB value is (168,152,118).

  • red value is 168;
  • green value is 152;
  • blue value is 118.
RGB:
(168,152,118)
(66%,60%,46%)

RGB channels and saturation

R 168 of 255 = 66%
G 152 of 255 = 60%
B 118 of 255 = 46%

168
152
118

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

Portions of RGB colors in percentages

R + G + B =
168 + 152 + 118 = 438 (100%)
R 168 of 438 ~ 38.36%
G 152 of 438 ~ 34.7%
B 118 of 438 ~ 26.94%

%38.36
%34.7
%26.94

CMYK color model

#A89876 color CMYK value is (0,10,30,34).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 29.76%
  • key color value is 34.12%
CMYK:
(0,10,30,34)
C0M10Y30K34 
(0%,10%,30%,34%)
(0.00/0.10/0.30/0.34)	

CMYK percentages

%0
%9.52
%29.76
%34.12

Codes

Color #A89876 in popluar color models

A89876
RGB168152118
HSL41°22.32%56.08%
HSB/HSV41°29.76%65.88%
CMYK0.00%9.52%29.76%
34.12%

Color #A89876 in popluar number systems.

HEXA89876
Decimal168152118
Binary10101000100110001110110
Octal250230166

Shades and tints

Shades of #A89876

#A89876
(168,152,118)
#998B6C
(153,139,108)
#8A7E62
(138,126,98)
#7B7158
(123,113,88)
#6C644E
(108,100,78)
#5D5744
(93,87,68)
#4E4A3A
(78,74,58)
#3F3D30
(63,61,48)
#303026
(48,48,38)
#21231C
(33,35,28)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #A89876

#A89876
(168,152,118)
#AFA182
(175,161,130)
#B6AA8E
(182,170,142)
#BDB39A
(189,179,154)
#C4BCA6
(196,188,166)
#CBC5B2
(203,197,178)
#D2CEBE
(210,206,190)
#D9D7CA
(217,215,202)
#E0E0D6
(224,224,214)
#E7E9E2
(231,233,226)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89876 color. Also use rgb(168,152,118) instead hex code.

Text Font Color

.myTextColor { color: #A89876; }

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

This text font color is #A89876.


Background Color

.myBgColor { background-color: #A89876; }

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

This div background color is #A89876.


Border color

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

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

This div border color is #A89876.


Opacity

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

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

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

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

This text has shadow with #A89876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89876 on black background.


Color preview on white background

This text has color #A89876 on white background.



Black color preview on #A89876 background

This text has black color on #A89876 background.


White color preview on #A89876 background

This text has white color on #A89876 background.