COLOR #A98A78

HEX: #A98A78
RGB: (169,138,120)

Color info

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

RGB color model

#A98A78 color RGB value is (169,138,120).

  • red value is 169;
  • green value is 138;
  • blue value is 120.
RGB:
(169,138,120)
(66%,54%,47%)

RGB channels and saturation

R 169 of 255 = 66%
G 138 of 255 = 54%
B 120 of 255 = 47%

169
138
120

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

Portions of RGB colors in percentages

R + G + B =
169 + 138 + 120 = 427 (100%)
R 169 of 427 ~ 39.58%
G 138 of 427 ~ 32.32%
B 120 of 427 ~ 28.1%

%39.58
%32.32
%28.1

CMYK color model

#A98A78 color CMYK value is (0,18,29,34).

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 28.99%
  • key color value is 33.73%
CMYK:
(0,18,29,34)
C0M18Y29K34 
(0%,18%,29%,34%)
(0.00/0.18/0.29/0.34)	

CMYK percentages

%0
%18.34
%28.99
%33.73

Codes

Color #A98A78 in popluar color models

A98A78
RGB169138120
HSL22°22.17%56.67%
HSB/HSV22°28.99%66.27%
CMYK0.00%18.34%28.99%
33.73%

Color #A98A78 in popluar number systems.

HEXA98A78
Decimal169138120
Binary10101001100010101111000
Octal251212170

Shades and tints

Shades of #A98A78

#A98A78
(169,138,120)
#9A7E6E
(154,126,110)
#8B7264
(139,114,100)
#7C665A
(124,102,90)
#6D5A50
(109,90,80)
#5E4E46
(94,78,70)
#4F423C
(79,66,60)
#403632
(64,54,50)
#312A28
(49,42,40)
#221E1E
(34,30,30)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #A98A78

#A98A78
(169,138,120)
#B09484
(176,148,132)
#B79E90
(183,158,144)
#BEA89C
(190,168,156)
#C5B2A8
(197,178,168)
#CCBCB4
(204,188,180)
#D3C6C0
(211,198,192)
#DAD0CC
(218,208,204)
#E1DAD8
(225,218,216)
#E8E4E4
(232,228,228)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98A78; }

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

This text font color is #A98A78.


Background Color

.myBgColor { background-color: #A98A78; }

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

This div background color is #A98A78.


Border color

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

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

This div border color is #A98A78.


Opacity

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

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

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

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

This text has shadow with #A98A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98A78 on black background.


Color preview on white background

This text has color #A98A78 on white background.



Black color preview on #A98A78 background

This text has black color on #A98A78 background.


White color preview on #A98A78 background

This text has white color on #A98A78 background.