COLOR #A49B2F

HEX: #A49B2F RGB: (164,155,47)

Color info

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

RGB color model

#A49B2F color RGB value is (164,155,47).

RGB: (164,155,47) (64%, 61%, 18%)

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 47 of 255 = 18%

164
155
47

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

Portions of RGB colors in percentages

R + G + B = 164 + 155 + 47 = 366 (100%)
R 164 of 366 ~ 44.81%
G 155 of 366 ~ 42.35%
B 47 of 366 ~ 12.84'%

%44.81
%42.35
%12.84

CMYK color model

#A49B2F color CMYK value is (0,5,71,36).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 71.34%
  • key color value is 35.69%

CMYK: (0,5,71,36)
C0M5Y71K36 (0%, 5%, 71%, 36%)
(0.00 / 0.05 / 0.71 / 0.36)

CMYK percentages

%0
%5.49
%71.34
%35.69

Codes

Color #A49B2F in popluar color models

A4 9B 2F
RGB 164 155 47
HSL 55° 55.45% 41.37%
HSB/HSV 55° 71.34% 64.31%
CMYK 0.00% 5.49% 71.34%
35.69%

Color #A49B2F in popluar number systems.

HEX A4 9B 2F
Decimal 164 155 47
Binary 10100100 10011011 101111
Octal 244 233 57

Shades and tints

Shades of #A49B2F

#A49B2F
(164,155,47)
#968D2B
(150,141,43)
#887F27
(136,127,39)
#7A7123
(122,113,35)
#6C631F
(108,99,31)
#5E551B
(94,85,27)
#504717
(80,71,23)
#423913
(66,57,19)
#342B0F
(52,43,15)
#261D0B
(38,29,11)
#180F07
(24,15,7)
#000000
(0,0,0)

Tints of #A49B2F

#A49B2F
(164,155,47)
#ACA441
(172,164,65)
#B4AD53
(180,173,83)
#BCB665
(188,182,101)
#C4BF77
(196,191,119)
#CCC889
(204,200,137)
#D4D19B
(212,209,155)
#DCDAAD
(220,218,173)
#E4E3BF
(228,227,191)
#ECECD1
(236,236,209)
#F4F5E3
(244,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49B2F color. Also use rgb(164,155,47) instead hex code.

Text Font Color

.myTextColor { color: #A49B2F; }

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

This text font color is #A49B2F.

Background Color

.myBgColor { background-color: #A49B2F; }

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

This div background color is #A49B2F.

Border color

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

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

This div border color is #A49B2F.

Opacity

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

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

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

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

This text has shadow with #A49B2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49B2F.

Preview

Color preview on black background

This text has color #A49B2F on black background.


Color preview on white background

This text has color #A49B2F on white background.


Black color preview on #A49B2F background

This text has black color on #A49B2F background.


White color preview on #A49B2F background

This text has white color on #A49B2F background.


Related colors

Complementary color

Complementary color for #hex is #5B64D0.


I love getcolorcode.com

Triadic colors

1 #2FA49B and #9B2FA4 with #A49B2F are triadic colors.

2 #2F9BA4 and #9BA42F with #A49B2F are triadic colors.