COLOR #A98389

HEX: #A98389
RGB: (169,131,137)

Color info

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

RGB color model

#A98389 color RGB value is (169,131,137).

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

RGB channels and saturation

R 169 of 255 = 66%
G 131 of 255 = 51%
B 137 of 255 = 54%

169
131
137

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

Portions of RGB colors in percentages

R + G + B =
169 + 131 + 137 = 437 (100%)
R 169 of 437 ~ 38.67%
G 131 of 437 ~ 29.98%
B 137 of 437 ~ 31.35%

%38.67
%29.98
%31.35

CMYK color model

#A98389 color CMYK value is (0,22,19,34).

  • cyan value is 0.00%
  • magenta value is 22.49%
  • yellow value is 18.93%
  • key color value is 33.73%
CMYK:
(0,22,19,34)
C0M22Y19K34 
(0%,22%,19%,34%)
(0.00/0.22/0.19/0.34)	

CMYK percentages

%0
%22.49
%18.93
%33.73

Codes

Color #A98389 in popluar color models

A98389
RGB169131137
HSL351°18.10%58.82%
HSB/HSV351°22.49%66.27%
CMYK0.00%22.49%18.93%
33.73%

Color #A98389 in popluar number systems.

HEXA98389
Decimal169131137
Binary101010011000001110001001
Octal251203211

Shades and tints

Shades of #A98389

#A98389
(169,131,137)
#9A787D
(154,120,125)
#8B6D71
(139,109,113)
#7C6265
(124,98,101)
#6D5759
(109,87,89)
#5E4C4D
(94,76,77)
#4F4141
(79,65,65)
#403635
(64,54,53)
#312B29
(49,43,41)
#22201D
(34,32,29)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #A98389

#A98389
(169,131,137)
#B08E93
(176,142,147)
#B7999D
(183,153,157)
#BEA4A7
(190,164,167)
#C5AFB1
(197,175,177)
#CCBABB
(204,186,187)
#D3C5C5
(211,197,197)
#DAD0CF
(218,208,207)
#E1DBD9
(225,219,217)
#E8E6E3
(232,230,227)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98389; }

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

This text font color is #A98389.


Background Color

.myBgColor { background-color: #A98389; }

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

This div background color is #A98389.


Border color

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

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

This div border color is #A98389.


Opacity

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

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

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

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

This text has shadow with #A98389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98389 on black background.


Color preview on white background

This text has color #A98389 on white background.



Black color preview on #A98389 background

This text has black color on #A98389 background.


White color preview on #A98389 background

This text has white color on #A98389 background.