COLOR #A98381

HEX: #A98381 RGB: (169,131,129)

Color info

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

RGB color model

#A98381 color RGB value is (169,131,129).

RGB: (169,131,129) (66%, 51%, 51%)

RGB channels and saturation

R 169 of 255 = 66%
G 131 of 255 = 51%
B 129 of 255 = 51%

169
131
129

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

Portions of RGB colors in percentages

R + G + B = 169 + 131 + 129 = 429 (100%)
R 169 of 429 ~ 39.39%
G 131 of 429 ~ 30.54%
B 129 of 429 ~ 30.07'%

%39.39
%30.54
%30.07

CMYK color model

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

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

CMYK: (0,22,24,34)
C0M22Y24K34 (0%, 22%, 24%, 34%)
(0.00 / 0.22 / 0.24 / 0.34)

CMYK percentages

%0
%22.49
%23.67
%33.73

Codes

Color #A98381 in popluar color models

A9 83 81
RGB 169 131 129
HSL 18.87% 58.43%
HSB/HSV 23.67% 66.27%
CMYK 0.00% 22.49% 23.67%
33.73%

Color #A98381 in popluar number systems.

HEX A9 83 81
Decimal 169 131 129
Binary 10101001 10000011 10000001
Octal 251 203 201

Shades and tints

Shades of #A98381

#A98381
(169,131,129)
#9A7876
(154,120,118)
#8B6D6B
(139,109,107)
#7C6260
(124,98,96)
#6D5755
(109,87,85)
#5E4C4A
(94,76,74)
#4F413F
(79,65,63)
#403634
(64,54,52)
#312B29
(49,43,41)
#22201E
(34,32,30)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #A98381

#A98381
(169,131,129)
#B08E8C
(176,142,140)
#B79997
(183,153,151)
#BEA4A2
(190,164,162)
#C5AFAD
(197,175,173)
#CCBAB8
(204,186,184)
#D3C5C3
(211,197,195)
#DAD0CE
(218,208,206)
#E1DBD9
(225,219,217)
#E8E6E4
(232,230,228)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98381; }

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

This text font color is #A98381.

Background Color

.myBgColor { background-color: #A98381; }

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

This div background color is #A98381.

Border color

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

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

This div border color is #A98381.

Opacity

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

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

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

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

This text has shadow with #A98381 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98381.

Preview

Color preview on black background

This text has color #A98381 on black background.


Color preview on white background

This text has color #A98381 on white background.


Black color preview on #A98381 background

This text has black color on #A98381 background.


White color preview on #A98381 background

This text has white color on #A98381 background.


Related colors

Complementary color

Complementary color for #hex is #567C7E.


I love getcolorcode.com

Triadic colors

1 #81A983 and #8381A9 with #A98381 are triadic colors.

2 #8183A9 and #83A981 with #A98381 are triadic colors.