COLOR #A39A6B

HEX: #A39A6B RGB: (163,154,107)

Color info

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

RGB color model

#A39A6B color RGB value is (163,154,107).

RGB: (163,154,107) (64%, 60%, 42%)

RGB channels and saturation

R 163 of 255 = 64%
G 154 of 255 = 60%
B 107 of 255 = 42%

163
154
107

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

Portions of RGB colors in percentages

R + G + B = 163 + 154 + 107 = 424 (100%)
R 163 of 424 ~ 38.44%
G 154 of 424 ~ 36.32%
B 107 of 424 ~ 25.24'%

%38.44
%36.32
%25.24

CMYK color model

#A39A6B color CMYK value is (0,6,34,36).

  • cyan value is 0.00%
  • magenta value is 5.52%
  • yellow value is 34.36%
  • key color value is 36.08%

CMYK: (0,6,34,36)
C0M6Y34K36 (0%, 6%, 34%, 36%)
(0.00 / 0.06 / 0.34 / 0.36)

CMYK percentages

%0
%5.52
%34.36
%36.08

Codes

Color #A39A6B in popluar color models

A3 9A 6B
RGB 163 154 107
HSL 50° 23.33% 52.94%
HSB/HSV 50° 34.36% 63.92%
CMYK 0.00% 5.52% 34.36%
36.08%

Color #A39A6B in popluar number systems.

HEX A3 9A 6B
Decimal 163 154 107
Binary 10100011 10011010 1101011
Octal 243 232 153

Shades and tints

Shades of #A39A6B

#A39A6B
(163,154,107)
#958C62
(149,140,98)
#877E59
(135,126,89)
#797050
(121,112,80)
#6B6247
(107,98,71)
#5D543E
(93,84,62)
#4F4635
(79,70,53)
#41382C
(65,56,44)
#332A23
(51,42,35)
#251C1A
(37,28,26)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #A39A6B

#A39A6B
(163,154,107)
#ABA378
(171,163,120)
#B3AC85
(179,172,133)
#BBB592
(187,181,146)
#C3BE9F
(195,190,159)
#CBC7AC
(203,199,172)
#D3D0B9
(211,208,185)
#DBD9C6
(219,217,198)
#E3E2D3
(227,226,211)
#EBEBE0
(235,235,224)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39A6B color. Also use rgb(163,154,107) instead hex code.

Text Font Color

.myTextColor { color: #A39A6B; }

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

This text font color is #A39A6B.

Background Color

.myBgColor { background-color: #A39A6B; }

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

This div background color is #A39A6B.

Border color

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

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

This div border color is #A39A6B.

Opacity

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

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

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

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

This text has shadow with #A39A6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39A6B.

Preview

Color preview on black background

This text has color #A39A6B on black background.


Color preview on white background

This text has color #A39A6B on white background.


Black color preview on #A39A6B background

This text has black color on #A39A6B background.


White color preview on #A39A6B background

This text has white color on #A39A6B background.


Related colors

Complementary color

Complementary color for #hex is #5C6594.


I love getcolorcode.com

Triadic colors

1 #6BA39A and #9A6BA3 with #A39A6B are triadic colors.

2 #6B9AA3 and #9AA36B with #A39A6B are triadic colors.