COLOR #A98187

HEX: #A98187
RGB: (169,129,135)

Color info

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

RGB color model

#A98187 color RGB value is (169,129,135).

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

RGB channels and saturation

R 169 of 255 = 66%
G 129 of 255 = 51%
B 135 of 255 = 53%

169
129
135

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

Portions of RGB colors in percentages

R + G + B =
169 + 129 + 135 = 433 (100%)
R 169 of 433 ~ 39.03%
G 129 of 433 ~ 29.79%
B 135 of 433 ~ 31.18%

%39.03
%29.79
%31.18

CMYK color model

#A98187 color CMYK value is (0,24,20,34).

  • cyan value is 0.00%
  • magenta value is 23.67%
  • yellow value is 20.12%
  • key color value is 33.73%
CMYK:
(0,24,20,34)
C0M24Y20K34 
(0%,24%,20%,34%)
(0.00/0.24/0.20/0.34)	

CMYK percentages

%0
%23.67
%20.12
%33.73

Codes

Color #A98187 in popluar color models

A98187
RGB169129135
HSL351°18.87%58.43%
HSB/HSV351°23.67%66.27%
CMYK0.00%23.67%20.12%
33.73%

Color #A98187 in popluar number systems.

HEXA98187
Decimal169129135
Binary101010011000000110000111
Octal251201207

Shades and tints

Shades of #A98187

#A98187
(169,129,135)
#9A767B
(154,118,123)
#8B6B6F
(139,107,111)
#7C6063
(124,96,99)
#6D5557
(109,85,87)
#5E4A4B
(94,74,75)
#4F3F3F
(79,63,63)
#403433
(64,52,51)
#312927
(49,41,39)
#221E1B
(34,30,27)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #A98187

#A98187
(169,129,135)
#B08C91
(176,140,145)
#B7979B
(183,151,155)
#BEA2A5
(190,162,165)
#C5ADAF
(197,173,175)
#CCB8B9
(204,184,185)
#D3C3C3
(211,195,195)
#DACECD
(218,206,205)
#E1D9D7
(225,217,215)
#E8E4E1
(232,228,225)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98187; }

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

This text font color is #A98187.


Background Color

.myBgColor { background-color: #A98187; }

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

This div background color is #A98187.


Border color

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

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

This div border color is #A98187.


Opacity

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

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

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

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

This text has shadow with #A98187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98187 on black background.


Color preview on white background

This text has color #A98187 on white background.



Black color preview on #A98187 background

This text has black color on #A98187 background.


White color preview on #A98187 background

This text has white color on #A98187 background.