COLOR #A39B7C

HEX: #A39B7C RGB: (163,155,124)

Color info

#A39B7C contains red, green and blue colors in about the same proportion. Web safe color of #A39B7C is #999966 (or #996).

RGB color model

#A39B7C color RGB value is (163,155,124).

RGB: (163,155,124) (64%, 61%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 155 of 255 = 61%
B 124 of 255 = 49%

163
155
124

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

Portions of RGB colors in percentages

R + G + B = 163 + 155 + 124 = 442 (100%)
R 163 of 442 ~ 36.88%
G 155 of 442 ~ 35.07%
B 124 of 442 ~ 28.05'%

%36.88
%35.07
%28.05

CMYK color model

#A39B7C color CMYK value is (0,5,24,36).

  • cyan value is 0.00%
  • magenta value is 4.91%
  • yellow value is 23.93%
  • key color value is 36.08%

CMYK: (0,5,24,36)
C0M5Y24K36 (0%, 5%, 24%, 36%)
(0.00 / 0.05 / 0.24 / 0.36)

CMYK percentages

%0
%4.91
%23.93
%36.08

Codes

Color #A39B7C in popluar color models

A3 9B 7C
RGB 163 155 124
HSL 48° 17.49% 56.27%
HSB/HSV 48° 23.93% 63.92%
CMYK 0.00% 4.91% 23.93%
36.08%

Color #A39B7C in popluar number systems.

HEX A3 9B 7C
Decimal 163 155 124
Binary 10100011 10011011 1111100
Octal 243 233 174

Shades and tints

Shades of #A39B7C

#A39B7C
(163,155,124)
#958D71
(149,141,113)
#877F66
(135,127,102)
#79715B
(121,113,91)
#6B6350
(107,99,80)
#5D5545
(93,85,69)
#4F473A
(79,71,58)
#41392F
(65,57,47)
#332B24
(51,43,36)
#251D19
(37,29,25)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #A39B7C

#A39B7C
(163,155,124)
#ABA487
(171,164,135)
#B3AD92
(179,173,146)
#BBB69D
(187,182,157)
#C3BFA8
(195,191,168)
#CBC8B3
(203,200,179)
#D3D1BE
(211,209,190)
#DBDAC9
(219,218,201)
#E3E3D4
(227,227,212)
#EBECDF
(235,236,223)
#F3F5EA
(243,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39B7C color. Also use rgb(163,155,124) instead hex code.

Text Font Color

.myTextColor { color: #A39B7C; }

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

This text font color is #A39B7C.

Background Color

.myBgColor { background-color: #A39B7C; }

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

This div background color is #A39B7C.

Border color

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

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

This div border color is #A39B7C.

Opacity

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

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

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

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

This text has shadow with #A39B7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39B7C.

Preview

Color preview on black background

This text has color #A39B7C on black background.


Color preview on white background

This text has color #A39B7C on white background.


Black color preview on #A39B7C background

This text has black color on #A39B7C background.


White color preview on #A39B7C background

This text has white color on #A39B7C background.


Related colors

Complementary color

Complementary color for #hex is #5C6483.


I love getcolorcode.com

Triadic colors

1 #7CA39B and #9B7CA3 with #A39B7C are triadic colors.

2 #7C9BA3 and #9BA37C with #A39B7C are triadic colors.