COLOR #A36C62

HEX: #A36C62 RGB: (163,108,98)

Color info

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

RGB color model

#A36C62 color RGB value is (163,108,98).

RGB: (163,108,98) (64%, 42%, 38%)

RGB channels and saturation

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

163
108
98

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

Portions of RGB colors in percentages

R + G + B = 163 + 108 + 98 = 369 (100%)
R 163 of 369 ~ 44.17%
G 108 of 369 ~ 29.27%
B 98 of 369 ~ 26.56'%

%44.17
%29.27
%26.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.74%
  • 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
%33.74
%39.88
%36.08

Codes

Color #A36C62 in popluar color models

A3 6C 62
RGB 163 108 98
HSL 26.10% 51.18%
HSB/HSV 39.88% 63.92%
CMYK 0.00% 33.74% 39.88%
36.08%

Color #A36C62 in popluar number systems.

HEX A3 6C 62
Decimal 163 108 98
Binary 10100011 1101100 1100010
Octal 243 154 142

Shades and tints

Shades of #A36C62

#A36C62
(163,108,98)
#95635A
(149,99,90)
#875A52
(135,90,82)
#79514A
(121,81,74)
#6B4842
(107,72,66)
#5D3F3A
(93,63,58)
#4F3632
(79,54,50)
#412D2A
(65,45,42)
#332422
(51,36,34)
#251B1A
(37,27,26)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #A36C62

#A36C62
(163,108,98)
#AB7970
(171,121,112)
#B3867E
(179,134,126)
#BB938C
(187,147,140)
#C3A09A
(195,160,154)
#CBADA8
(203,173,168)
#D3BAB6
(211,186,182)
#DBC7C4
(219,199,196)
#E3D4D2
(227,212,210)
#EBE1E0
(235,225,224)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36C62; }

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

This text font color is #A36C62.

Background Color

.myBgColor { background-color: #A36C62; }

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

This div background color is #A36C62.

Border color

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

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

This div border color is #A36C62.

Opacity

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

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

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

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

This text has shadow with #A36C62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A36C62.

Preview

Color preview on black background

This text has color #A36C62 on black background.


Color preview on white background

This text has color #A36C62 on white background.


Black color preview on #A36C62 background

This text has black color on #A36C62 background.


White color preview on #A36C62 background

This text has white color on #A36C62 background.


Related colors

Complementary color

Complementary color for #hex is #5C939D.


I love getcolorcode.com

Triadic colors

1 #62A36C and #6C62A3 with #A36C62 are triadic colors.

2 #626CA3 and #6CA362 with #A36C62 are triadic colors.