COLOR #A98789

HEX: #A98789
RGB: (169,135,137)

Color info

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

RGB color model

#A98789 color RGB value is (169,135,137).

  • red value is 169;
  • green value is 135;
  • blue value is 137.
RGB:
(169,135,137)
(66%,53%,54%)

RGB channels and saturation

R 169 of 255 = 66%
G 135 of 255 = 53%
B 137 of 255 = 54%

169
135
137

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

Portions of RGB colors in percentages

R + G + B =
169 + 135 + 137 = 441 (100%)
R 169 of 441 ~ 38.32%
G 135 of 441 ~ 30.61%
B 137 of 441 ~ 31.07%

%38.32
%30.61
%31.07

CMYK color model

#A98789 color CMYK value is (0,20,19,34).

  • cyan value is 0.00%
  • magenta value is 20.12%
  • yellow value is 18.93%
  • key color value is 33.73%
CMYK:
(0,20,19,34)
C0M20Y19K34 
(0%,20%,19%,34%)
(0.00/0.20/0.19/0.34)	

CMYK percentages

%0
%20.12
%18.93
%33.73

Codes

Color #A98789 in popluar color models

A98789
RGB169135137
HSL356°16.50%59.61%
HSB/HSV356°20.12%66.27%
CMYK0.00%20.12%18.93%
33.73%

Color #A98789 in popluar number systems.

HEXA98789
Decimal169135137
Binary101010011000011110001001
Octal251207211

Shades and tints

Shades of #A98789

#A98789
(169,135,137)
#9A7B7D
(154,123,125)
#8B6F71
(139,111,113)
#7C6365
(124,99,101)
#6D5759
(109,87,89)
#5E4B4D
(94,75,77)
#4F3F41
(79,63,65)
#403335
(64,51,53)
#312729
(49,39,41)
#221B1D
(34,27,29)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #A98789

#A98789
(169,135,137)
#B09193
(176,145,147)
#B79B9D
(183,155,157)
#BEA5A7
(190,165,167)
#C5AFB1
(197,175,177)
#CCB9BB
(204,185,187)
#D3C3C5
(211,195,197)
#DACDCF
(218,205,207)
#E1D7D9
(225,215,217)
#E8E1E3
(232,225,227)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98789 color. Also use rgb(169,135,137) instead hex code.

Text Font Color

.myTextColor { color: #A98789; }

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

This text font color is #A98789.


Background Color

.myBgColor { background-color: #A98789; }

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

This div background color is #A98789.


Border color

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

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

This div border color is #A98789.


Opacity

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

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

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

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

This text has shadow with #A98789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98789 on black background.


Color preview on white background

This text has color #A98789 on white background.



Black color preview on #A98789 background

This text has black color on #A98789 background.


White color preview on #A98789 background

This text has white color on #A98789 background.