COLOR #A36B88

HEX: #A36B88
RGB: (163,107,136)

Color info

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

RGB color model

#A36B88 color RGB value is (163,107,136).

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

RGB channels and saturation

R 163 of 255 = 64%
G 107 of 255 = 42%
B 136 of 255 = 53%

163
107
136

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

Portions of RGB colors in percentages

R + G + B =
163 + 107 + 136 = 406 (100%)
R 163 of 406 ~ 40.15%
G 107 of 406 ~ 26.35%
B 136 of 406 ~ 33.5%

%40.15
%26.35
%33.5

CMYK color model

#A36B88 color CMYK value is (0,34,17,36).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 16.56%
  • key color value is 36.08%
CMYK:
(0,34,17,36)
C0M34Y17K36 
(0%,34%,17%,36%)
(0.00/0.34/0.17/0.36)	

CMYK percentages

%0
%34.36
%16.56
%36.08

Codes

Color #A36B88 in popluar color models

A36B88
RGB163107136
HSL329°23.33%52.94%
HSB/HSV329°34.36%63.92%
CMYK0.00%34.36%16.56%
36.08%

Color #A36B88 in popluar number systems.

HEXA36B88
Decimal163107136
Binary10100011110101110001000
Octal243153210

Shades and tints

Shades of #A36B88

#A36B88
(163,107,136)
#95627C
(149,98,124)
#875970
(135,89,112)
#795064
(121,80,100)
#6B4758
(107,71,88)
#5D3E4C
(93,62,76)
#4F3540
(79,53,64)
#412C34
(65,44,52)
#332328
(51,35,40)
#251A1C
(37,26,28)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #A36B88

#A36B88
(163,107,136)
#AB7892
(171,120,146)
#B3859C
(179,133,156)
#BB92A6
(187,146,166)
#C39FB0
(195,159,176)
#CBACBA
(203,172,186)
#D3B9C4
(211,185,196)
#DBC6CE
(219,198,206)
#E3D3D8
(227,211,216)
#EBE0E2
(235,224,226)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36B88; }

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

This text font color is #A36B88.


Background Color

.myBgColor { background-color: #A36B88; }

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

This div background color is #A36B88.


Border color

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

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

This div border color is #A36B88.


Opacity

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

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

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

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

This text has shadow with #A36B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36B88 on black background.


Color preview on white background

This text has color #A36B88 on white background.



Black color preview on #A36B88 background

This text has black color on #A36B88 background.


White color preview on #A36B88 background

This text has white color on #A36B88 background.