COLOR #A36C66

HEX: #A36C66 RGB: (163,108,102)

Color info

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

RGB color model

#A36C66 color RGB value is (163,108,102).

RGB: (163,108,102) (64%, 42%, 40%)

RGB channels and saturation

R 163 of 255 = 64%
G 108 of 255 = 42%
B 102 of 255 = 40%

163
108
102

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

Portions of RGB colors in percentages

R + G + B = 163 + 108 + 102 = 373 (100%)
R 163 of 373 ~ 43.7%
G 108 of 373 ~ 28.95%
B 102 of 373 ~ 27.35'%

%43.7
%28.95
%27.35

CMYK color model

#A36C66 color CMYK value is (0,34,37,36).

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

CMYK: (0,34,37,36)
C0M34Y37K36 (0%, 34%, 37%, 36%)
(0.00 / 0.34 / 0.37 / 0.36)

CMYK percentages

%0
%33.74
%37.42
%36.08

Codes

Color #A36C66 in popluar color models

A3 6C 66
RGB 163 108 102
HSL 24.90% 51.96%
HSB/HSV 37.42% 63.92%
CMYK 0.00% 33.74% 37.42%
36.08%

Color #A36C66 in popluar number systems.

HEX A3 6C 66
Decimal 163 108 102
Binary 10100011 1101100 1100110
Octal 243 154 146

Shades and tints

Shades of #A36C66

#A36C66
(163,108,102)
#95635D
(149,99,93)
#875A54
(135,90,84)
#79514B
(121,81,75)
#6B4842
(107,72,66)
#5D3F39
(93,63,57)
#4F3630
(79,54,48)
#412D27
(65,45,39)
#33241E
(51,36,30)
#251B15
(37,27,21)
#17120C
(23,18,12)
#000000
(0,0,0)

Tints of #A36C66

#A36C66
(163,108,102)
#AB7973
(171,121,115)
#B38680
(179,134,128)
#BB938D
(187,147,141)
#C3A09A
(195,160,154)
#CBADA7
(203,173,167)
#D3BAB4
(211,186,180)
#DBC7C1
(219,199,193)
#E3D4CE
(227,212,206)
#EBE1DB
(235,225,219)
#F3EEE8
(243,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36C66; }

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

This text font color is #A36C66.

Background Color

.myBgColor { background-color: #A36C66; }

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

This div background color is #A36C66.

Border color

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

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

This div border color is #A36C66.

Opacity

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

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

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

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

This text has shadow with #A36C66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A36C66.

Preview

Color preview on black background

This text has color #A36C66 on black background.


Color preview on white background

This text has color #A36C66 on white background.


Black color preview on #A36C66 background

This text has black color on #A36C66 background.


White color preview on #A36C66 background

This text has white color on #A36C66 background.


Related colors

Complementary color

Complementary color for #hex is #5C9399.


I love getcolorcode.com

Triadic colors

1 #66A36C and #6C66A3 with #A36C66 are triadic colors.

2 #666CA3 and #6CA366 with #A36C66 are triadic colors.