COLOR #A49465

HEX: #A49465
RGB: (164,148,101)

Color info

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

RGB color model

#A49465 color RGB value is (164,148,101).

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

RGB channels and saturation

R 164 of 255 = 64%
G 148 of 255 = 58%
B 101 of 255 = 40%

164
148
101

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

Portions of RGB colors in percentages

R + G + B =
164 + 148 + 101 = 413 (100%)
R 164 of 413 ~ 39.71%
G 148 of 413 ~ 35.84%
B 101 of 413 ~ 24.46%

%39.71
%35.84
%24.46

CMYK color model

#A49465 color CMYK value is (0,10,38,36).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 38.41%
  • key color value is 35.69%
CMYK:
(0,10,38,36)
C0M10Y38K36 
(0%,10%,38%,36%)
(0.00/0.10/0.38/0.36)	

CMYK percentages

%0
%9.76
%38.41
%35.69

Codes

Color #A49465 in popluar color models

A49465
RGB164148101
HSL45°25.71%51.96%
HSB/HSV45°38.41%64.31%
CMYK0.00%9.76%38.41%
35.69%

Color #A49465 in popluar number systems.

HEXA49465
Decimal164148101
Binary10100100100101001100101
Octal244224145

Shades and tints

Shades of #A49465

#A49465
(164,148,101)
#96875C
(150,135,92)
#887A53
(136,122,83)
#7A6D4A
(122,109,74)
#6C6041
(108,96,65)
#5E5338
(94,83,56)
#50462F
(80,70,47)
#423926
(66,57,38)
#342C1D
(52,44,29)
#261F14
(38,31,20)
#18120B
(24,18,11)
#000000
(0,0,0)

Tints of #A49465

#A49465
(164,148,101)
#AC9D73
(172,157,115)
#B4A681
(180,166,129)
#BCAF8F
(188,175,143)
#C4B89D
(196,184,157)
#CCC1AB
(204,193,171)
#D4CAB9
(212,202,185)
#DCD3C7
(220,211,199)
#E4DCD5
(228,220,213)
#ECE5E3
(236,229,227)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49465; }

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

This text font color is #A49465.


Background Color

.myBgColor { background-color: #A49465; }

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

This div background color is #A49465.


Border color

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

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

This div border color is #A49465.


Opacity

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

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

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

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

This text has shadow with #A49465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49465 on black background.


Color preview on white background

This text has color #A49465 on white background.



Black color preview on #A49465 background

This text has black color on #A49465 background.


White color preview on #A49465 background

This text has white color on #A49465 background.