COLOR #A36A8E

HEX: #A36A8E
RGB: (163,106,142)

Color info

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

RGB color model

#A36A8E color RGB value is (163,106,142).

  • red value is 163;
  • green value is 106;
  • blue value is 142.
RGB:
(163,106,142)
(64%,42%,56%)

RGB channels and saturation

R 163 of 255 = 64%
G 106 of 255 = 42%
B 142 of 255 = 56%

163
106
142

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

Portions of RGB colors in percentages

R + G + B =
163 + 106 + 142 = 411 (100%)
R 163 of 411 ~ 39.66%
G 106 of 411 ~ 25.79%
B 142 of 411 ~ 34.55%

%39.66
%25.79
%34.55

CMYK color model

#A36A8E color CMYK value is (0,35,13,36).

  • cyan value is 0.00%
  • magenta value is 34.97%
  • yellow value is 12.88%
  • key color value is 36.08%
CMYK:
(0,35,13,36)
C0M35Y13K36 
(0%,35%,13%,36%)
(0.00/0.35/0.13/0.36)	

CMYK percentages

%0
%34.97
%12.88
%36.08

Codes

Color #A36A8E in popluar color models

A36A8E
RGB163106142
HSL322°23.65%52.75%
HSB/HSV322°34.97%63.92%
CMYK0.00%34.97%12.88%
36.08%

Color #A36A8E in popluar number systems.

HEXA36A8E
Decimal163106142
Binary10100011110101010001110
Octal243152216

Shades and tints

Shades of #A36A8E

#A36A8E
(163,106,142)
#956182
(149,97,130)
#875876
(135,88,118)
#794F6A
(121,79,106)
#6B465E
(107,70,94)
#5D3D52
(93,61,82)
#4F3446
(79,52,70)
#412B3A
(65,43,58)
#33222E
(51,34,46)
#251922
(37,25,34)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #A36A8E

#A36A8E
(163,106,142)
#AB7798
(171,119,152)
#B384A2
(179,132,162)
#BB91AC
(187,145,172)
#C39EB6
(195,158,182)
#CBABC0
(203,171,192)
#D3B8CA
(211,184,202)
#DBC5D4
(219,197,212)
#E3D2DE
(227,210,222)
#EBDFE8
(235,223,232)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36A8E color. Also use rgb(163,106,142) instead hex code.

Text Font Color

.myTextColor { color: #A36A8E; }

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

This text font color is #A36A8E.


Background Color

.myBgColor { background-color: #A36A8E; }

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

This div background color is #A36A8E.


Border color

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

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

This div border color is #A36A8E.


Opacity

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

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

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

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

This text has shadow with #A36A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36A8E on black background.


Color preview on white background

This text has color #A36A8E on white background.



Black color preview on #A36A8E background

This text has black color on #A36A8E background.


White color preview on #A36A8E background

This text has white color on #A36A8E background.