COLOR #A98D80

HEX: #A98D80 RGB: (169,141,128)

Color info

#A98D80 contains red, green and blue colors in about the same proportion. Web safe color of #A98D80 is #999966 (or #996).

RGB color model

#A98D80 color RGB value is (169,141,128).

RGB: (169,141,128) (66%, 55%, 50%)

RGB channels and saturation

R 169 of 255 = 66%
G 141 of 255 = 55%
B 128 of 255 = 50%

169
141
128

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

Portions of RGB colors in percentages

R + G + B = 169 + 141 + 128 = 438 (100%)
R 169 of 438 ~ 38.58%
G 141 of 438 ~ 32.19%
B 128 of 438 ~ 29.22'%

%38.58
%32.19
%29.22

CMYK color model

#A98D80 color CMYK value is (0,17,24,34).

  • cyan value is 0.00%
  • magenta value is 16.57%
  • yellow value is 24.26%
  • key color value is 33.73%

CMYK: (0,17,24,34)
C0M17Y24K34 (0%, 17%, 24%, 34%)
(0.00 / 0.17 / 0.24 / 0.34)

CMYK percentages

%0
%16.57
%24.26
%33.73

Codes

Color #A98D80 in popluar color models

A9 8D 80
RGB 169 141 128
HSL 19° 19.25% 58.24%
HSB/HSV 19° 24.26% 66.27%
CMYK 0.00% 16.57% 24.26%
33.73%

Color #A98D80 in popluar number systems.

HEX A9 8D 80
Decimal 169 141 128
Binary 10101001 10001101 10000000
Octal 251 215 200

Shades and tints

Shades of #A98D80

#A98D80
(169,141,128)
#9A8175
(154,129,117)
#8B756A
(139,117,106)
#7C695F
(124,105,95)
#6D5D54
(109,93,84)
#5E5149
(94,81,73)
#4F453E
(79,69,62)
#403933
(64,57,51)
#312D28
(49,45,40)
#22211D
(34,33,29)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #A98D80

#A98D80
(169,141,128)
#B0978B
(176,151,139)
#B7A196
(183,161,150)
#BEABA1
(190,171,161)
#C5B5AC
(197,181,172)
#CCBFB7
(204,191,183)
#D3C9C2
(211,201,194)
#DAD3CD
(218,211,205)
#E1DDD8
(225,221,216)
#E8E7E3
(232,231,227)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98D80 color. Also use rgb(169,141,128) instead hex code.

Text Font Color

.myTextColor { color: #A98D80; }

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

This text font color is #A98D80.

Background Color

.myBgColor { background-color: #A98D80; }

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

This div background color is #A98D80.

Border color

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

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

This div border color is #A98D80.

Opacity

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

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

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

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

This text has shadow with #A98D80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98D80.

Preview

Color preview on black background

This text has color #A98D80 on black background.


Color preview on white background

This text has color #A98D80 on white background.


Black color preview on #A98D80 background

This text has black color on #A98D80 background.


White color preview on #A98D80 background

This text has white color on #A98D80 background.


Related colors

Complementary color

Complementary color for #hex is #56727F.


I love getcolorcode.com

Triadic colors

1 #80A98D and #8D80A9 with #A98D80 are triadic colors.

2 #808DA9 and #8DA980 with #A98D80 are triadic colors.