COLOR #A36B62

HEX: #A36B62
RGB: (163,107,98)

Color info

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

RGB color model

#A36B62 color RGB value is (163,107,98).

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

RGB channels and saturation

R 163 of 255 = 64%
G 107 of 255 = 42%
B 98 of 255 = 38%

163
107
98

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

Portions of RGB colors in percentages

R + G + B =
163 + 107 + 98 = 368 (100%)
R 163 of 368 ~ 44.29%
G 107 of 368 ~ 29.08%
B 98 of 368 ~ 26.63%

%44.29
%29.08
%26.63

CMYK color model

#A36B62 color CMYK value is (0,34,40,36).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 39.88%
  • key color value is 36.08%
CMYK:
(0,34,40,36)
C0M34Y40K36 
(0%,34%,40%,36%)
(0.00/0.34/0.40/0.36)	

CMYK percentages

%0
%34.36
%39.88
%36.08

Codes

Color #A36B62 in popluar color models

A36B62
RGB16310798
HSL26.10%51.18%
HSB/HSV39.88%63.92%
CMYK0.00%34.36%39.88%
36.08%

Color #A36B62 in popluar number systems.

HEXA36B62
Decimal16310798
Binary1010001111010111100010
Octal243153142

Shades and tints

Shades of #A36B62

#A36B62
(163,107,98)
#95625A
(149,98,90)
#875952
(135,89,82)
#79504A
(121,80,74)
#6B4742
(107,71,66)
#5D3E3A
(93,62,58)
#4F3532
(79,53,50)
#412C2A
(65,44,42)
#332322
(51,35,34)
#251A1A
(37,26,26)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #A36B62

#A36B62
(163,107,98)
#AB7870
(171,120,112)
#B3857E
(179,133,126)
#BB928C
(187,146,140)
#C39F9A
(195,159,154)
#CBACA8
(203,172,168)
#D3B9B6
(211,185,182)
#DBC6C4
(219,198,196)
#E3D3D2
(227,211,210)
#EBE0E0
(235,224,224)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36B62 color. Also use rgb(163,107,98) instead hex code.

Text Font Color

.myTextColor { color: #A36B62; }

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

This text font color is #A36B62.


Background Color

.myBgColor { background-color: #A36B62; }

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

This div background color is #A36B62.


Border color

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

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

This div border color is #A36B62.


Opacity

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

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

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

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

This text has shadow with #A36B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36B62 on black background.


Color preview on white background

This text has color #A36B62 on white background.



Black color preview on #A36B62 background

This text has black color on #A36B62 background.


White color preview on #A36B62 background

This text has white color on #A36B62 background.