COLOR #A98387

HEX: #A98387 RGB: (169,131,135)

Color info

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

RGB color model

#A98387 color RGB value is (169,131,135).

RGB: (169,131,135) (66%, 51%, 53%)

RGB channels and saturation

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

169
131
135

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

Portions of RGB colors in percentages

R + G + B = 169 + 131 + 135 = 435 (100%)
R 169 of 435 ~ 38.85%
G 131 of 435 ~ 30.11%
B 135 of 435 ~ 31.03'%

%38.85
%30.11
%31.03

CMYK color model

#A98387 color CMYK value is (0,22,20,34).

  • cyan value is 0.00%
  • magenta value is 22.49%
  • yellow value is 20.12%
  • key color value is 33.73%

CMYK: (0,22,20,34)
C0M22Y20K34 (0%, 22%, 20%, 34%)
(0.00 / 0.22 / 0.20 / 0.34)

CMYK percentages

%0
%22.49
%20.12
%33.73

Codes

Color #A98387 in popluar color models

A9 83 87
RGB 169 131 135
HSL 354° 18.10% 58.82%
HSB/HSV 354° 22.49% 66.27%
CMYK 0.00% 22.49% 20.12%
33.73%

Color #A98387 in popluar number systems.

HEX A9 83 87
Decimal 169 131 135
Binary 10101001 10000011 10000111
Octal 251 203 207

Shades and tints

Shades of #A98387

#A98387
(169,131,135)
#9A787B
(154,120,123)
#8B6D6F
(139,109,111)
#7C6263
(124,98,99)
#6D5757
(109,87,87)
#5E4C4B
(94,76,75)
#4F413F
(79,65,63)
#403633
(64,54,51)
#312B27
(49,43,39)
#22201B
(34,32,27)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #A98387

#A98387
(169,131,135)
#B08E91
(176,142,145)
#B7999B
(183,153,155)
#BEA4A5
(190,164,165)
#C5AFAF
(197,175,175)
#CCBAB9
(204,186,185)
#D3C5C3
(211,197,195)
#DAD0CD
(218,208,205)
#E1DBD7
(225,219,215)
#E8E6E1
(232,230,225)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98387; }

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

This text font color is #A98387.

Background Color

.myBgColor { background-color: #A98387; }

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

This div background color is #A98387.

Border color

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

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

This div border color is #A98387.

Opacity

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

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

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

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

This text has shadow with #A98387 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98387.

Preview

Color preview on black background

This text has color #A98387 on black background.


Color preview on white background

This text has color #A98387 on white background.


Black color preview on #A98387 background

This text has black color on #A98387 background.


White color preview on #A98387 background

This text has white color on #A98387 background.


Related colors

Complementary color

Complementary color for #hex is #567C78.


I love getcolorcode.com

Triadic colors

1 #87A983 and #8387A9 with #A98387 are triadic colors.

2 #8783A9 and #83A987 with #A98387 are triadic colors.