COLOR #A36888

HEX: #A36888
RGB: (163,104,136)

Color info

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

RGB color model

#A36888 color RGB value is (163,104,136).

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

RGB channels and saturation

R 163 of 255 = 64%
G 104 of 255 = 41%
B 136 of 255 = 53%

163
104
136

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

Portions of RGB colors in percentages

R + G + B =
163 + 104 + 136 = 403 (100%)
R 163 of 403 ~ 40.45%
G 104 of 403 ~ 25.81%
B 136 of 403 ~ 33.75%

%40.45
%25.81
%33.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.20%
  • yellow value is 16.56%
  • key color value is 36.08%
CMYK:
(0,36,17,36)
C0M36Y17K36 
(0%,36%,17%,36%)
(0.00/0.36/0.17/0.36)	

CMYK percentages

%0
%36.2
%16.56
%36.08

Codes

Color #A36888 in popluar color models

A36888
RGB163104136
HSL327°24.28%52.35%
HSB/HSV327°36.20%63.92%
CMYK0.00%36.20%16.56%
36.08%

Color #A36888 in popluar number systems.

HEXA36888
Decimal163104136
Binary10100011110100010001000
Octal243150210

Shades and tints

Shades of #A36888

#A36888
(163,104,136)
#955F7C
(149,95,124)
#875670
(135,86,112)
#794D64
(121,77,100)
#6B4458
(107,68,88)
#5D3B4C
(93,59,76)
#4F3240
(79,50,64)
#412934
(65,41,52)
#332028
(51,32,40)
#25171C
(37,23,28)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #A36888

#A36888
(163,104,136)
#AB7592
(171,117,146)
#B3829C
(179,130,156)
#BB8FA6
(187,143,166)
#C39CB0
(195,156,176)
#CBA9BA
(203,169,186)
#D3B6C4
(211,182,196)
#DBC3CE
(219,195,206)
#E3D0D8
(227,208,216)
#EBDDE2
(235,221,226)
#F3EAEC
(243,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36888; }

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

This text font color is #A36888.


Background Color

.myBgColor { background-color: #A36888; }

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

This div background color is #A36888.


Border color

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

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

This div border color is #A36888.


Opacity

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

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

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

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

This text has shadow with #A36888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36888 on black background.


Color preview on white background

This text has color #A36888 on white background.



Black color preview on #A36888 background

This text has black color on #A36888 background.


White color preview on #A36888 background

This text has white color on #A36888 background.