COLOR #A39563

HEX: #A39563 RGB: (163,149,99)

Color info

#A39563 contains mainly red and green colors. Web safe color of #A39563 is #999966 (or #996).

RGB color model

#A39563 color RGB value is (163,149,99).

RGB: (163,149,99) (64%, 58%, 39%)

RGB channels and saturation

R 163 of 255 = 64%
G 149 of 255 = 58%
B 99 of 255 = 39%

163
149
99

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

Portions of RGB colors in percentages

R + G + B = 163 + 149 + 99 = 411 (100%)
R 163 of 411 ~ 39.66%
G 149 of 411 ~ 36.25%
B 99 of 411 ~ 24.09'%

%39.66
%36.25
%24.09

CMYK color model

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

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

CMYK: (0,9,39,36)
C0M9Y39K36 (0%, 9%, 39%, 36%)
(0.00 / 0.09 / 0.39 / 0.36)

CMYK percentages

%0
%8.59
%39.26
%36.08

Codes

Color #A39563 in popluar color models

A3 95 63
RGB 163 149 99
HSL 47° 25.81% 51.37%
HSB/HSV 47° 39.26% 63.92%
CMYK 0.00% 8.59% 39.26%
36.08%

Color #A39563 in popluar number systems.

HEX A3 95 63
Decimal 163 149 99
Binary 10100011 10010101 1100011
Octal 243 225 143

Shades and tints

Shades of #A39563

#A39563
(163,149,99)
#95885A
(149,136,90)
#877B51
(135,123,81)
#796E48
(121,110,72)
#6B613F
(107,97,63)
#5D5436
(93,84,54)
#4F472D
(79,71,45)
#413A24
(65,58,36)
#332D1B
(51,45,27)
#252012
(37,32,18)
#171309
(23,19,9)
#000000
(0,0,0)

Tints of #A39563

#A39563
(163,149,99)
#AB9E71
(171,158,113)
#B3A77F
(179,167,127)
#BBB08D
(187,176,141)
#C3B99B
(195,185,155)
#CBC2A9
(203,194,169)
#D3CBB7
(211,203,183)
#DBD4C5
(219,212,197)
#E3DDD3
(227,221,211)
#EBE6E1
(235,230,225)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39563; }

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

This text font color is #A39563.

Background Color

.myBgColor { background-color: #A39563; }

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

This div background color is #A39563.

Border color

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

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

This div border color is #A39563.

Opacity

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

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

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

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

This text has shadow with #A39563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39563.

Preview

Color preview on black background

This text has color #A39563 on black background.


Color preview on white background

This text has color #A39563 on white background.


Black color preview on #A39563 background

This text has black color on #A39563 background.


White color preview on #A39563 background

This text has white color on #A39563 background.


Related colors

Complementary color

Complementary color for #hex is #5C6A9C.


I love getcolorcode.com

Triadic colors

1 #63A395 and #9563A3 with #A39563 are triadic colors.

2 #6395A3 and #95A363 with #A39563 are triadic colors.