COLOR #A49074

HEX: #A49074
RGB: (164,144,116)

Color info

#A49074 contains red, green and blue colors in about the same proportion. Web safe color of #A49074 is #999966 (or #996).

RGB color model

#A49074 color RGB value is (164,144,116).

  • red value is 164;
  • green value is 144;
  • blue value is 116.
RGB:
(164,144,116)
(64%,56%,45%)

RGB channels and saturation

R 164 of 255 = 64%
G 144 of 255 = 56%
B 116 of 255 = 45%

164
144
116

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

Portions of RGB colors in percentages

R + G + B =
164 + 144 + 116 = 424 (100%)
R 164 of 424 ~ 38.68%
G 144 of 424 ~ 33.96%
B 116 of 424 ~ 27.36%

%38.68
%33.96
%27.36

CMYK color model

#A49074 color CMYK value is (0,12,29,36).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 29.27%
  • key color value is 35.69%
CMYK:
(0,12,29,36)
C0M12Y29K36 
(0%,12%,29%,36%)
(0.00/0.12/0.29/0.36)	

CMYK percentages

%0
%12.2
%29.27
%35.69

Codes

Color #A49074 in popluar color models

A49074
RGB164144116
HSL35°20.87%54.90%
HSB/HSV35°29.27%64.31%
CMYK0.00%12.20%29.27%
35.69%

Color #A49074 in popluar number systems.

HEXA49074
Decimal164144116
Binary10100100100100001110100
Octal244220164

Shades and tints

Shades of #A49074

#A49074
(164,144,116)
#96836A
(150,131,106)
#887660
(136,118,96)
#7A6956
(122,105,86)
#6C5C4C
(108,92,76)
#5E4F42
(94,79,66)
#504238
(80,66,56)
#42352E
(66,53,46)
#342824
(52,40,36)
#261B1A
(38,27,26)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #A49074

#A49074
(164,144,116)
#AC9A80
(172,154,128)
#B4A48C
(180,164,140)
#BCAE98
(188,174,152)
#C4B8A4
(196,184,164)
#CCC2B0
(204,194,176)
#D4CCBC
(212,204,188)
#DCD6C8
(220,214,200)
#E4E0D4
(228,224,212)
#ECEAE0
(236,234,224)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49074 color. Also use rgb(164,144,116) instead hex code.

Text Font Color

.myTextColor { color: #A49074; }

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

This text font color is #A49074.


Background Color

.myBgColor { background-color: #A49074; }

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

This div background color is #A49074.


Border color

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

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

This div border color is #A49074.


Opacity

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

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

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

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

This text has shadow with #A49074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49074 on black background.


Color preview on white background

This text has color #A49074 on white background.



Black color preview on #A49074 background

This text has black color on #A49074 background.


White color preview on #A49074 background

This text has white color on #A49074 background.