COLOR #A46236

HEX: #A46236
RGB: (164,98,54)

Color info

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

RGB color model

#A46236 color RGB value is (164,98,54).

  • red value is 164;
  • green value is 98;
  • blue value is 54.
RGB:
(164,98,54)
(64%,38%,21%)

RGB channels and saturation

R 164 of 255 = 64%
G 98 of 255 = 38%
B 54 of 255 = 21%

164
98
54

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

Portions of RGB colors in percentages

R + G + B =
164 + 98 + 54 = 316 (100%)
R 164 of 316 ~ 51.9%
G 98 of 316 ~ 31.01%
B 54 of 316 ~ 17.09%

%51.9
%31.01
%17.09

CMYK color model

#A46236 color CMYK value is (0,40,67,36).

  • cyan value is 0.00%
  • magenta value is 40.24%
  • yellow value is 67.07%
  • key color value is 35.69%
CMYK:
(0,40,67,36)
C0M40Y67K36 
(0%,40%,67%,36%)
(0.00/0.40/0.67/0.36)	

CMYK percentages

%0
%40.24
%67.07
%35.69

Codes

Color #A46236 in popluar color models

A46236
RGB1649854
HSL24°50.46%42.75%
HSB/HSV24°67.07%64.31%
CMYK0.00%40.24%67.07%
35.69%

Color #A46236 in popluar number systems.

HEXA46236
Decimal1649854
Binary101001001100010110110
Octal24414266

Shades and tints

Shades of #A46236

#A46236
(164,98,54)
#965A32
(150,90,50)
#88522E
(136,82,46)
#7A4A2A
(122,74,42)
#6C4226
(108,66,38)
#5E3A22
(94,58,34)
#50321E
(80,50,30)
#422A1A
(66,42,26)
#342216
(52,34,22)
#261A12
(38,26,18)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #A46236

#A46236
(164,98,54)
#AC7048
(172,112,72)
#B47E5A
(180,126,90)
#BC8C6C
(188,140,108)
#C49A7E
(196,154,126)
#CCA890
(204,168,144)
#D4B6A2
(212,182,162)
#DCC4B4
(220,196,180)
#E4D2C6
(228,210,198)
#ECE0D8
(236,224,216)
#F4EEEA
(244,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46236 color. Also use rgb(164,98,54) instead hex code.

Text Font Color

.myTextColor { color: #A46236; }

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

This text font color is #A46236.


Background Color

.myBgColor { background-color: #A46236; }

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

This div background color is #A46236.


Border color

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

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

This div border color is #A46236.


Opacity

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

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

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

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

This text has shadow with #A46236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46236 on black background.


Color preview on white background

This text has color #A46236 on white background.



Black color preview on #A46236 background

This text has black color on #A46236 background.


White color preview on #A46236 background

This text has white color on #A46236 background.