COLOR #A36A5C

HEX: #A36A5C
RGB: (163,106,92)

Color info

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

RGB color model

#A36A5C color RGB value is (163,106,92).

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

RGB channels and saturation

R 163 of 255 = 64%
G 106 of 255 = 42%
B 92 of 255 = 36%

163
106
92

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

Portions of RGB colors in percentages

R + G + B =
163 + 106 + 92 = 361 (100%)
R 163 of 361 ~ 45.15%
G 106 of 361 ~ 29.36%
B 92 of 361 ~ 25.48%

%45.15
%29.36
%25.48

CMYK color model

#A36A5C color CMYK value is (0,35,44,36).

  • cyan value is 0.00%
  • magenta value is 34.97%
  • yellow value is 43.56%
  • key color value is 36.08%
CMYK:
(0,35,44,36)
C0M35Y44K36 
(0%,35%,44%,36%)
(0.00/0.35/0.44/0.36)	

CMYK percentages

%0
%34.97
%43.56
%36.08

Codes

Color #A36A5C in popluar color models

A36A5C
RGB16310692
HSL12°27.84%50.00%
HSB/HSV12°43.56%63.92%
CMYK0.00%34.97%43.56%
36.08%

Color #A36A5C in popluar number systems.

HEXA36A5C
Decimal16310692
Binary1010001111010101011100
Octal243152134

Shades and tints

Shades of #A36A5C

#A36A5C
(163,106,92)
#956154
(149,97,84)
#87584C
(135,88,76)
#794F44
(121,79,68)
#6B463C
(107,70,60)
#5D3D34
(93,61,52)
#4F342C
(79,52,44)
#412B24
(65,43,36)
#33221C
(51,34,28)
#251914
(37,25,20)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #A36A5C

#A36A5C
(163,106,92)
#AB776A
(171,119,106)
#B38478
(179,132,120)
#BB9186
(187,145,134)
#C39E94
(195,158,148)
#CBABA2
(203,171,162)
#D3B8B0
(211,184,176)
#DBC5BE
(219,197,190)
#E3D2CC
(227,210,204)
#EBDFDA
(235,223,218)
#F3ECE8
(243,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36A5C; }

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

This text font color is #A36A5C.


Background Color

.myBgColor { background-color: #A36A5C; }

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

This div background color is #A36A5C.


Border color

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

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

This div border color is #A36A5C.


Opacity

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

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

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

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

This text has shadow with #A36A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36A5C on black background.


Color preview on white background

This text has color #A36A5C on white background.



Black color preview on #A36A5C background

This text has black color on #A36A5C background.


White color preview on #A36A5C background

This text has white color on #A36A5C background.