COLOR #A36A63

HEX: #A36A63 RGB: (163,106,99)

Color info

#A36A63 contains mainly red and green colors. Web safe color of #A36A63 is #996666 (or #966).

RGB color model

#A36A63 color RGB value is (163,106,99).

RGB: (163,106,99) (64%, 42%, 39%)

RGB channels and saturation

R 163 of 255 = 64%
G 106 of 255 = 42%
B 99 of 255 = 39%

163
106
99

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

Portions of RGB colors in percentages

R + G + B = 163 + 106 + 99 = 368 (100%)
R 163 of 368 ~ 44.29%
G 106 of 368 ~ 28.8%
B 99 of 368 ~ 26.9'%

%44.29
%28.8
%26.9

CMYK color model

#A36A63 color CMYK value is (0,35,39,36).

  • cyan value is 0.00%
  • magenta value is 34.97%
  • yellow value is 39.26%
  • key color value is 36.08%

CMYK: (0,35,39,36)
C0M35Y39K36 (0%, 35%, 39%, 36%)
(0.00 / 0.35 / 0.39 / 0.36)

CMYK percentages

%0
%34.97
%39.26
%36.08

Codes

Color #A36A63 in popluar color models

A3 6A 63
RGB 163 106 99
HSL 25.81% 51.37%
HSB/HSV 39.26% 63.92%
CMYK 0.00% 34.97% 39.26%
36.08%

Color #A36A63 in popluar number systems.

HEX A3 6A 63
Decimal 163 106 99
Binary 10100011 1101010 1100011
Octal 243 152 143

Shades and tints

Shades of #A36A63

#A36A63
(163,106,99)
#95615A
(149,97,90)
#875851
(135,88,81)
#794F48
(121,79,72)
#6B463F
(107,70,63)
#5D3D36
(93,61,54)
#4F342D
(79,52,45)
#412B24
(65,43,36)
#33221B
(51,34,27)
#251912
(37,25,18)
#171009
(23,16,9)
#000000
(0,0,0)

Tints of #A36A63

#A36A63
(163,106,99)
#AB7771
(171,119,113)
#B3847F
(179,132,127)
#BB918D
(187,145,141)
#C39E9B
(195,158,155)
#CBABA9
(203,171,169)
#D3B8B7
(211,184,183)
#DBC5C5
(219,197,197)
#E3D2D3
(227,210,211)
#EBDFE1
(235,223,225)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36A63; }

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

This text font color is #A36A63.

Background Color

.myBgColor { background-color: #A36A63; }

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

This div background color is #A36A63.

Border color

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

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

This div border color is #A36A63.

Opacity

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

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

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

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

This text has shadow with #A36A63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A36A63.

Preview

Color preview on black background

This text has color #A36A63 on black background.


Color preview on white background

This text has color #A36A63 on white background.


Black color preview on #A36A63 background

This text has black color on #A36A63 background.


White color preview on #A36A63 background

This text has white color on #A36A63 background.


Related colors

Complementary color

Complementary color for #hex is #5C959C.


I love getcolorcode.com

Triadic colors

1 #63A36A and #6A63A3 with #A36A63 are triadic colors.

2 #636AA3 and #6AA363 with #A36A63 are triadic colors.