COLOR #A98249

HEX: #A98249 RGB: (169,130,73)

Color info

#A98249 contains mainly red and green colors. Web safe color of #A98249 is #999933 (or #993).

RGB color model

#A98249 color RGB value is (169,130,73).

RGB: (169,130,73) (66%, 51%, 29%)

RGB channels and saturation

R 169 of 255 = 66%
G 130 of 255 = 51%
B 73 of 255 = 29%

169
130
73

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

Portions of RGB colors in percentages

R + G + B = 169 + 130 + 73 = 372 (100%)
R 169 of 372 ~ 45.43%
G 130 of 372 ~ 34.95%
B 73 of 372 ~ 19.62'%

%45.43
%34.95
%19.62

CMYK color model

#A98249 color CMYK value is (0,23,57,34).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 56.80%
  • key color value is 33.73%

CMYK: (0,23,57,34)
C0M23Y57K34 (0%, 23%, 57%, 34%)
(0.00 / 0.23 / 0.57 / 0.34)

CMYK percentages

%0
%23.08
%56.8
%33.73

Codes

Color #A98249 in popluar color models

A9 82 49
RGB 169 130 73
HSL 36° 39.67% 47.45%
HSB/HSV 36° 56.80% 66.27%
CMYK 0.00% 23.08% 56.80%
33.73%

Color #A98249 in popluar number systems.

HEX A9 82 49
Decimal 169 130 73
Binary 10101001 10000010 1001001
Octal 251 202 111

Shades and tints

Shades of #A98249

#A98249
(169,130,73)
#9A7743
(154,119,67)
#8B6C3D
(139,108,61)
#7C6137
(124,97,55)
#6D5631
(109,86,49)
#5E4B2B
(94,75,43)
#4F4025
(79,64,37)
#40351F
(64,53,31)
#312A19
(49,42,25)
#221F13
(34,31,19)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #A98249

#A98249
(169,130,73)
#B08D59
(176,141,89)
#B79869
(183,152,105)
#BEA379
(190,163,121)
#C5AE89
(197,174,137)
#CCB999
(204,185,153)
#D3C4A9
(211,196,169)
#DACFB9
(218,207,185)
#E1DAC9
(225,218,201)
#E8E5D9
(232,229,217)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98249 color. Also use rgb(169,130,73) instead hex code.

Text Font Color

.myTextColor { color: #A98249; }

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

This text font color is #A98249.

Background Color

.myBgColor { background-color: #A98249; }

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

This div background color is #A98249.

Border color

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

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

This div border color is #A98249.

Opacity

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

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

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

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

This text has shadow with #A98249 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98249.

Preview

Color preview on black background

This text has color #A98249 on black background.


Color preview on white background

This text has color #A98249 on white background.


Black color preview on #A98249 background

This text has black color on #A98249 background.


White color preview on #A98249 background

This text has white color on #A98249 background.


Related colors

Complementary color

Complementary color for #hex is #567DB6.


I love getcolorcode.com

Triadic colors

1 #49A982 and #8249A9 with #A98249 are triadic colors.

2 #4982A9 and #82A949 with #A98249 are triadic colors.