COLOR #A98A7D

HEX: #A98A7D RGB: (169,138,125)

Color info

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

RGB color model

#A98A7D color RGB value is (169,138,125).

RGB: (169,138,125) (66%, 54%, 49%)

RGB channels and saturation

R 169 of 255 = 66%
G 138 of 255 = 54%
B 125 of 255 = 49%

169
138
125

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

Portions of RGB colors in percentages

R + G + B = 169 + 138 + 125 = 432 (100%)
R 169 of 432 ~ 39.12%
G 138 of 432 ~ 31.94%
B 125 of 432 ~ 28.94'%

%39.12
%31.94
%28.94

CMYK color model

#A98A7D color CMYK value is (0,18,26,34).

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 26.04%
  • key color value is 33.73%
CMYK: (0,18,26,34) C0M18Y26K34 (0%,18%,26%,34%) (0.00/0.18/0.26/0.34) 

CMYK percentages

%0
%18.34
%26.04
%33.73

Codes

Color #A98A7D in popluar color models

A9 8A 7D
RGB 169 138 125
HSL 18° 20.37% 57.65%
HSB/HSV 18° 26.04% 66.27%
CMYK 0.00% 18.34% 26.04%
33.73%

Color #A98A7D in popluar number systems.

HEX A9 8A 7D
Decimal 169 138 125
Binary 10101001 10001010 1111101
Octal 251 212 175

Shades and tints

Shades of #A98A7D

#A98A7D
(169,138,125)
#9A7E72
(154,126,114)
#8B7267
(139,114,103)
#7C665C
(124,102,92)
#6D5A51
(109,90,81)
#5E4E46
(94,78,70)
#4F423B
(79,66,59)
#403630
(64,54,48)
#312A25
(49,42,37)
#221E1A
(34,30,26)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #A98A7D

#A98A7D
(169,138,125)
#B09488
(176,148,136)
#B79E93
(183,158,147)
#BEA89E
(190,168,158)
#C5B2A9
(197,178,169)
#CCBCB4
(204,188,180)
#D3C6BF
(211,198,191)
#DAD0CA
(218,208,202)
#E1DAD5
(225,218,213)
#E8E4E0
(232,228,224)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98A7D; }

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

This text font color is #A98A7D.

Background Color

.myBgColor { background-color: #A98A7D; }

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

This div background color is #A98A7D.

Border color

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

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

This div border color is #A98A7D.

Opacity

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

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

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

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

This text has shadow with #A98A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98A7D.

Preview

Color preview on black background

This text has color #A98A7D on black background.


Color preview on white background

This text has color #A98A7D on white background.


Black color preview on #A98A7D background

This text has black color on #A98A7D background.


White color preview on #A98A7D background

This text has white color on #A98A7D background.


Related colors

Complementary color

Complementary color for #hex is #567582.


I love getcolorcode.com

Triadic colors

1 #7DA98A and #8A7DA9 with #A98A7D are triadic colors.

2 #7D8AA9 and #8AA97D with #A98A7D are triadic colors.