COLOR #A98A64

HEX: #A98A64 RGB: (169,138,100)

Color info

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

RGB color model

#A98A64 color RGB value is (169,138,100).

RGB: (169,138,100) (66%, 54%, 39%)

RGB channels and saturation

R 169 of 255 = 66%
G 138 of 255 = 54%
B 100 of 255 = 39%

169
138
100

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

Portions of RGB colors in percentages

R + G + B = 169 + 138 + 100 = 407 (100%)
R 169 of 407 ~ 41.52%
G 138 of 407 ~ 33.91%
B 100 of 407 ~ 24.57'%

%41.52
%33.91
%24.57

CMYK color model

#A98A64 color CMYK value is (0,18,41,34).

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 40.83%
  • key color value is 33.73%

CMYK: (0,18,41,34)
C0M18Y41K34 (0%, 18%, 41%, 34%)
(0.00 / 0.18 / 0.41 / 0.34)

CMYK percentages

%0
%18.34
%40.83
%33.73

Codes

Color #A98A64 in popluar color models

A9 8A 64
RGB 169 138 100
HSL 33° 28.63% 52.75%
HSB/HSV 33° 40.83% 66.27%
CMYK 0.00% 18.34% 40.83%
33.73%

Color #A98A64 in popluar number systems.

HEX A9 8A 64
Decimal 169 138 100
Binary 10101001 10001010 1100100
Octal 251 212 144

Shades and tints

Shades of #A98A64

#A98A64
(169,138,100)
#9A7E5B
(154,126,91)
#8B7252
(139,114,82)
#7C6649
(124,102,73)
#6D5A40
(109,90,64)
#5E4E37
(94,78,55)
#4F422E
(79,66,46)
#403625
(64,54,37)
#312A1C
(49,42,28)
#221E13
(34,30,19)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #A98A64

#A98A64
(169,138,100)
#B09472
(176,148,114)
#B79E80
(183,158,128)
#BEA88E
(190,168,142)
#C5B29C
(197,178,156)
#CCBCAA
(204,188,170)
#D3C6B8
(211,198,184)
#DAD0C6
(218,208,198)
#E1DAD4
(225,218,212)
#E8E4E2
(232,228,226)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98A64; }

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

This text font color is #A98A64.

Background Color

.myBgColor { background-color: #A98A64; }

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

This div background color is #A98A64.

Border color

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

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

This div border color is #A98A64.

Opacity

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

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

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

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

This text has shadow with #A98A64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98A64.

Preview

Color preview on black background

This text has color #A98A64 on black background.


Color preview on white background

This text has color #A98A64 on white background.


Black color preview on #A98A64 background

This text has black color on #A98A64 background.


White color preview on #A98A64 background

This text has white color on #A98A64 background.


Related colors

Complementary color

Complementary color for #hex is #56759B.


I love getcolorcode.com

Triadic colors

1 #64A98A and #8A64A9 with #A98A64 are triadic colors.

2 #648AA9 and #8AA964 with #A98A64 are triadic colors.