COLOR #A49054

HEX: #A49054
RGB: (164,144,84)

Color info

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

RGB color model

#A49054 color RGB value is (164,144,84).

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

RGB channels and saturation

R 164 of 255 = 64%
G 144 of 255 = 56%
B 84 of 255 = 33%

164
144
84

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

Portions of RGB colors in percentages

R + G + B =
164 + 144 + 84 = 392 (100%)
R 164 of 392 ~ 41.84%
G 144 of 392 ~ 36.73%
B 84 of 392 ~ 21.43%

%41.84
%36.73
%21.43

CMYK color model

#A49054 color CMYK value is (0,12,49,36).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 48.78%
  • key color value is 35.69%
CMYK:
(0,12,49,36)
C0M12Y49K36 
(0%,12%,49%,36%)
(0.00/0.12/0.49/0.36)	

CMYK percentages

%0
%12.2
%48.78
%35.69

Codes

Color #A49054 in popluar color models

A49054
RGB16414484
HSL45°32.26%48.63%
HSB/HSV45°48.78%64.31%
CMYK0.00%12.20%48.78%
35.69%

Color #A49054 in popluar number systems.

HEXA49054
Decimal16414484
Binary10100100100100001010100
Octal244220124

Shades and tints

Shades of #A49054

#A49054
(164,144,84)
#96834D
(150,131,77)
#887646
(136,118,70)
#7A693F
(122,105,63)
#6C5C38
(108,92,56)
#5E4F31
(94,79,49)
#50422A
(80,66,42)
#423523
(66,53,35)
#34281C
(52,40,28)
#261B15
(38,27,21)
#180E0E
(24,14,14)
#000000
(0,0,0)

Tints of #A49054

#A49054
(164,144,84)
#AC9A63
(172,154,99)
#B4A472
(180,164,114)
#BCAE81
(188,174,129)
#C4B890
(196,184,144)
#CCC29F
(204,194,159)
#D4CCAE
(212,204,174)
#DCD6BD
(220,214,189)
#E4E0CC
(228,224,204)
#ECEADB
(236,234,219)
#F4F4EA
(244,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49054; }

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

This text font color is #A49054.


Background Color

.myBgColor { background-color: #A49054; }

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

This div background color is #A49054.


Border color

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

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

This div border color is #A49054.


Opacity

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

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

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

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

This text has shadow with #A49054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49054 on black background.


Color preview on white background

This text has color #A49054 on white background.



Black color preview on #A49054 background

This text has black color on #A49054 background.


White color preview on #A49054 background

This text has white color on #A49054 background.