COLOR #A98F7C

HEX: #A98F7C RGB: (169,143,124)

Color info

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

RGB color model

#A98F7C color RGB value is (169,143,124).

RGB: (169,143,124) (66%, 56%, 49%)

RGB channels and saturation

R 169 of 255 = 66%
G 143 of 255 = 56%
B 124 of 255 = 49%

169
143
124

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

Portions of RGB colors in percentages

R + G + B = 169 + 143 + 124 = 436 (100%)
R 169 of 436 ~ 38.76%
G 143 of 436 ~ 32.8%
B 124 of 436 ~ 28.44'%

%38.76
%32.8
%28.44

CMYK color model

#A98F7C color CMYK value is (0,15,27,34).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 26.63%
  • key color value is 33.73%

CMYK: (0,15,27,34)
C0M15Y27K34 (0%, 15%, 27%, 34%)
(0.00 / 0.15 / 0.27 / 0.34)

CMYK percentages

%0
%15.38
%26.63
%33.73

Codes

Color #A98F7C in popluar color models

A9 8F 7C
RGB 169 143 124
HSL 25° 20.74% 57.45%
HSB/HSV 25° 26.63% 66.27%
CMYK 0.00% 15.38% 26.63%
33.73%

Color #A98F7C in popluar number systems.

HEX A9 8F 7C
Decimal 169 143 124
Binary 10101001 10001111 1111100
Octal 251 217 174

Shades and tints

Shades of #A98F7C

#A98F7C
(169,143,124)
#9A8271
(154,130,113)
#8B7566
(139,117,102)
#7C685B
(124,104,91)
#6D5B50
(109,91,80)
#5E4E45
(94,78,69)
#4F413A
(79,65,58)
#40342F
(64,52,47)
#312724
(49,39,36)
#221A19
(34,26,25)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #A98F7C

#A98F7C
(169,143,124)
#B09987
(176,153,135)
#B7A392
(183,163,146)
#BEAD9D
(190,173,157)
#C5B7A8
(197,183,168)
#CCC1B3
(204,193,179)
#D3CBBE
(211,203,190)
#DAD5C9
(218,213,201)
#E1DFD4
(225,223,212)
#E8E9DF
(232,233,223)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98F7C color. Also use rgb(169,143,124) instead hex code.

Text Font Color

.myTextColor { color: #A98F7C; }

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

This text font color is #A98F7C.

Background Color

.myBgColor { background-color: #A98F7C; }

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

This div background color is #A98F7C.

Border color

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

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

This div border color is #A98F7C.

Opacity

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

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

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

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

This text has shadow with #A98F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98F7C.

Preview

Color preview on black background

This text has color #A98F7C on black background.


Color preview on white background

This text has color #A98F7C on white background.


Black color preview on #A98F7C background

This text has black color on #A98F7C background.


White color preview on #A98F7C background

This text has white color on #A98F7C background.


Related colors

Complementary color

Complementary color for #hex is #567083.


I love getcolorcode.com

Triadic colors

1 #7CA98F and #8F7CA9 with #A98F7C are triadic colors.

2 #7C8FA9 and #8FA97C with #A98F7C are triadic colors.