COLOR #A98C7D

HEX: #A98C7D
RGB: (169,140,125)

Color info

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

RGB color model

#A98C7D color RGB value is (169,140,125).

  • red value is 169;
  • green value is 140;
  • blue value is 125.
RGB:
(169,140,125)
(66%,55%,49%)

RGB channels and saturation

R 169 of 255 = 66%
G 140 of 255 = 55%
B 125 of 255 = 49%

169
140
125

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

Portions of RGB colors in percentages

R + G + B =
169 + 140 + 125 = 434 (100%)
R 169 of 434 ~ 38.94%
G 140 of 434 ~ 32.26%
B 125 of 434 ~ 28.8%

%38.94
%32.26
%28.8

CMYK color model

#A98C7D color CMYK value is (0,17,26,34).

  • cyan value is 0.00%
  • magenta value is 17.16%
  • yellow value is 26.04%
  • key color value is 33.73%
CMYK:
(0,17,26,34)
C0M17Y26K34 
(0%,17%,26%,34%)
(0.00/0.17/0.26/0.34)	

CMYK percentages

%0
%17.16
%26.04
%33.73

Codes

Color #A98C7D in popluar color models

A98C7D
RGB169140125
HSL20°20.37%57.65%
HSB/HSV20°26.04%66.27%
CMYK0.00%17.16%26.04%
33.73%

Color #A98C7D in popluar number systems.

HEXA98C7D
Decimal169140125
Binary10101001100011001111101
Octal251214175

Shades and tints

Shades of #A98C7D

#A98C7D
(169,140,125)
#9A8072
(154,128,114)
#8B7467
(139,116,103)
#7C685C
(124,104,92)
#6D5C51
(109,92,81)
#5E5046
(94,80,70)
#4F443B
(79,68,59)
#403830
(64,56,48)
#312C25
(49,44,37)
#22201A
(34,32,26)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #A98C7D

#A98C7D
(169,140,125)
#B09688
(176,150,136)
#B7A093
(183,160,147)
#BEAA9E
(190,170,158)
#C5B4A9
(197,180,169)
#CCBEB4
(204,190,180)
#D3C8BF
(211,200,191)
#DAD2CA
(218,210,202)
#E1DCD5
(225,220,213)
#E8E6E0
(232,230,224)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98C7D color. Also use rgb(169,140,125) instead hex code.

Text Font Color

.myTextColor { color: #A98C7D; }

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

This text font color is #A98C7D.


Background Color

.myBgColor { background-color: #A98C7D; }

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

This div background color is #A98C7D.


Border color

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

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

This div border color is #A98C7D.


Opacity

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

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

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

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

This text has shadow with #A98C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98C7D on black background.


Color preview on white background

This text has color #A98C7D on white background.



Black color preview on #A98C7D background

This text has black color on #A98C7D background.


White color preview on #A98C7D background

This text has white color on #A98C7D background.