COLOR #A36C7F

HEX: #A36C7F RGB: (163,108,127)

Color info

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

RGB color model

#A36C7F color RGB value is (163,108,127).

RGB: (163,108,127) (64%, 42%, 50%)

RGB channels and saturation

R 163 of 255 = 64%
G 108 of 255 = 42%
B 127 of 255 = 50%

163
108
127

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

Portions of RGB colors in percentages

R + G + B = 163 + 108 + 127 = 398 (100%)
R 163 of 398 ~ 40.95%
G 108 of 398 ~ 27.14%
B 127 of 398 ~ 31.91'%

%40.95
%27.14
%31.91

CMYK color model

#A36C7F color CMYK value is (0,34,22,36).

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

CMYK: (0,34,22,36)
C0M34Y22K36 (0%, 34%, 22%, 36%)
(0.00 / 0.34 / 0.22 / 0.36)

CMYK percentages

%0
%33.74
%22.09
%36.08

Codes

Color #A36C7F in popluar color models

A3 6C 7F
RGB 163 108 127
HSL 339° 23.01% 53.14%
HSB/HSV 339° 33.74% 63.92%
CMYK 0.00% 33.74% 22.09%
36.08%

Color #A36C7F in popluar number systems.

HEX A3 6C 7F
Decimal 163 108 127
Binary 10100011 1101100 1111111
Octal 243 154 177

Shades and tints

Shades of #A36C7F

#A36C7F
(163,108,127)
#956374
(149,99,116)
#875A69
(135,90,105)
#79515E
(121,81,94)
#6B4853
(107,72,83)
#5D3F48
(93,63,72)
#4F363D
(79,54,61)
#412D32
(65,45,50)
#332427
(51,36,39)
#251B1C
(37,27,28)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #A36C7F

#A36C7F
(163,108,127)
#AB798A
(171,121,138)
#B38695
(179,134,149)
#BB93A0
(187,147,160)
#C3A0AB
(195,160,171)
#CBADB6
(203,173,182)
#D3BAC1
(211,186,193)
#DBC7CC
(219,199,204)
#E3D4D7
(227,212,215)
#EBE1E2
(235,225,226)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36C7F; }

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

This text font color is #A36C7F.

Background Color

.myBgColor { background-color: #A36C7F; }

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

This div background color is #A36C7F.

Border color

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

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

This div border color is #A36C7F.

Opacity

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

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

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

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

This text has shadow with #A36C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A36C7F.

Preview

Color preview on black background

This text has color #A36C7F on black background.


Color preview on white background

This text has color #A36C7F on white background.


Black color preview on #A36C7F background

This text has black color on #A36C7F background.


White color preview on #A36C7F background

This text has white color on #A36C7F background.


Related colors

Complementary color

Complementary color for #hex is #5C9380.


I love getcolorcode.com

Triadic colors

1 #7FA36C and #6C7FA3 with #A36C7F are triadic colors.

2 #7F6CA3 and #6CA37F with #A36C7F are triadic colors.