COLOR #A36B97

HEX: #A36B97
RGB: (163,107,151)

Color info

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

RGB color model

#A36B97 color RGB value is (163,107,151).

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

RGB channels and saturation

R 163 of 255 = 64%
G 107 of 255 = 42%
B 151 of 255 = 59%

163
107
151

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

Portions of RGB colors in percentages

R + G + B =
163 + 107 + 151 = 421 (100%)
R 163 of 421 ~ 38.72%
G 107 of 421 ~ 25.42%
B 151 of 421 ~ 35.87%

%38.72
%25.42
%35.87

CMYK color model

#A36B97 color CMYK value is (0,34,7,36).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 7.36%
  • key color value is 36.08%
CMYK:
(0,34,7,36)
C0M34Y7K36 
(0%,34%,7%,36%)
(0.00/0.34/0.07/0.36)	

CMYK percentages

%0
%34.36
%7.36
%36.08

Codes

Color #A36B97 in popluar color models

A36B97
RGB163107151
HSL313°23.33%52.94%
HSB/HSV313°34.36%63.92%
CMYK0.00%34.36%7.36%
36.08%

Color #A36B97 in popluar number systems.

HEXA36B97
Decimal163107151
Binary10100011110101110010111
Octal243153227

Shades and tints

Shades of #A36B97

#A36B97
(163,107,151)
#95628A
(149,98,138)
#87597D
(135,89,125)
#795070
(121,80,112)
#6B4763
(107,71,99)
#5D3E56
(93,62,86)
#4F3549
(79,53,73)
#412C3C
(65,44,60)
#33232F
(51,35,47)
#251A22
(37,26,34)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #A36B97

#A36B97
(163,107,151)
#AB78A0
(171,120,160)
#B385A9
(179,133,169)
#BB92B2
(187,146,178)
#C39FBB
(195,159,187)
#CBACC4
(203,172,196)
#D3B9CD
(211,185,205)
#DBC6D6
(219,198,214)
#E3D3DF
(227,211,223)
#EBE0E8
(235,224,232)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36B97; }

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

This text font color is #A36B97.


Background Color

.myBgColor { background-color: #A36B97; }

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

This div background color is #A36B97.


Border color

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

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

This div border color is #A36B97.


Opacity

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

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

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

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

This text has shadow with #A36B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36B97 on black background.


Color preview on white background

This text has color #A36B97 on white background.



Black color preview on #A36B97 background

This text has black color on #A36B97 background.


White color preview on #A36B97 background

This text has white color on #A36B97 background.