COLOR #A89789

HEX: #A89789
RGB: (168,151,137)

Color info

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

RGB color model

#A89789 color RGB value is (168,151,137).

  • red value is 168;
  • green value is 151;
  • blue value is 137.
RGB:
(168,151,137)
(66%,59%,54%)

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 137 of 255 = 54%

168
151
137

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

Portions of RGB colors in percentages

R + G + B =
168 + 151 + 137 = 456 (100%)
R 168 of 456 ~ 36.84%
G 151 of 456 ~ 33.11%
B 137 of 456 ~ 30.04%

%36.84
%33.11
%30.04

CMYK color model

#A89789 color CMYK value is (0,10,18,34).

  • cyan value is 0.00%
  • magenta value is 10.12%
  • yellow value is 18.45%
  • key color value is 34.12%
CMYK:
(0,10,18,34)
C0M10Y18K34 
(0%,10%,18%,34%)
(0.00/0.10/0.18/0.34)	

CMYK percentages

%0
%10.12
%18.45
%34.12

Codes

Color #A89789 in popluar color models

A89789
RGB168151137
HSL27°15.12%59.80%
HSB/HSV27°18.45%65.88%
CMYK0.00%10.12%18.45%
34.12%

Color #A89789 in popluar number systems.

HEXA89789
Decimal168151137
Binary101010001001011110001001
Octal250227211

Shades and tints

Shades of #A89789

#A89789
(168,151,137)
#998A7D
(153,138,125)
#8A7D71
(138,125,113)
#7B7065
(123,112,101)
#6C6359
(108,99,89)
#5D564D
(93,86,77)
#4E4941
(78,73,65)
#3F3C35
(63,60,53)
#302F29
(48,47,41)
#21221D
(33,34,29)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #A89789

#A89789
(168,151,137)
#AFA093
(175,160,147)
#B6A99D
(182,169,157)
#BDB2A7
(189,178,167)
#C4BBB1
(196,187,177)
#CBC4BB
(203,196,187)
#D2CDC5
(210,205,197)
#D9D6CF
(217,214,207)
#E0DFD9
(224,223,217)
#E7E8E3
(231,232,227)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89789 color. Also use rgb(168,151,137) instead hex code.

Text Font Color

.myTextColor { color: #A89789; }

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

This text font color is #A89789.


Background Color

.myBgColor { background-color: #A89789; }

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

This div background color is #A89789.


Border color

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

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

This div border color is #A89789.


Opacity

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

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

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

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

This text has shadow with #A89789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89789 on black background.


Color preview on white background

This text has color #A89789 on white background.



Black color preview on #A89789 background

This text has black color on #A89789 background.


White color preview on #A89789 background

This text has white color on #A89789 background.