COLOR #A49417

HEX: #A49417
RGB: (164,148,23)

Color info

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

RGB color model

#A49417 color RGB value is (164,148,23).

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

RGB channels and saturation

R 164 of 255 = 64%
G 148 of 255 = 58%
B 23 of 255 = 9%

164
148
23

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

Portions of RGB colors in percentages

R + G + B =
164 + 148 + 23 = 335 (100%)
R 164 of 335 ~ 48.96%
G 148 of 335 ~ 44.18%
B 23 of 335 ~ 6.87%

%48.96
%44.18

CMYK color model

#A49417 color CMYK value is (0,10,86,36).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 85.98%
  • key color value is 35.69%
CMYK:
(0,10,86,36)
C0M10Y86K36 
(0%,10%,86%,36%)
(0.00/0.10/0.86/0.36)	

CMYK percentages

%0
%9.76
%85.98
%35.69

Codes

Color #A49417 in popluar color models

A49417
RGB16414823
HSL53°75.40%36.67%
HSB/HSV53°85.98%64.31%
CMYK0.00%9.76%85.98%
35.69%

Color #A49417 in popluar number systems.

HEXA49417
Decimal16414823
Binary101001001001010010111
Octal24422427

Shades and tints

Shades of #A49417

#A49417
(164,148,23)
#968715
(150,135,21)
#887A13
(136,122,19)
#7A6D11
(122,109,17)
#6C600F
(108,96,15)
#5E530D
(94,83,13)
#50460B
(80,70,11)
#423909
(66,57,9)
#342C07
(52,44,7)
#261F05
(38,31,5)
#181203
(24,18,3)
#000000
(0,0,0)

Tints of #A49417

#A49417
(164,148,23)
#AC9D2C
(172,157,44)
#B4A641
(180,166,65)
#BCAF56
(188,175,86)
#C4B86B
(196,184,107)
#CCC180
(204,193,128)
#D4CA95
(212,202,149)
#DCD3AA
(220,211,170)
#E4DCBF
(228,220,191)
#ECE5D4
(236,229,212)
#F4EEE9
(244,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49417; }

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

This text font color is #A49417.


Background Color

.myBgColor { background-color: #A49417; }

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

This div background color is #A49417.


Border color

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

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

This div border color is #A49417.


Opacity

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

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

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

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

This text has shadow with #A49417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49417 on black background.


Color preview on white background

This text has color #A49417 on white background.



Black color preview on #A49417 background

This text has black color on #A49417 background.


White color preview on #A49417 background

This text has white color on #A49417 background.