COLOR #A49763

HEX: #A49763
RGB: (164,151,99)

Color info

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

RGB color model

#A49763 color RGB value is (164,151,99).

  • red value is 164;
  • green value is 151;
  • blue value is 99.
RGB:
(164,151,99)
(64%,59%,39%)

RGB channels and saturation

R 164 of 255 = 64%
G 151 of 255 = 59%
B 99 of 255 = 39%

164
151
99

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

Portions of RGB colors in percentages

R + G + B =
164 + 151 + 99 = 414 (100%)
R 164 of 414 ~ 39.61%
G 151 of 414 ~ 36.47%
B 99 of 414 ~ 23.91%

%39.61
%36.47
%23.91

CMYK color model

#A49763 color CMYK value is (0,8,40,36).

  • cyan value is 0.00%
  • magenta value is 7.93%
  • yellow value is 39.63%
  • key color value is 35.69%
CMYK:
(0,8,40,36)
C0M8Y40K36 
(0%,8%,40%,36%)
(0.00/0.08/0.40/0.36)	

CMYK percentages

%0
%7.93
%39.63
%35.69

Codes

Color #A49763 in popluar color models

A49763
RGB16415199
HSL48°26.32%51.57%
HSB/HSV48°39.63%64.31%
CMYK0.00%7.93%39.63%
35.69%

Color #A49763 in popluar number systems.

HEXA49763
Decimal16415199
Binary10100100100101111100011
Octal244227143

Shades and tints

Shades of #A49763

#A49763
(164,151,99)
#968A5A
(150,138,90)
#887D51
(136,125,81)
#7A7048
(122,112,72)
#6C633F
(108,99,63)
#5E5636
(94,86,54)
#50492D
(80,73,45)
#423C24
(66,60,36)
#342F1B
(52,47,27)
#262212
(38,34,18)
#181509
(24,21,9)
#000000
(0,0,0)

Tints of #A49763

#A49763
(164,151,99)
#ACA071
(172,160,113)
#B4A97F
(180,169,127)
#BCB28D
(188,178,141)
#C4BB9B
(196,187,155)
#CCC4A9
(204,196,169)
#D4CDB7
(212,205,183)
#DCD6C5
(220,214,197)
#E4DFD3
(228,223,211)
#ECE8E1
(236,232,225)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49763 color. Also use rgb(164,151,99) instead hex code.

Text Font Color

.myTextColor { color: #A49763; }

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

This text font color is #A49763.


Background Color

.myBgColor { background-color: #A49763; }

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

This div background color is #A49763.


Border color

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

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

This div border color is #A49763.


Opacity

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

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

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

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

This text has shadow with #A49763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49763 on black background.


Color preview on white background

This text has color #A49763 on white background.



Black color preview on #A49763 background

This text has black color on #A49763 background.


White color preview on #A49763 background

This text has white color on #A49763 background.