COLOR #A46649

HEX: #A46649
RGB: (164,102,73)

Color info

#A46649 contains mainly red color. Web safe color of #A46649 is #996633 (or #963).

RGB color model

#A46649 color RGB value is (164,102,73).

  • red value is 164;
  • green value is 102;
  • blue value is 73.
RGB:
(164,102,73)
(64%,40%,29%)

RGB channels and saturation

R 164 of 255 = 64%
G 102 of 255 = 40%
B 73 of 255 = 29%

164
102
73

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

Portions of RGB colors in percentages

R + G + B =
164 + 102 + 73 = 339 (100%)
R 164 of 339 ~ 48.38%
G 102 of 339 ~ 30.09%
B 73 of 339 ~ 21.53%

%48.38
%30.09
%21.53

CMYK color model

#A46649 color CMYK value is (0,38,55,36).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 55.49%
  • key color value is 35.69%
CMYK:
(0,38,55,36)
C0M38Y55K36 
(0%,38%,55%,36%)
(0.00/0.38/0.55/0.36)	

CMYK percentages

%0
%37.8
%55.49
%35.69

Codes

Color #A46649 in popluar color models

A46649
RGB16410273
HSL19°38.40%46.47%
HSB/HSV19°55.49%64.31%
CMYK0.00%37.80%55.49%
35.69%

Color #A46649 in popluar number systems.

HEXA46649
Decimal16410273
Binary1010010011001101001001
Octal244146111

Shades and tints

Shades of #A46649

#A46649
(164,102,73)
#965D43
(150,93,67)
#88543D
(136,84,61)
#7A4B37
(122,75,55)
#6C4231
(108,66,49)
#5E392B
(94,57,43)
#503025
(80,48,37)
#42271F
(66,39,31)
#341E19
(52,30,25)
#261513
(38,21,19)
#180C0D
(24,12,13)
#000000
(0,0,0)

Tints of #A46649

#A46649
(164,102,73)
#AC7359
(172,115,89)
#B48069
(180,128,105)
#BC8D79
(188,141,121)
#C49A89
(196,154,137)
#CCA799
(204,167,153)
#D4B4A9
(212,180,169)
#DCC1B9
(220,193,185)
#E4CEC9
(228,206,201)
#ECDBD9
(236,219,217)
#F4E8E9
(244,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46649 color. Also use rgb(164,102,73) instead hex code.

Text Font Color

.myTextColor { color: #A46649; }

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

This text font color is #A46649.


Background Color

.myBgColor { background-color: #A46649; }

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

This div background color is #A46649.


Border color

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

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

This div border color is #A46649.


Opacity

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

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

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

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

This text has shadow with #A46649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46649 on black background.


Color preview on white background

This text has color #A46649 on white background.



Black color preview on #A46649 background

This text has black color on #A46649 background.


White color preview on #A46649 background

This text has white color on #A46649 background.