COLOR #A36584

HEX: #A36584
RGB: (163,101,132)

Color info

#A36584 contains mainly red and blue colors. Web safe color of #A36584 is #996699 (or #969).

RGB color model

#A36584 color RGB value is (163,101,132).

  • red value is 163;
  • green value is 101;
  • blue value is 132.
RGB:
(163,101,132)
(64%,40%,52%)

RGB channels and saturation

R 163 of 255 = 64%
G 101 of 255 = 40%
B 132 of 255 = 52%

163
101
132

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

Portions of RGB colors in percentages

R + G + B =
163 + 101 + 132 = 396 (100%)
R 163 of 396 ~ 41.16%
G 101 of 396 ~ 25.51%
B 132 of 396 ~ 33.33%

%41.16
%25.51
%33.33

CMYK color model

#A36584 color CMYK value is (0,38,19,36).

  • cyan value is 0.00%
  • magenta value is 38.04%
  • yellow value is 19.02%
  • key color value is 36.08%
CMYK:
(0,38,19,36)
C0M38Y19K36 
(0%,38%,19%,36%)
(0.00/0.38/0.19/0.36)	

CMYK percentages

%0
%38.04
%19.02
%36.08

Codes

Color #A36584 in popluar color models

A36584
RGB163101132
HSL330°25.20%51.76%
HSB/HSV330°38.04%63.92%
CMYK0.00%38.04%19.02%
36.08%

Color #A36584 in popluar number systems.

HEXA36584
Decimal163101132
Binary10100011110010110000100
Octal243145204

Shades and tints

Shades of #A36584

#A36584
(163,101,132)
#955C78
(149,92,120)
#87536C
(135,83,108)
#794A60
(121,74,96)
#6B4154
(107,65,84)
#5D3848
(93,56,72)
#4F2F3C
(79,47,60)
#412630
(65,38,48)
#331D24
(51,29,36)
#251418
(37,20,24)
#170B0C
(23,11,12)
#000000
(0,0,0)

Tints of #A36584

#A36584
(163,101,132)
#AB738F
(171,115,143)
#B3819A
(179,129,154)
#BB8FA5
(187,143,165)
#C39DB0
(195,157,176)
#CBABBB
(203,171,187)
#D3B9C6
(211,185,198)
#DBC7D1
(219,199,209)
#E3D5DC
(227,213,220)
#EBE3E7
(235,227,231)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36584 color. Also use rgb(163,101,132) instead hex code.

Text Font Color

.myTextColor { color: #A36584; }

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

This text font color is #A36584.


Background Color

.myBgColor { background-color: #A36584; }

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

This div background color is #A36584.


Border color

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

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

This div border color is #A36584.


Opacity

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

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

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

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

This text has shadow with #A36584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36584 on black background.


Color preview on white background

This text has color #A36584 on white background.



Black color preview on #A36584 background

This text has black color on #A36584 background.


White color preview on #A36584 background

This text has white color on #A36584 background.