COLOR #A36B4B

HEX: #A36B4B
RGB: (163,107,75)

Color info

#A36B4B contains mainly red and green colors. Web safe color of #A36B4B is #996633 (or #963).

RGB color model

#A36B4B color RGB value is (163,107,75).

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

RGB channels and saturation

R 163 of 255 = 64%
G 107 of 255 = 42%
B 75 of 255 = 29%

163
107
75

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

Portions of RGB colors in percentages

R + G + B =
163 + 107 + 75 = 345 (100%)
R 163 of 345 ~ 47.25%
G 107 of 345 ~ 31.01%
B 75 of 345 ~ 21.74%

%47.25
%31.01
%21.74

CMYK color model

#A36B4B color CMYK value is (0,34,54,36).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 53.99%
  • key color value is 36.08%
CMYK:
(0,34,54,36)
C0M34Y54K36 
(0%,34%,54%,36%)
(0.00/0.34/0.54/0.36)	

CMYK percentages

%0
%34.36
%53.99
%36.08

Codes

Color #A36B4B in popluar color models

A36B4B
RGB16310775
HSL22°36.97%46.67%
HSB/HSV22°53.99%63.92%
CMYK0.00%34.36%53.99%
36.08%

Color #A36B4B in popluar number systems.

HEXA36B4B
Decimal16310775
Binary1010001111010111001011
Octal243153113

Shades and tints

Shades of #A36B4B

#A36B4B
(163,107,75)
#956245
(149,98,69)
#87593F
(135,89,63)
#795039
(121,80,57)
#6B4733
(107,71,51)
#5D3E2D
(93,62,45)
#4F3527
(79,53,39)
#412C21
(65,44,33)
#33231B
(51,35,27)
#251A15
(37,26,21)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #A36B4B

#A36B4B
(163,107,75)
#AB785B
(171,120,91)
#B3856B
(179,133,107)
#BB927B
(187,146,123)
#C39F8B
(195,159,139)
#CBAC9B
(203,172,155)
#D3B9AB
(211,185,171)
#DBC6BB
(219,198,187)
#E3D3CB
(227,211,203)
#EBE0DB
(235,224,219)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36B4B; }

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

This text font color is #A36B4B.


Background Color

.myBgColor { background-color: #A36B4B; }

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

This div background color is #A36B4B.


Border color

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

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

This div border color is #A36B4B.


Opacity

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

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

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

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

This text has shadow with #A36B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36B4B on black background.


Color preview on white background

This text has color #A36B4B on white background.



Black color preview on #A36B4B background

This text has black color on #A36B4B background.


White color preview on #A36B4B background

This text has white color on #A36B4B background.