COLOR #A36B85

HEX: #A36B85 RGB: (163,107,133)

Color info

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

RGB color model

#A36B85 color RGB value is (163,107,133).

RGB: (163,107,133) (64%, 42%, 52%)

RGB channels and saturation

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

163
107
133

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

Portions of RGB colors in percentages

R + G + B = 163 + 107 + 133 = 403 (100%)
R 163 of 403 ~ 40.45%
G 107 of 403 ~ 26.55%
B 133 of 403 ~ 33'%

%40.45
%26.55
%33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 18.40%
  • key color value is 36.08%

CMYK: (0,34,18,36)
C0M34Y18K36 (0%, 34%, 18%, 36%)
(0.00 / 0.34 / 0.18 / 0.36)

CMYK percentages

%0
%34.36
%18.4
%36.08

Codes

Color #A36B85 in popluar color models

A3 6B 85
RGB 163 107 133
HSL 332° 23.33% 52.94%
HSB/HSV 332° 34.36% 63.92%
CMYK 0.00% 34.36% 18.40%
36.08%

Color #A36B85 in popluar number systems.

HEX A3 6B 85
Decimal 163 107 133
Binary 10100011 1101011 10000101
Octal 243 153 205

Shades and tints

Shades of #A36B85

#A36B85
(163,107,133)
#956279
(149,98,121)
#87596D
(135,89,109)
#795061
(121,80,97)
#6B4755
(107,71,85)
#5D3E49
(93,62,73)
#4F353D
(79,53,61)
#412C31
(65,44,49)
#332325
(51,35,37)
#251A19
(37,26,25)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #A36B85

#A36B85
(163,107,133)
#AB7890
(171,120,144)
#B3859B
(179,133,155)
#BB92A6
(187,146,166)
#C39FB1
(195,159,177)
#CBACBC
(203,172,188)
#D3B9C7
(211,185,199)
#DBC6D2
(219,198,210)
#E3D3DD
(227,211,221)
#EBE0E8
(235,224,232)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36B85; }

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

This text font color is #A36B85.

Background Color

.myBgColor { background-color: #A36B85; }

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

This div background color is #A36B85.

Border color

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

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

This div border color is #A36B85.

Opacity

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

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

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

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

This text has shadow with #A36B85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A36B85.

Preview

Color preview on black background

This text has color #A36B85 on black background.


Color preview on white background

This text has color #A36B85 on white background.


Black color preview on #A36B85 background

This text has black color on #A36B85 background.


White color preview on #A36B85 background

This text has white color on #A36B85 background.


Related colors

Complementary color

Complementary color for #hex is #5C947A.


I love getcolorcode.com

Triadic colors

1 #85A36B and #6B85A3 with #A36B85 are triadic colors.

2 #856BA3 and #6BA385 with #A36B85 are triadic colors.