COLOR #A36C6F

HEX: #A36C6F RGB: (163,108,111)

Color info

#A36C6F contains red, green and blue colors in about the same proportion. Web safe color of #A36C6F is #996666 (or #966).

RGB color model

#A36C6F color RGB value is (163,108,111).

RGB: (163,108,111) (64%, 42%, 44%)

RGB channels and saturation

R 163 of 255 = 64%
G 108 of 255 = 42%
B 111 of 255 = 44%

163
108
111

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

Portions of RGB colors in percentages

R + G + B = 163 + 108 + 111 = 382 (100%)
R 163 of 382 ~ 42.67%
G 108 of 382 ~ 28.27%
B 111 of 382 ~ 29.06'%

%42.67
%28.27
%29.06

CMYK color model

#A36C6F color CMYK value is (0,34,32,36).

  • cyan value is 0.00%
  • magenta value is 33.74%
  • yellow value is 31.90%
  • key color value is 36.08%

CMYK: (0,34,32,36)
C0M34Y32K36 (0%, 34%, 32%, 36%)
(0.00 / 0.34 / 0.32 / 0.36)

CMYK percentages

%0
%33.74
%31.9
%36.08

Codes

Color #A36C6F in popluar color models

A3 6C 6F
RGB 163 108 111
HSL 357° 23.01% 53.14%
HSB/HSV 357° 33.74% 63.92%
CMYK 0.00% 33.74% 31.90%
36.08%

Color #A36C6F in popluar number systems.

HEX A3 6C 6F
Decimal 163 108 111
Binary 10100011 1101100 1101111
Octal 243 154 157

Shades and tints

Shades of #A36C6F

#A36C6F
(163,108,111)
#956365
(149,99,101)
#875A5B
(135,90,91)
#795151
(121,81,81)
#6B4847
(107,72,71)
#5D3F3D
(93,63,61)
#4F3633
(79,54,51)
#412D29
(65,45,41)
#33241F
(51,36,31)
#251B15
(37,27,21)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #A36C6F

#A36C6F
(163,108,111)
#AB797C
(171,121,124)
#B38689
(179,134,137)
#BB9396
(187,147,150)
#C3A0A3
(195,160,163)
#CBADB0
(203,173,176)
#D3BABD
(211,186,189)
#DBC7CA
(219,199,202)
#E3D4D7
(227,212,215)
#EBE1E4
(235,225,228)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36C6F; }

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

This text font color is #A36C6F.

Background Color

.myBgColor { background-color: #A36C6F; }

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

This div background color is #A36C6F.

Border color

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

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

This div border color is #A36C6F.

Opacity

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

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

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

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

This text has shadow with #A36C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A36C6F.

Preview

Color preview on black background

This text has color #A36C6F on black background.


Color preview on white background

This text has color #A36C6F on white background.


Black color preview on #A36C6F background

This text has black color on #A36C6F background.


White color preview on #A36C6F background

This text has white color on #A36C6F background.


Related colors

Complementary color

Complementary color for #hex is #5C9390.


I love getcolorcode.com

Triadic colors

1 #6FA36C and #6C6FA3 with #A36C6F are triadic colors.

2 #6F6CA3 and #6CA36F with #A36C6F are triadic colors.