COLOR #A49761

HEX: #A49761
RGB: (164,151,97)

Color info

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

RGB color model

#A49761 color RGB value is (164,151,97).

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

RGB channels and saturation

R 164 of 255 = 64%
G 151 of 255 = 59%
B 97 of 255 = 38%

164
151
97

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

Portions of RGB colors in percentages

R + G + B =
164 + 151 + 97 = 412 (100%)
R 164 of 412 ~ 39.81%
G 151 of 412 ~ 36.65%
B 97 of 412 ~ 23.54%

%39.81
%36.65
%23.54

CMYK color model

#A49761 color CMYK value is (0,8,41,36).

  • cyan value is 0.00%
  • magenta value is 7.93%
  • yellow value is 40.85%
  • key color value is 35.69%
CMYK:
(0,8,41,36)
C0M8Y41K36 
(0%,8%,41%,36%)
(0.00/0.08/0.41/0.36)	

CMYK percentages

%0
%7.93
%40.85
%35.69

Codes

Color #A49761 in popluar color models

A49761
RGB16415197
HSL48°26.91%51.18%
HSB/HSV48°40.85%64.31%
CMYK0.00%7.93%40.85%
35.69%

Color #A49761 in popluar number systems.

HEXA49761
Decimal16415197
Binary10100100100101111100001
Octal244227141

Shades and tints

Shades of #A49761

#A49761
(164,151,97)
#968A59
(150,138,89)
#887D51
(136,125,81)
#7A7049
(122,112,73)
#6C6341
(108,99,65)
#5E5639
(94,86,57)
#504931
(80,73,49)
#423C29
(66,60,41)
#342F21
(52,47,33)
#262219
(38,34,25)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #A49761

#A49761
(164,151,97)
#ACA06F
(172,160,111)
#B4A97D
(180,169,125)
#BCB28B
(188,178,139)
#C4BB99
(196,187,153)
#CCC4A7
(204,196,167)
#D4CDB5
(212,205,181)
#DCD6C3
(220,214,195)
#E4DFD1
(228,223,209)
#ECE8DF
(236,232,223)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49761; }

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

This text font color is #A49761.


Background Color

.myBgColor { background-color: #A49761; }

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

This div background color is #A49761.


Border color

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

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

This div border color is #A49761.


Opacity

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

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

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

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

This text has shadow with #A49761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49761 on black background.


Color preview on white background

This text has color #A49761 on white background.



Black color preview on #A49761 background

This text has black color on #A49761 background.


White color preview on #A49761 background

This text has white color on #A49761 background.