COLOR #A36C82

HEX: #A36C82
RGB: (163,108,130)

Color info

#A36C82 contains red, green and blue colors in about the same proportion. Web safe color of #A36C82 is #996699 (or #969).

RGB color model

#A36C82 color RGB value is (163,108,130).

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

RGB channels and saturation

R 163 of 255 = 64%
G 108 of 255 = 42%
B 130 of 255 = 51%

163
108
130

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

Portions of RGB colors in percentages

R + G + B =
163 + 108 + 130 = 401 (100%)
R 163 of 401 ~ 40.65%
G 108 of 401 ~ 26.93%
B 130 of 401 ~ 32.42%

%40.65
%26.93
%32.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.74%
  • yellow value is 20.25%
  • key color value is 36.08%
CMYK:
(0,34,20,36)
C0M34Y20K36 
(0%,34%,20%,36%)
(0.00/0.34/0.20/0.36)	

CMYK percentages

%0
%33.74
%20.25
%36.08

Codes

Color #A36C82 in popluar color models

A36C82
RGB163108130
HSL336°23.01%53.14%
HSB/HSV336°33.74%63.92%
CMYK0.00%33.74%20.25%
36.08%

Color #A36C82 in popluar number systems.

HEXA36C82
Decimal163108130
Binary10100011110110010000010
Octal243154202

Shades and tints

Shades of #A36C82

#A36C82
(163,108,130)
#956377
(149,99,119)
#875A6C
(135,90,108)
#795161
(121,81,97)
#6B4856
(107,72,86)
#5D3F4B
(93,63,75)
#4F3640
(79,54,64)
#412D35
(65,45,53)
#33242A
(51,36,42)
#251B1F
(37,27,31)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #A36C82

#A36C82
(163,108,130)
#AB798D
(171,121,141)
#B38698
(179,134,152)
#BB93A3
(187,147,163)
#C3A0AE
(195,160,174)
#CBADB9
(203,173,185)
#D3BAC4
(211,186,196)
#DBC7CF
(219,199,207)
#E3D4DA
(227,212,218)
#EBE1E5
(235,225,229)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36C82; }

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

This text font color is #A36C82.


Background Color

.myBgColor { background-color: #A36C82; }

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

This div background color is #A36C82.


Border color

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

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

This div border color is #A36C82.


Opacity

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

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

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

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

This text has shadow with #A36C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36C82 on black background.


Color preview on white background

This text has color #A36C82 on white background.



Black color preview on #A36C82 background

This text has black color on #A36C82 background.


White color preview on #A36C82 background

This text has white color on #A36C82 background.