COLOR #A36994

HEX: #A36994
RGB: (163,105,148)

Color info

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

RGB color model

#A36994 color RGB value is (163,105,148).

  • red value is 163;
  • green value is 105;
  • blue value is 148.
RGB:
(163,105,148)
(64%,41%,58%)

RGB channels and saturation

R 163 of 255 = 64%
G 105 of 255 = 41%
B 148 of 255 = 58%

163
105
148

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

Portions of RGB colors in percentages

R + G + B =
163 + 105 + 148 = 416 (100%)
R 163 of 416 ~ 39.18%
G 105 of 416 ~ 25.24%
B 148 of 416 ~ 35.58%

%39.18
%25.24
%35.58

CMYK color model

#A36994 color CMYK value is (0,36,9,36).

  • cyan value is 0.00%
  • magenta value is 35.58%
  • yellow value is 9.20%
  • key color value is 36.08%
CMYK:
(0,36,9,36)
C0M36Y9K36 
(0%,36%,9%,36%)
(0.00/0.36/0.09/0.36)	

CMYK percentages

%0
%35.58
%9.2
%36.08

Codes

Color #A36994 in popluar color models

A36994
RGB163105148
HSL316°23.97%52.55%
HSB/HSV316°35.58%63.92%
CMYK0.00%35.58%9.20%
36.08%

Color #A36994 in popluar number systems.

HEXA36994
Decimal163105148
Binary10100011110100110010100
Octal243151224

Shades and tints

Shades of #A36994

#A36994
(163,105,148)
#956087
(149,96,135)
#87577A
(135,87,122)
#794E6D
(121,78,109)
#6B4560
(107,69,96)
#5D3C53
(93,60,83)
#4F3346
(79,51,70)
#412A39
(65,42,57)
#33212C
(51,33,44)
#25181F
(37,24,31)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #A36994

#A36994
(163,105,148)
#AB769D
(171,118,157)
#B383A6
(179,131,166)
#BB90AF
(187,144,175)
#C39DB8
(195,157,184)
#CBAAC1
(203,170,193)
#D3B7CA
(211,183,202)
#DBC4D3
(219,196,211)
#E3D1DC
(227,209,220)
#EBDEE5
(235,222,229)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36994 color. Also use rgb(163,105,148) instead hex code.

Text Font Color

.myTextColor { color: #A36994; }

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

This text font color is #A36994.


Background Color

.myBgColor { background-color: #A36994; }

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

This div background color is #A36994.


Border color

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

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

This div border color is #A36994.


Opacity

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

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

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

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

This text has shadow with #A36994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36994 on black background.


Color preview on white background

This text has color #A36994 on white background.



Black color preview on #A36994 background

This text has black color on #A36994 background.


White color preview on #A36994 background

This text has white color on #A36994 background.