COLOR #A36B92

HEX: #A36B92
RGB: (163,107,146)

Color info

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

RGB color model

#A36B92 color RGB value is (163,107,146).

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

RGB channels and saturation

R 163 of 255 = 64%
G 107 of 255 = 42%
B 146 of 255 = 57%

163
107
146

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

Portions of RGB colors in percentages

R + G + B =
163 + 107 + 146 = 416 (100%)
R 163 of 416 ~ 39.18%
G 107 of 416 ~ 25.72%
B 146 of 416 ~ 35.1%

%39.18
%25.72
%35.1

CMYK color model

#A36B92 color CMYK value is (0,34,10,36).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 10.43%
  • key color value is 36.08%
CMYK:
(0,34,10,36)
C0M34Y10K36 
(0%,34%,10%,36%)
(0.00/0.34/0.10/0.36)	

CMYK percentages

%0
%34.36
%10.43
%36.08

Codes

Color #A36B92 in popluar color models

A36B92
RGB163107146
HSL318°23.33%52.94%
HSB/HSV318°34.36%63.92%
CMYK0.00%34.36%10.43%
36.08%

Color #A36B92 in popluar number systems.

HEXA36B92
Decimal163107146
Binary10100011110101110010010
Octal243153222

Shades and tints

Shades of #A36B92

#A36B92
(163,107,146)
#956285
(149,98,133)
#875978
(135,89,120)
#79506B
(121,80,107)
#6B475E
(107,71,94)
#5D3E51
(93,62,81)
#4F3544
(79,53,68)
#412C37
(65,44,55)
#33232A
(51,35,42)
#251A1D
(37,26,29)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #A36B92

#A36B92
(163,107,146)
#AB789B
(171,120,155)
#B385A4
(179,133,164)
#BB92AD
(187,146,173)
#C39FB6
(195,159,182)
#CBACBF
(203,172,191)
#D3B9C8
(211,185,200)
#DBC6D1
(219,198,209)
#E3D3DA
(227,211,218)
#EBE0E3
(235,224,227)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36B92; }

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

This text font color is #A36B92.


Background Color

.myBgColor { background-color: #A36B92; }

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

This div background color is #A36B92.


Border color

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

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

This div border color is #A36B92.


Opacity

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

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

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

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

This text has shadow with #A36B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36B92 on black background.


Color preview on white background

This text has color #A36B92 on white background.



Black color preview on #A36B92 background

This text has black color on #A36B92 background.


White color preview on #A36B92 background

This text has white color on #A36B92 background.