COLOR #A36036

HEX: #A36036
RGB: (163,96,54)

Color info

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

RGB color model

#A36036 color RGB value is (163,96,54).

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

RGB channels and saturation

R 163 of 255 = 64%
G 96 of 255 = 38%
B 54 of 255 = 21%

163
96
54

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

Portions of RGB colors in percentages

R + G + B =
163 + 96 + 54 = 313 (100%)
R 163 of 313 ~ 52.08%
G 96 of 313 ~ 30.67%
B 54 of 313 ~ 17.25%

%52.08
%30.67
%17.25

CMYK color model

#A36036 color CMYK value is (0,41,67,36).

  • cyan value is 0.00%
  • magenta value is 41.10%
  • yellow value is 66.87%
  • key color value is 36.08%
CMYK:
(0,41,67,36)
C0M41Y67K36 
(0%,41%,67%,36%)
(0.00/0.41/0.67/0.36)	

CMYK percentages

%0
%41.1
%66.87
%36.08

Codes

Color #A36036 in popluar color models

A36036
RGB1639654
HSL23°50.23%42.55%
HSB/HSV23°66.87%63.92%
CMYK0.00%41.10%66.87%
36.08%

Color #A36036 in popluar number systems.

HEXA36036
Decimal1639654
Binary101000111100000110110
Octal24314066

Shades and tints

Shades of #A36036

#A36036
(163,96,54)
#955832
(149,88,50)
#87502E
(135,80,46)
#79482A
(121,72,42)
#6B4026
(107,64,38)
#5D3822
(93,56,34)
#4F301E
(79,48,30)
#41281A
(65,40,26)
#332016
(51,32,22)
#251812
(37,24,18)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #A36036

#A36036
(163,96,54)
#AB6E48
(171,110,72)
#B37C5A
(179,124,90)
#BB8A6C
(187,138,108)
#C3987E
(195,152,126)
#CBA690
(203,166,144)
#D3B4A2
(211,180,162)
#DBC2B4
(219,194,180)
#E3D0C6
(227,208,198)
#EBDED8
(235,222,216)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36036 color. Also use rgb(163,96,54) instead hex code.

Text Font Color

.myTextColor { color: #A36036; }

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

This text font color is #A36036.


Background Color

.myBgColor { background-color: #A36036; }

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

This div background color is #A36036.


Border color

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

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

This div border color is #A36036.


Opacity

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

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

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

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

This text has shadow with #A36036 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36036 on black background.


Color preview on white background

This text has color #A36036 on white background.



Black color preview on #A36036 background

This text has black color on #A36036 background.


White color preview on #A36036 background

This text has white color on #A36036 background.