COLOR #A36B50

HEX: #A36B50 RGB: (163,107,80)

Color info

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

RGB color model

#A36B50 color RGB value is (163,107,80).

RGB: (163,107,80) (64%, 42%, 31%)

RGB channels and saturation

R 163 of 255 = 64%
G 107 of 255 = 42%
B 80 of 255 = 31%

163
107
80

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

Portions of RGB colors in percentages

R + G + B = 163 + 107 + 80 = 350 (100%)
R 163 of 350 ~ 46.57%
G 107 of 350 ~ 30.57%
B 80 of 350 ~ 22.86'%

%46.57
%30.57
%22.86

CMYK color model

#A36B50 color CMYK value is (0,34,51,36).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 50.92%
  • key color value is 36.08%

CMYK: (0,34,51,36)
C0M34Y51K36 (0%, 34%, 51%, 36%)
(0.00 / 0.34 / 0.51 / 0.36)

CMYK percentages

%0
%34.36
%50.92
%36.08

Codes

Color #A36B50 in popluar color models

A3 6B 50
RGB 163 107 80
HSL 20° 34.16% 47.65%
HSB/HSV 20° 50.92% 63.92%
CMYK 0.00% 34.36% 50.92%
36.08%

Color #A36B50 in popluar number systems.

HEX A3 6B 50
Decimal 163 107 80
Binary 10100011 1101011 1010000
Octal 243 153 120

Shades and tints

Shades of #A36B50

#A36B50
(163,107,80)
#956249
(149,98,73)
#875942
(135,89,66)
#79503B
(121,80,59)
#6B4734
(107,71,52)
#5D3E2D
(93,62,45)
#4F3526
(79,53,38)
#412C1F
(65,44,31)
#332318
(51,35,24)
#251A11
(37,26,17)
#17110A
(23,17,10)
#000000
(0,0,0)

Tints of #A36B50

#A36B50
(163,107,80)
#AB785F
(171,120,95)
#B3856E
(179,133,110)
#BB927D
(187,146,125)
#C39F8C
(195,159,140)
#CBAC9B
(203,172,155)
#D3B9AA
(211,185,170)
#DBC6B9
(219,198,185)
#E3D3C8
(227,211,200)
#EBE0D7
(235,224,215)
#F3EDE6
(243,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36B50; }

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

This text font color is #A36B50.

Background Color

.myBgColor { background-color: #A36B50; }

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

This div background color is #A36B50.

Border color

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

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

This div border color is #A36B50.

Opacity

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

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

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

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

This text has shadow with #A36B50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A36B50.

Preview

Color preview on black background

This text has color #A36B50 on black background.


Color preview on white background

This text has color #A36B50 on white background.


Black color preview on #A36B50 background

This text has black color on #A36B50 background.


White color preview on #A36B50 background

This text has white color on #A36B50 background.


Related colors

Complementary color

Complementary color for #hex is #5C94AF.


I love getcolorcode.com

Triadic colors

1 #50A36B and #6B50A3 with #A36B50 are triadic colors.

2 #506BA3 and #6BA350 with #A36B50 are triadic colors.