COLOR #A46B60

HEX: #A46B60
RGB: (164,107,96)

Color info

#A46B60 contains mainly red and green colors. Web safe color of #A46B60 is #996666 (or #966).

RGB color model

#A46B60 color RGB value is (164,107,96).

  • red value is 164;
  • green value is 107;
  • blue value is 96.
RGB:
(164,107,96)
(64%,42%,38%)

RGB channels and saturation

R 164 of 255 = 64%
G 107 of 255 = 42%
B 96 of 255 = 38%

164
107
96

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

Portions of RGB colors in percentages

R + G + B =
164 + 107 + 96 = 367 (100%)
R 164 of 367 ~ 44.69%
G 107 of 367 ~ 29.16%
B 96 of 367 ~ 26.16%

%44.69
%29.16
%26.16

CMYK color model

#A46B60 color CMYK value is (0,35,41,36).

  • cyan value is 0.00%
  • magenta value is 34.76%
  • yellow value is 41.46%
  • key color value is 35.69%
CMYK:
(0,35,41,36)
C0M35Y41K36 
(0%,35%,41%,36%)
(0.00/0.35/0.41/0.36)	

CMYK percentages

%0
%34.76
%41.46
%35.69

Codes

Color #A46B60 in popluar color models

A46B60
RGB16410796
HSL10°27.20%50.98%
HSB/HSV10°41.46%64.31%
CMYK0.00%34.76%41.46%
35.69%

Color #A46B60 in popluar number systems.

HEXA46B60
Decimal16410796
Binary1010010011010111100000
Octal244153140

Shades and tints

Shades of #A46B60

#A46B60
(164,107,96)
#966258
(150,98,88)
#885950
(136,89,80)
#7A5048
(122,80,72)
#6C4740
(108,71,64)
#5E3E38
(94,62,56)
#503530
(80,53,48)
#422C28
(66,44,40)
#342320
(52,35,32)
#261A18
(38,26,24)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #A46B60

#A46B60
(164,107,96)
#AC786E
(172,120,110)
#B4857C
(180,133,124)
#BC928A
(188,146,138)
#C49F98
(196,159,152)
#CCACA6
(204,172,166)
#D4B9B4
(212,185,180)
#DCC6C2
(220,198,194)
#E4D3D0
(228,211,208)
#ECE0DE
(236,224,222)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46B60 color. Also use rgb(164,107,96) instead hex code.

Text Font Color

.myTextColor { color: #A46B60; }

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

This text font color is #A46B60.


Background Color

.myBgColor { background-color: #A46B60; }

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

This div background color is #A46B60.


Border color

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

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

This div border color is #A46B60.


Opacity

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

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

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

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

This text has shadow with #A46B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46B60 on black background.


Color preview on white background

This text has color #A46B60 on white background.



Black color preview on #A46B60 background

This text has black color on #A46B60 background.


White color preview on #A46B60 background

This text has white color on #A46B60 background.