COLOR #A98384

HEX: #A98384
RGB: (169,131,132)

Color info

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

RGB color model

#A98384 color RGB value is (169,131,132).

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

RGB channels and saturation

R 169 of 255 = 66%
G 131 of 255 = 51%
B 132 of 255 = 52%

169
131
132

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

Portions of RGB colors in percentages

R + G + B =
169 + 131 + 132 = 432 (100%)
R 169 of 432 ~ 39.12%
G 131 of 432 ~ 30.32%
B 132 of 432 ~ 30.56%

%39.12
%30.32
%30.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.49%
  • yellow value is 21.89%
  • key color value is 33.73%
CMYK:
(0,22,22,34)
C0M22Y22K34 
(0%,22%,22%,34%)
(0.00/0.22/0.22/0.34)	

CMYK percentages

%0
%22.49
%21.89
%33.73

Codes

Color #A98384 in popluar color models

A98384
RGB169131132
HSL358°18.10%58.82%
HSB/HSV358°22.49%66.27%
CMYK0.00%22.49%21.89%
33.73%

Color #A98384 in popluar number systems.

HEXA98384
Decimal169131132
Binary101010011000001110000100
Octal251203204

Shades and tints

Shades of #A98384

#A98384
(169,131,132)
#9A7878
(154,120,120)
#8B6D6C
(139,109,108)
#7C6260
(124,98,96)
#6D5754
(109,87,84)
#5E4C48
(94,76,72)
#4F413C
(79,65,60)
#403630
(64,54,48)
#312B24
(49,43,36)
#222018
(34,32,24)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #A98384

#A98384
(169,131,132)
#B08E8F
(176,142,143)
#B7999A
(183,153,154)
#BEA4A5
(190,164,165)
#C5AFB0
(197,175,176)
#CCBABB
(204,186,187)
#D3C5C6
(211,197,198)
#DAD0D1
(218,208,209)
#E1DBDC
(225,219,220)
#E8E6E7
(232,230,231)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98384; }

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

This text font color is #A98384.


Background Color

.myBgColor { background-color: #A98384; }

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

This div background color is #A98384.


Border color

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

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

This div border color is #A98384.


Opacity

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

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

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

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

This text has shadow with #A98384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98384 on black background.


Color preview on white background

This text has color #A98384 on white background.



Black color preview on #A98384 background

This text has black color on #A98384 background.


White color preview on #A98384 background

This text has white color on #A98384 background.