COLOR #A36883

HEX: #A36883
RGB: (163,104,131)

Color info

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

RGB color model

#A36883 color RGB value is (163,104,131).

  • red value is 163;
  • green value is 104;
  • blue value is 131.
RGB:
(163,104,131)
(64%,41%,51%)

RGB channels and saturation

R 163 of 255 = 64%
G 104 of 255 = 41%
B 131 of 255 = 51%

163
104
131

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

Portions of RGB colors in percentages

R + G + B =
163 + 104 + 131 = 398 (100%)
R 163 of 398 ~ 40.95%
G 104 of 398 ~ 26.13%
B 131 of 398 ~ 32.91%

%40.95
%26.13
%32.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.20%
  • yellow value is 19.63%
  • key color value is 36.08%
CMYK:
(0,36,20,36)
C0M36Y20K36 
(0%,36%,20%,36%)
(0.00/0.36/0.20/0.36)	

CMYK percentages

%0
%36.2
%19.63
%36.08

Codes

Color #A36883 in popluar color models

A36883
RGB163104131
HSL333°24.28%52.35%
HSB/HSV333°36.20%63.92%
CMYK0.00%36.20%19.63%
36.08%

Color #A36883 in popluar number systems.

HEXA36883
Decimal163104131
Binary10100011110100010000011
Octal243150203

Shades and tints

Shades of #A36883

#A36883
(163,104,131)
#955F78
(149,95,120)
#87566D
(135,86,109)
#794D62
(121,77,98)
#6B4457
(107,68,87)
#5D3B4C
(93,59,76)
#4F3241
(79,50,65)
#412936
(65,41,54)
#33202B
(51,32,43)
#251720
(37,23,32)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #A36883

#A36883
(163,104,131)
#AB758E
(171,117,142)
#B38299
(179,130,153)
#BB8FA4
(187,143,164)
#C39CAF
(195,156,175)
#CBA9BA
(203,169,186)
#D3B6C5
(211,182,197)
#DBC3D0
(219,195,208)
#E3D0DB
(227,208,219)
#EBDDE6
(235,221,230)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36883; }

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

This text font color is #A36883.


Background Color

.myBgColor { background-color: #A36883; }

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

This div background color is #A36883.


Border color

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

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

This div border color is #A36883.


Opacity

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

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

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

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

This text has shadow with #A36883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36883 on black background.


Color preview on white background

This text has color #A36883 on white background.



Black color preview on #A36883 background

This text has black color on #A36883 background.


White color preview on #A36883 background

This text has white color on #A36883 background.