COLOR #A36D7E

HEX: #A36D7E RGB: (163,109,126)

Color info

#A36D7E contains red, green and blue colors in about the same proportion. Web safe color of #A36D7E is #996666 (or #966).

RGB color model

#A36D7E color RGB value is (163,109,126).

RGB: (163,109,126) (64%, 43%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 109 of 255 = 43%
B 126 of 255 = 49%

163
109
126

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

Portions of RGB colors in percentages

R + G + B = 163 + 109 + 126 = 398 (100%)
R 163 of 398 ~ 40.95%
G 109 of 398 ~ 27.39%
B 126 of 398 ~ 31.66'%

%40.95
%27.39
%31.66

CMYK color model

#A36D7E color CMYK value is (0,33,23,36).

  • cyan value is 0.00%
  • magenta value is 33.13%
  • yellow value is 22.70%
  • key color value is 36.08%

CMYK: (0,33,23,36)
C0M33Y23K36 (0%, 33%, 23%, 36%)
(0.00 / 0.33 / 0.23 / 0.36)

CMYK percentages

%0
%33.13
%22.7
%36.08

Codes

Color #A36D7E in popluar color models

A3 6D 7E
RGB 163 109 126
HSL 341° 22.69% 53.33%
HSB/HSV 341° 33.13% 63.92%
CMYK 0.00% 33.13% 22.70%
36.08%

Color #A36D7E in popluar number systems.

HEX A3 6D 7E
Decimal 163 109 126
Binary 10100011 1101101 1111110
Octal 243 155 176

Shades and tints

Shades of #A36D7E

#A36D7E
(163,109,126)
#956473
(149,100,115)
#875B68
(135,91,104)
#79525D
(121,82,93)
#6B4952
(107,73,82)
#5D4047
(93,64,71)
#4F373C
(79,55,60)
#412E31
(65,46,49)
#332526
(51,37,38)
#251C1B
(37,28,27)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #A36D7E

#A36D7E
(163,109,126)
#AB7A89
(171,122,137)
#B38794
(179,135,148)
#BB949F
(187,148,159)
#C3A1AA
(195,161,170)
#CBAEB5
(203,174,181)
#D3BBC0
(211,187,192)
#DBC8CB
(219,200,203)
#E3D5D6
(227,213,214)
#EBE2E1
(235,226,225)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36D7E color. Also use rgb(163,109,126) instead hex code.

Text Font Color

.myTextColor { color: #A36D7E; }

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

This text font color is #A36D7E.

Background Color

.myBgColor { background-color: #A36D7E; }

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

This div background color is #A36D7E.

Border color

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

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

This div border color is #A36D7E.

Opacity

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

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

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

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

This text has shadow with #A36D7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A36D7E.

Preview

Color preview on black background

This text has color #A36D7E on black background.


Color preview on white background

This text has color #A36D7E on white background.


Black color preview on #A36D7E background

This text has black color on #A36D7E background.


White color preview on #A36D7E background

This text has white color on #A36D7E background.


Related colors

Complementary color

Complementary color for #hex is #5C9281.


I love getcolorcode.com

Triadic colors

1 #7EA36D and #6D7EA3 with #A36D7E are triadic colors.

2 #7E6DA3 and #6DA37E with #A36D7E are triadic colors.