COLOR #A98E57

HEX: #A98E57 RGB: (169,142,87)

Color info

#A98E57 contains mainly red and green colors. Web safe color of #A98E57 is #999966 (or #996).

RGB color model

#A98E57 color RGB value is (169,142,87).

RGB: (169,142,87) (66%, 56%, 34%)

RGB channels and saturation

R 169 of 255 = 66%
G 142 of 255 = 56%
B 87 of 255 = 34%

169
142
87

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

Portions of RGB colors in percentages

R + G + B = 169 + 142 + 87 = 398 (100%)
R 169 of 398 ~ 42.46%
G 142 of 398 ~ 35.68%
B 87 of 398 ~ 21.86'%

%42.46
%35.68
%21.86

CMYK color model

#A98E57 color CMYK value is (0,16,49,34).

  • cyan value is 0.00%
  • magenta value is 15.98%
  • yellow value is 48.52%
  • key color value is 33.73%

CMYK: (0,16,49,34)
C0M16Y49K34 (0%, 16%, 49%, 34%)
(0.00 / 0.16 / 0.49 / 0.34)

CMYK percentages

%0
%15.98
%48.52
%33.73

Codes

Color #A98E57 in popluar color models

A9 8E 57
RGB 169 142 87
HSL 40° 32.28% 50.20%
HSB/HSV 40° 48.52% 66.27%
CMYK 0.00% 15.98% 48.52%
33.73%

Color #A98E57 in popluar number systems.

HEX A9 8E 57
Decimal 169 142 87
Binary 10101001 10001110 1010111
Octal 251 216 127

Shades and tints

Shades of #A98E57

#A98E57
(169,142,87)
#9A8250
(154,130,80)
#8B7649
(139,118,73)
#7C6A42
(124,106,66)
#6D5E3B
(109,94,59)
#5E5234
(94,82,52)
#4F462D
(79,70,45)
#403A26
(64,58,38)
#312E1F
(49,46,31)
#222218
(34,34,24)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #A98E57

#A98E57
(169,142,87)
#B09866
(176,152,102)
#B7A275
(183,162,117)
#BEAC84
(190,172,132)
#C5B693
(197,182,147)
#CCC0A2
(204,192,162)
#D3CAB1
(211,202,177)
#DAD4C0
(218,212,192)
#E1DECF
(225,222,207)
#E8E8DE
(232,232,222)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98E57 color. Also use rgb(169,142,87) instead hex code.

Text Font Color

.myTextColor { color: #A98E57; }

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

This text font color is #A98E57.

Background Color

.myBgColor { background-color: #A98E57; }

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

This div background color is #A98E57.

Border color

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

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

This div border color is #A98E57.

Opacity

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

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

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

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

This text has shadow with #A98E57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98E57.

Preview

Color preview on black background

This text has color #A98E57 on black background.


Color preview on white background

This text has color #A98E57 on white background.


Black color preview on #A98E57 background

This text has black color on #A98E57 background.


White color preview on #A98E57 background

This text has white color on #A98E57 background.


Related colors

Complementary color

Complementary color for #hex is #5671A8.


I love getcolorcode.com

Triadic colors

1 #57A98E and #8E57A9 with #A98E57 are triadic colors.

2 #578EA9 and #8EA957 with #A98E57 are triadic colors.