COLOR #A36B77

HEX: #A36B77
RGB: (163,107,119)

Color info

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

RGB color model

#A36B77 color RGB value is (163,107,119).

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

RGB channels and saturation

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

163
107
119

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

Portions of RGB colors in percentages

R + G + B =
163 + 107 + 119 = 389 (100%)
R 163 of 389 ~ 41.9%
G 107 of 389 ~ 27.51%
B 119 of 389 ~ 30.59%

%41.9
%27.51
%30.59

CMYK color model

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

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

CMYK percentages

%0
%34.36
%26.99
%36.08

Codes

Color #A36B77 in popluar color models

A36B77
RGB163107119
HSL347°23.33%52.94%
HSB/HSV347°34.36%63.92%
CMYK0.00%34.36%26.99%
36.08%

Color #A36B77 in popluar number systems.

HEXA36B77
Decimal163107119
Binary1010001111010111110111
Octal243153167

Shades and tints

Shades of #A36B77

#A36B77
(163,107,119)
#95626D
(149,98,109)
#875963
(135,89,99)
#795059
(121,80,89)
#6B474F
(107,71,79)
#5D3E45
(93,62,69)
#4F353B
(79,53,59)
#412C31
(65,44,49)
#332327
(51,35,39)
#251A1D
(37,26,29)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #A36B77

#A36B77
(163,107,119)
#AB7883
(171,120,131)
#B3858F
(179,133,143)
#BB929B
(187,146,155)
#C39FA7
(195,159,167)
#CBACB3
(203,172,179)
#D3B9BF
(211,185,191)
#DBC6CB
(219,198,203)
#E3D3D7
(227,211,215)
#EBE0E3
(235,224,227)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36B77; }

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

This text font color is #A36B77.


Background Color

.myBgColor { background-color: #A36B77; }

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

This div background color is #A36B77.


Border color

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

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

This div border color is #A36B77.


Opacity

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

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

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

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

This text has shadow with #A36B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36B77 on black background.


Color preview on white background

This text has color #A36B77 on white background.



Black color preview on #A36B77 background

This text has black color on #A36B77 background.


White color preview on #A36B77 background

This text has white color on #A36B77 background.