COLOR #A36542

HEX: #A36542
RGB: (163,101,66)

Color info

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

RGB color model

#A36542 color RGB value is (163,101,66).

  • red value is 163;
  • green value is 101;
  • blue value is 66.
RGB:
(163,101,66)
(64%,40%,26%)

RGB channels and saturation

R 163 of 255 = 64%
G 101 of 255 = 40%
B 66 of 255 = 26%

163
101
66

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

Portions of RGB colors in percentages

R + G + B =
163 + 101 + 66 = 330 (100%)
R 163 of 330 ~ 49.39%
G 101 of 330 ~ 30.61%
B 66 of 330 ~ 20%

%49.39
%30.61
%20

CMYK color model

#A36542 color CMYK value is (0,38,60,36).

  • cyan value is 0.00%
  • magenta value is 38.04%
  • yellow value is 59.51%
  • key color value is 36.08%
CMYK:
(0,38,60,36)
C0M38Y60K36 
(0%,38%,60%,36%)
(0.00/0.38/0.60/0.36)	

CMYK percentages

%0
%38.04
%59.51
%36.08

Codes

Color #A36542 in popluar color models

A36542
RGB16310166
HSL22°42.36%44.90%
HSB/HSV22°59.51%63.92%
CMYK0.00%38.04%59.51%
36.08%

Color #A36542 in popluar number systems.

HEXA36542
Decimal16310166
Binary1010001111001011000010
Octal243145102

Shades and tints

Shades of #A36542

#A36542
(163,101,66)
#955C3C
(149,92,60)
#875336
(135,83,54)
#794A30
(121,74,48)
#6B412A
(107,65,42)
#5D3824
(93,56,36)
#4F2F1E
(79,47,30)
#412618
(65,38,24)
#331D12
(51,29,18)
#25140C
(37,20,12)
#170B06
(23,11,6)
#000000
(0,0,0)

Tints of #A36542

#A36542
(163,101,66)
#AB7353
(171,115,83)
#B38164
(179,129,100)
#BB8F75
(187,143,117)
#C39D86
(195,157,134)
#CBAB97
(203,171,151)
#D3B9A8
(211,185,168)
#DBC7B9
(219,199,185)
#E3D5CA
(227,213,202)
#EBE3DB
(235,227,219)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36542 color. Also use rgb(163,101,66) instead hex code.

Text Font Color

.myTextColor { color: #A36542; }

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

This text font color is #A36542.


Background Color

.myBgColor { background-color: #A36542; }

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

This div background color is #A36542.


Border color

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

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

This div border color is #A36542.


Opacity

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

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

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

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

This text has shadow with #A36542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36542 on black background.


Color preview on white background

This text has color #A36542 on white background.



Black color preview on #A36542 background

This text has black color on #A36542 background.


White color preview on #A36542 background

This text has white color on #A36542 background.