COLOR #A98D64

HEX: #A98D64
RGB: (169,141,100)

Color info

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

RGB color model

#A98D64 color RGB value is (169,141,100).

  • red value is 169;
  • green value is 141;
  • blue value is 100.
RGB:
(169,141,100)
(66%,55%,39%)

RGB channels and saturation

R 169 of 255 = 66%
G 141 of 255 = 55%
B 100 of 255 = 39%

169
141
100

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

Portions of RGB colors in percentages

R + G + B =
169 + 141 + 100 = 410 (100%)
R 169 of 410 ~ 41.22%
G 141 of 410 ~ 34.39%
B 100 of 410 ~ 24.39%

%41.22
%34.39
%24.39

CMYK color model

#A98D64 color CMYK value is (0,17,41,34).

  • cyan value is 0.00%
  • magenta value is 16.57%
  • yellow value is 40.83%
  • key color value is 33.73%
CMYK:
(0,17,41,34)
C0M17Y41K34 
(0%,17%,41%,34%)
(0.00/0.17/0.41/0.34)	

CMYK percentages

%0
%16.57
%40.83
%33.73

Codes

Color #A98D64 in popluar color models

A98D64
RGB169141100
HSL36°28.63%52.75%
HSB/HSV36°40.83%66.27%
CMYK0.00%16.57%40.83%
33.73%

Color #A98D64 in popluar number systems.

HEXA98D64
Decimal169141100
Binary10101001100011011100100
Octal251215144

Shades and tints

Shades of #A98D64

#A98D64
(169,141,100)
#9A815B
(154,129,91)
#8B7552
(139,117,82)
#7C6949
(124,105,73)
#6D5D40
(109,93,64)
#5E5137
(94,81,55)
#4F452E
(79,69,46)
#403925
(64,57,37)
#312D1C
(49,45,28)
#222113
(34,33,19)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #A98D64

#A98D64
(169,141,100)
#B09772
(176,151,114)
#B7A180
(183,161,128)
#BEAB8E
(190,171,142)
#C5B59C
(197,181,156)
#CCBFAA
(204,191,170)
#D3C9B8
(211,201,184)
#DAD3C6
(218,211,198)
#E1DDD4
(225,221,212)
#E8E7E2
(232,231,226)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98D64 color. Also use rgb(169,141,100) instead hex code.

Text Font Color

.myTextColor { color: #A98D64; }

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

This text font color is #A98D64.


Background Color

.myBgColor { background-color: #A98D64; }

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

This div background color is #A98D64.


Border color

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

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

This div border color is #A98D64.


Opacity

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

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

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

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

This text has shadow with #A98D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98D64 on black background.


Color preview on white background

This text has color #A98D64 on white background.



Black color preview on #A98D64 background

This text has black color on #A98D64 background.


White color preview on #A98D64 background

This text has white color on #A98D64 background.