COLOR #A9944D

HEX: #A9944D
RGB: (169,148,77)

Color info

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

RGB color model

#A9944D color RGB value is (169,148,77).

  • red value is 169;
  • green value is 148;
  • blue value is 77.
RGB:
(169,148,77)
(66%,58%,30%)

RGB channels and saturation

R 169 of 255 = 66%
G 148 of 255 = 58%
B 77 of 255 = 30%

169
148
77

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

Portions of RGB colors in percentages

R + G + B =
169 + 148 + 77 = 394 (100%)
R 169 of 394 ~ 42.89%
G 148 of 394 ~ 37.56%
B 77 of 394 ~ 19.54%

%42.89
%37.56
%19.54

CMYK color model

#A9944D color CMYK value is (0,12,54,34).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 54.44%
  • key color value is 33.73%
CMYK:
(0,12,54,34)
C0M12Y54K34 
(0%,12%,54%,34%)
(0.00/0.12/0.54/0.34)	

CMYK percentages

%0
%12.43
%54.44
%33.73

Codes

Color #A9944D in popluar color models

A9944D
RGB16914877
HSL46°37.40%48.24%
HSB/HSV46°54.44%66.27%
CMYK0.00%12.43%54.44%
33.73%

Color #A9944D in popluar number systems.

HEXA9944D
Decimal16914877
Binary10101001100101001001101
Octal251224115

Shades and tints

Shades of #A9944D

#A9944D
(169,148,77)
#9A8746
(154,135,70)
#8B7A3F
(139,122,63)
#7C6D38
(124,109,56)
#6D6031
(109,96,49)
#5E532A
(94,83,42)
#4F4623
(79,70,35)
#40391C
(64,57,28)
#312C15
(49,44,21)
#221F0E
(34,31,14)
#131207
(19,18,7)
#000000
(0,0,0)

Tints of #A9944D

#A9944D
(169,148,77)
#B09D5D
(176,157,93)
#B7A66D
(183,166,109)
#BEAF7D
(190,175,125)
#C5B88D
(197,184,141)
#CCC19D
(204,193,157)
#D3CAAD
(211,202,173)
#DAD3BD
(218,211,189)
#E1DCCD
(225,220,205)
#E8E5DD
(232,229,221)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9944D color. Also use rgb(169,148,77) instead hex code.

Text Font Color

.myTextColor { color: #A9944D; }

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

This text font color is #A9944D.


Background Color

.myBgColor { background-color: #A9944D; }

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

This div background color is #A9944D.


Border color

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

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

This div border color is #A9944D.


Opacity

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

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

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

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

This text has shadow with #A9944D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9944D on black background.


Color preview on white background

This text has color #A9944D on white background.



Black color preview on #A9944D background

This text has black color on #A9944D background.


White color preview on #A9944D background

This text has white color on #A9944D background.