COLOR #A39F63

HEX: #A39F63 RGB: (163,159,99)

Color info

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

RGB color model

#A39F63 color RGB value is (163,159,99).

RGB: (163,159,99) (64%, 62%, 39%)

RGB channels and saturation

R 163 of 255 = 64%
G 159 of 255 = 62%
B 99 of 255 = 39%

163
159
99

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

Portions of RGB colors in percentages

R + G + B = 163 + 159 + 99 = 421 (100%)
R 163 of 421 ~ 38.72%
G 159 of 421 ~ 37.77%
B 99 of 421 ~ 23.52'%

%38.72
%37.77
%23.52

CMYK color model

#A39F63 color CMYK value is (0,2,39,36).

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

CMYK: (0,2,39,36)
C0M2Y39K36 (0%, 2%, 39%, 36%)
(0.00 / 0.02 / 0.39 / 0.36)

CMYK percentages

%0
%2.45
%39.26
%36.08

Codes

Color #A39F63 in popluar color models

A3 9F 63
RGB 163 159 99
HSL 56° 25.81% 51.37%
HSB/HSV 56° 39.26% 63.92%
CMYK 0.00% 2.45% 39.26%
36.08%

Color #A39F63 in popluar number systems.

HEX A3 9F 63
Decimal 163 159 99
Binary 10100011 10011111 1100011
Octal 243 237 143

Shades and tints

Shades of #A39F63

#A39F63
(163,159,99)
#95915A
(149,145,90)
#878351
(135,131,81)
#797548
(121,117,72)
#6B673F
(107,103,63)
#5D5936
(93,89,54)
#4F4B2D
(79,75,45)
#413D24
(65,61,36)
#332F1B
(51,47,27)
#252112
(37,33,18)
#171309
(23,19,9)
#000000
(0,0,0)

Tints of #A39F63

#A39F63
(163,159,99)
#ABA771
(171,167,113)
#B3AF7F
(179,175,127)
#BBB78D
(187,183,141)
#C3BF9B
(195,191,155)
#CBC7A9
(203,199,169)
#D3CFB7
(211,207,183)
#DBD7C5
(219,215,197)
#E3DFD3
(227,223,211)
#EBE7E1
(235,231,225)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39F63; }

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

This text font color is #A39F63.

Background Color

.myBgColor { background-color: #A39F63; }

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

This div background color is #A39F63.

Border color

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

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

This div border color is #A39F63.

Opacity

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

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

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

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

This text has shadow with #A39F63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39F63.

Preview

Color preview on black background

This text has color #A39F63 on black background.


Color preview on white background

This text has color #A39F63 on white background.


Black color preview on #A39F63 background

This text has black color on #A39F63 background.


White color preview on #A39F63 background

This text has white color on #A39F63 background.


Related colors

Complementary color

Complementary color for #hex is #5C609C.


I love getcolorcode.com

Triadic colors

1 #63A39F and #9F63A3 with #A39F63 are triadic colors.

2 #639FA3 and #9FA363 with #A39F63 are triadic colors.