COLOR #A49441

HEX: #A49441
RGB: (164,148,65)

Color info

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

RGB color model

#A49441 color RGB value is (164,148,65).

  • red value is 164;
  • green value is 148;
  • blue value is 65.
RGB:
(164,148,65)
(64%,58%,25%)

RGB channels and saturation

R 164 of 255 = 64%
G 148 of 255 = 58%
B 65 of 255 = 25%

164
148
65

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

Portions of RGB colors in percentages

R + G + B =
164 + 148 + 65 = 377 (100%)
R 164 of 377 ~ 43.5%
G 148 of 377 ~ 39.26%
B 65 of 377 ~ 17.24%

%43.5
%39.26
%17.24

CMYK color model

#A49441 color CMYK value is (0,10,60,36).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 60.37%
  • key color value is 35.69%
CMYK:
(0,10,60,36)
C0M10Y60K36 
(0%,10%,60%,36%)
(0.00/0.10/0.60/0.36)	

CMYK percentages

%0
%9.76
%60.37
%35.69

Codes

Color #A49441 in popluar color models

A49441
RGB16414865
HSL50°43.23%44.90%
HSB/HSV50°60.37%64.31%
CMYK0.00%9.76%60.37%
35.69%

Color #A49441 in popluar number systems.

HEXA49441
Decimal16414865
Binary10100100100101001000001
Octal244224101

Shades and tints

Shades of #A49441

#A49441
(164,148,65)
#96873C
(150,135,60)
#887A37
(136,122,55)
#7A6D32
(122,109,50)
#6C602D
(108,96,45)
#5E5328
(94,83,40)
#504623
(80,70,35)
#42391E
(66,57,30)
#342C19
(52,44,25)
#261F14
(38,31,20)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #A49441

#A49441
(164,148,65)
#AC9D52
(172,157,82)
#B4A663
(180,166,99)
#BCAF74
(188,175,116)
#C4B885
(196,184,133)
#CCC196
(204,193,150)
#D4CAA7
(212,202,167)
#DCD3B8
(220,211,184)
#E4DCC9
(228,220,201)
#ECE5DA
(236,229,218)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49441 color. Also use rgb(164,148,65) instead hex code.

Text Font Color

.myTextColor { color: #A49441; }

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

This text font color is #A49441.


Background Color

.myBgColor { background-color: #A49441; }

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

This div background color is #A49441.


Border color

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

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

This div border color is #A49441.


Opacity

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

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

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

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

This text has shadow with #A49441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49441 on black background.


Color preview on white background

This text has color #A49441 on white background.



Black color preview on #A49441 background

This text has black color on #A49441 background.


White color preview on #A49441 background

This text has white color on #A49441 background.