COLOR #A98489

HEX: #A98489
RGB: (169,132,137)

Color info

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

RGB color model

#A98489 color RGB value is (169,132,137).

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

RGB channels and saturation

R 169 of 255 = 66%
G 132 of 255 = 52%
B 137 of 255 = 54%

169
132
137

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

Portions of RGB colors in percentages

R + G + B =
169 + 132 + 137 = 438 (100%)
R 169 of 438 ~ 38.58%
G 132 of 438 ~ 30.14%
B 137 of 438 ~ 31.28%

%38.58
%30.14
%31.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.89%
  • 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
%21.89
%18.93
%33.73

Codes

Color #A98489 in popluar color models

A98489
RGB169132137
HSL352°17.70%59.02%
HSB/HSV352°21.89%66.27%
CMYK0.00%21.89%18.93%
33.73%

Color #A98489 in popluar number systems.

HEXA98489
Decimal169132137
Binary101010011000010010001001
Octal251204211

Shades and tints

Shades of #A98489

#A98489
(169,132,137)
#9A787D
(154,120,125)
#8B6C71
(139,108,113)
#7C6065
(124,96,101)
#6D5459
(109,84,89)
#5E484D
(94,72,77)
#4F3C41
(79,60,65)
#403035
(64,48,53)
#312429
(49,36,41)
#22181D
(34,24,29)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #A98489

#A98489
(169,132,137)
#B08F93
(176,143,147)
#B79A9D
(183,154,157)
#BEA5A7
(190,165,167)
#C5B0B1
(197,176,177)
#CCBBBB
(204,187,187)
#D3C6C5
(211,198,197)
#DAD1CF
(218,209,207)
#E1DCD9
(225,220,217)
#E8E7E3
(232,231,227)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98489; }

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

This text font color is #A98489.


Background Color

.myBgColor { background-color: #A98489; }

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

This div background color is #A98489.


Border color

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

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

This div border color is #A98489.


Opacity

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

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

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

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

This text has shadow with #A98489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98489 on black background.


Color preview on white background

This text has color #A98489 on white background.



Black color preview on #A98489 background

This text has black color on #A98489 background.


White color preview on #A98489 background

This text has white color on #A98489 background.