COLOR #A98F87

HEX: #A98F87
RGB: (169,143,135)

Color info

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

RGB color model

#A98F87 color RGB value is (169,143,135).

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

RGB channels and saturation

R 169 of 255 = 66%
G 143 of 255 = 56%
B 135 of 255 = 53%

169
143
135

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

Portions of RGB colors in percentages

R + G + B =
169 + 143 + 135 = 447 (100%)
R 169 of 447 ~ 37.81%
G 143 of 447 ~ 31.99%
B 135 of 447 ~ 30.2%

%37.81
%31.99
%30.2

CMYK color model

#A98F87 color CMYK value is (0,15,20,34).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 20.12%
  • key color value is 33.73%
CMYK:
(0,15,20,34)
C0M15Y20K34 
(0%,15%,20%,34%)
(0.00/0.15/0.20/0.34)	

CMYK percentages

%0
%15.38
%20.12
%33.73

Codes

Color #A98F87 in popluar color models

A98F87
RGB169143135
HSL14°16.50%59.61%
HSB/HSV14°20.12%66.27%
CMYK0.00%15.38%20.12%
33.73%

Color #A98F87 in popluar number systems.

HEXA98F87
Decimal169143135
Binary101010011000111110000111
Octal251217207

Shades and tints

Shades of #A98F87

#A98F87
(169,143,135)
#9A827B
(154,130,123)
#8B756F
(139,117,111)
#7C6863
(124,104,99)
#6D5B57
(109,91,87)
#5E4E4B
(94,78,75)
#4F413F
(79,65,63)
#403433
(64,52,51)
#312727
(49,39,39)
#221A1B
(34,26,27)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #A98F87

#A98F87
(169,143,135)
#B09991
(176,153,145)
#B7A39B
(183,163,155)
#BEADA5
(190,173,165)
#C5B7AF
(197,183,175)
#CCC1B9
(204,193,185)
#D3CBC3
(211,203,195)
#DAD5CD
(218,213,205)
#E1DFD7
(225,223,215)
#E8E9E1
(232,233,225)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98F87; }

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

This text font color is #A98F87.


Background Color

.myBgColor { background-color: #A98F87; }

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

This div background color is #A98F87.


Border color

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

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

This div border color is #A98F87.


Opacity

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

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

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

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

This text has shadow with #A98F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98F87 on black background.


Color preview on white background

This text has color #A98F87 on white background.



Black color preview on #A98F87 background

This text has black color on #A98F87 background.


White color preview on #A98F87 background

This text has white color on #A98F87 background.