COLOR #A36B6B

HEX: #A36B6B
RGB: (163,107,107)

Color info

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

RGB color model

#A36B6B color RGB value is (163,107,107).

  • red value is 163;
  • green value is 107;
  • blue value is 107.
RGB:
(163,107,107)
(64%,42%,42%)

RGB channels and saturation

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

163
107
107

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

Portions of RGB colors in percentages

R + G + B =
163 + 107 + 107 = 377 (100%)
R 163 of 377 ~ 43.24%
G 107 of 377 ~ 28.38%
B 107 of 377 ~ 28.38%

%43.24
%28.38
%28.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 34.36%
  • key color value is 36.08%
CMYK:
(0,34,34,36)
C0M34Y34K36 
(0%,34%,34%,36%)
(0.00/0.34/0.34/0.36)	

CMYK percentages

%0
%34.36
%34.36
%36.08

Codes

Color #A36B6B in popluar color models

A36B6B
RGB163107107
HSL23.33%52.94%
HSB/HSV34.36%63.92%
CMYK0.00%34.36%34.36%
36.08%

Color #A36B6B in popluar number systems.

HEXA36B6B
Decimal163107107
Binary1010001111010111101011
Octal243153153

Shades and tints

Shades of #A36B6B

#A36B6B
(163,107,107)
#956262
(149,98,98)
#875959
(135,89,89)
#795050
(121,80,80)
#6B4747
(107,71,71)
#5D3E3E
(93,62,62)
#4F3535
(79,53,53)
#412C2C
(65,44,44)
#332323
(51,35,35)
#251A1A
(37,26,26)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #A36B6B

#A36B6B
(163,107,107)
#AB7878
(171,120,120)
#B38585
(179,133,133)
#BB9292
(187,146,146)
#C39F9F
(195,159,159)
#CBACAC
(203,172,172)
#D3B9B9
(211,185,185)
#DBC6C6
(219,198,198)
#E3D3D3
(227,211,211)
#EBE0E0
(235,224,224)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36B6B; }

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

This text font color is #A36B6B.


Background Color

.myBgColor { background-color: #A36B6B; }

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

This div background color is #A36B6B.


Border color

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

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

This div border color is #A36B6B.


Opacity

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

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

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

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

This text has shadow with #A36B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36B6B on black background.


Color preview on white background

This text has color #A36B6B on white background.



Black color preview on #A36B6B background

This text has black color on #A36B6B background.


White color preview on #A36B6B background

This text has white color on #A36B6B background.