COLOR #A36899

HEX: #A36899
RGB: (163,104,153)

Color info

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

RGB color model

#A36899 color RGB value is (163,104,153).

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

RGB channels and saturation

R 163 of 255 = 64%
G 104 of 255 = 41%
B 153 of 255 = 60%

163
104
153

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

Portions of RGB colors in percentages

R + G + B =
163 + 104 + 153 = 420 (100%)
R 163 of 420 ~ 38.81%
G 104 of 420 ~ 24.76%
B 153 of 420 ~ 36.43%

%38.81
%24.76
%36.43

CMYK color model

#A36899 color CMYK value is (0,36,6,36).

  • cyan value is 0.00%
  • magenta value is 36.20%
  • yellow value is 6.13%
  • key color value is 36.08%
CMYK:
(0,36,6,36)
C0M36Y6K36 
(0%,36%,6%,36%)
(0.00/0.36/0.06/0.36)	

CMYK percentages

%0
%36.2
%6.13
%36.08

Codes

Color #A36899 in popluar color models

A36899
RGB163104153
HSL310°24.28%52.35%
HSB/HSV310°36.20%63.92%
CMYK0.00%36.20%6.13%
36.08%

Color #A36899 in popluar number systems.

HEXA36899
Decimal163104153
Binary10100011110100010011001
Octal243150231

Shades and tints

Shades of #A36899

#A36899
(163,104,153)
#955F8C
(149,95,140)
#87567F
(135,86,127)
#794D72
(121,77,114)
#6B4465
(107,68,101)
#5D3B58
(93,59,88)
#4F324B
(79,50,75)
#41293E
(65,41,62)
#332031
(51,32,49)
#251724
(37,23,36)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #A36899

#A36899
(163,104,153)
#AB75A2
(171,117,162)
#B382AB
(179,130,171)
#BB8FB4
(187,143,180)
#C39CBD
(195,156,189)
#CBA9C6
(203,169,198)
#D3B6CF
(211,182,207)
#DBC3D8
(219,195,216)
#E3D0E1
(227,208,225)
#EBDDEA
(235,221,234)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36899; }

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

This text font color is #A36899.


Background Color

.myBgColor { background-color: #A36899; }

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

This div background color is #A36899.


Border color

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

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

This div border color is #A36899.


Opacity

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

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

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

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

This text has shadow with #A36899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36899 on black background.


Color preview on white background

This text has color #A36899 on white background.



Black color preview on #A36899 background

This text has black color on #A36899 background.


White color preview on #A36899 background

This text has white color on #A36899 background.