COLOR #A98E78

HEX: #A98E78 RGB: (169,142,120)

Color info

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

RGB color model

#A98E78 color RGB value is (169,142,120).

RGB: (169,142,120) (66%, 56%, 47%)

RGB channels and saturation

R 169 of 255 = 66%
G 142 of 255 = 56%
B 120 of 255 = 47%

169
142
120

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

Portions of RGB colors in percentages

R + G + B = 169 + 142 + 120 = 431 (100%)
R 169 of 431 ~ 39.21%
G 142 of 431 ~ 32.95%
B 120 of 431 ~ 27.84'%

%39.21
%32.95
%27.84

CMYK color model

#A98E78 color CMYK value is (0,16,29,34).

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

CMYK: (0,16,29,34)
C0M16Y29K34 (0%, 16%, 29%, 34%)
(0.00 / 0.16 / 0.29 / 0.34)

CMYK percentages

%0
%15.98
%28.99
%33.73

Codes

Color #A98E78 in popluar color models

A9 8E 78
RGB 169 142 120
HSL 27° 22.17% 56.67%
HSB/HSV 27° 28.99% 66.27%
CMYK 0.00% 15.98% 28.99%
33.73%

Color #A98E78 in popluar number systems.

HEX A9 8E 78
Decimal 169 142 120
Binary 10101001 10001110 1111000
Octal 251 216 170

Shades and tints

Shades of #A98E78

#A98E78
(169,142,120)
#9A826E
(154,130,110)
#8B7664
(139,118,100)
#7C6A5A
(124,106,90)
#6D5E50
(109,94,80)
#5E5246
(94,82,70)
#4F463C
(79,70,60)
#403A32
(64,58,50)
#312E28
(49,46,40)
#22221E
(34,34,30)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #A98E78

#A98E78
(169,142,120)
#B09884
(176,152,132)
#B7A290
(183,162,144)
#BEAC9C
(190,172,156)
#C5B6A8
(197,182,168)
#CCC0B4
(204,192,180)
#D3CAC0
(211,202,192)
#DAD4CC
(218,212,204)
#E1DED8
(225,222,216)
#E8E8E4
(232,232,228)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98E78; }

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

This text font color is #A98E78.

Background Color

.myBgColor { background-color: #A98E78; }

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

This div background color is #A98E78.

Border color

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

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

This div border color is #A98E78.

Opacity

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

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

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

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

This text has shadow with #A98E78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98E78.

Preview

Color preview on black background

This text has color #A98E78 on black background.


Color preview on white background

This text has color #A98E78 on white background.


Black color preview on #A98E78 background

This text has black color on #A98E78 background.


White color preview on #A98E78 background

This text has white color on #A98E78 background.


Related colors

Complementary color

Complementary color for #hex is #567187.


I love getcolorcode.com

Triadic colors

1 #78A98E and #8E78A9 with #A98E78 are triadic colors.

2 #788EA9 and #8EA978 with #A98E78 are triadic colors.