COLOR #A36B6E

HEX: #A36B6E RGB: (163,107,110)

Color info

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

RGB color model

#A36B6E color RGB value is (163,107,110).

RGB: (163,107,110) (64%, 42%, 43%)

RGB channels and saturation

R 163 of 255 = 64%
G 107 of 255 = 42%
B 110 of 255 = 43%

163
107
110

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

Portions of RGB colors in percentages

R + G + B = 163 + 107 + 110 = 380 (100%)
R 163 of 380 ~ 42.89%
G 107 of 380 ~ 28.16%
B 110 of 380 ~ 28.95'%

%42.89
%28.16
%28.95

CMYK color model

#A36B6E color CMYK value is (0,34,33,36).

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

CMYK: (0,34,33,36)
C0M34Y33K36 (0%, 34%, 33%, 36%)
(0.00 / 0.34 / 0.33 / 0.36)

CMYK percentages

%0
%34.36
%32.52
%36.08

Codes

Color #A36B6E in popluar color models

A3 6B 6E
RGB 163 107 110
HSL 357° 23.33% 52.94%
HSB/HSV 357° 34.36% 63.92%
CMYK 0.00% 34.36% 32.52%
36.08%

Color #A36B6E in popluar number systems.

HEX A3 6B 6E
Decimal 163 107 110
Binary 10100011 1101011 1101110
Octal 243 153 156

Shades and tints

Shades of #A36B6E

#A36B6E
(163,107,110)
#956264
(149,98,100)
#87595A
(135,89,90)
#795050
(121,80,80)
#6B4746
(107,71,70)
#5D3E3C
(93,62,60)
#4F3532
(79,53,50)
#412C28
(65,44,40)
#33231E
(51,35,30)
#251A14
(37,26,20)
#17110A
(23,17,10)
#000000
(0,0,0)

Tints of #A36B6E

#A36B6E
(163,107,110)
#AB787B
(171,120,123)
#B38588
(179,133,136)
#BB9295
(187,146,149)
#C39FA2
(195,159,162)
#CBACAF
(203,172,175)
#D3B9BC
(211,185,188)
#DBC6C9
(219,198,201)
#E3D3D6
(227,211,214)
#EBE0E3
(235,224,227)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36B6E; }

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

This text font color is #A36B6E.

Background Color

.myBgColor { background-color: #A36B6E; }

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

This div background color is #A36B6E.

Border color

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

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

This div border color is #A36B6E.

Opacity

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

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

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

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

This text has shadow with #A36B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A36B6E.

Preview

Color preview on black background

This text has color #A36B6E on black background.


Color preview on white background

This text has color #A36B6E on white background.


Black color preview on #A36B6E background

This text has black color on #A36B6E background.


White color preview on #A36B6E background

This text has white color on #A36B6E background.


Related colors

Complementary color

Complementary color for #hex is #5C9491.


I love getcolorcode.com

Triadic colors

1 #6EA36B and #6B6EA3 with #A36B6E are triadic colors.

2 #6E6BA3 and #6BA36E with #A36B6E are triadic colors.