COLOR #A49C05

HEX: #A49C05
RGB: (164,156,5)

Color info

#A49C05 contains mainly red and green colors. Web safe color of #A49C05 is #999900 (or #990).

RGB color model

#A49C05 color RGB value is (164,156,5).

  • red value is 164;
  • green value is 156;
  • blue value is 5.
RGB:
(164,156,5)
(64%,61%,2%)

RGB channels and saturation

R 164 of 255 = 64%
G 156 of 255 = 61%
B 5 of 255 = 2%

164
156
5

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

Portions of RGB colors in percentages

R + G + B =
164 + 156 + 5 = 325 (100%)
R 164 of 325 ~ 50.46%
G 156 of 325 ~ 48%
B 5 of 325 ~ 1.54%

%50.46
%48

CMYK color model

#A49C05 color CMYK value is (0,5,97,36).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 96.95%
  • key color value is 35.69%
CMYK:
(0,5,97,36)
C0M5Y97K36 
(0%,5%,97%,36%)
(0.00/0.05/0.97/0.36)	

CMYK percentages

%0
%4.88
%96.95
%35.69

Codes

Color #A49C05 in popluar color models

A49C05
RGB1641565
HSL57°94.08%33.14%
HSB/HSV57°96.95%64.31%
CMYK0.00%4.88%96.95%
35.69%

Color #A49C05 in popluar number systems.

HEXA49C05
Decimal1641565
Binary1010010010011100101
Octal2442345

Shades and tints

Shades of #A49C05

#A49C05
(164,156,5)
#968E05
(150,142,5)
#888005
(136,128,5)
#7A7205
(122,114,5)
#6C6405
(108,100,5)
#5E5605
(94,86,5)
#504805
(80,72,5)
#423A05
(66,58,5)
#342C05
(52,44,5)
#261E05
(38,30,5)
#181005
(24,16,5)
#000000
(0,0,0)

Tints of #A49C05

#A49C05
(164,156,5)
#ACA51B
(172,165,27)
#B4AE31
(180,174,49)
#BCB747
(188,183,71)
#C4C05D
(196,192,93)
#CCC973
(204,201,115)
#D4D289
(212,210,137)
#DCDB9F
(220,219,159)
#E4E4B5
(228,228,181)
#ECEDCB
(236,237,203)
#F4F6E1
(244,246,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49C05 color. Also use rgb(164,156,5) instead hex code.

Text Font Color

.myTextColor { color: #A49C05; }

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

This text font color is #A49C05.


Background Color

.myBgColor { background-color: #A49C05; }

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

This div background color is #A49C05.


Border color

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

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

This div border color is #A49C05.


Opacity

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

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

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

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

This text has shadow with #A49C05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49C05 on black background.


Color preview on white background

This text has color #A49C05 on white background.



Black color preview on #A49C05 background

This text has black color on #A49C05 background.


White color preview on #A49C05 background

This text has white color on #A49C05 background.