COLOR #A38B67

HEX: #A38B67 RGB: (163,139,103)

Color info

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

RGB color model

#A38B67 color RGB value is (163,139,103).

RGB: (163,139,103) (64%, 55%, 40%)

RGB channels and saturation

R 163 of 255 = 64%
G 139 of 255 = 55%
B 103 of 255 = 40%

163
139
103

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

Portions of RGB colors in percentages

R + G + B = 163 + 139 + 103 = 405 (100%)
R 163 of 405 ~ 40.25%
G 139 of 405 ~ 34.32%
B 103 of 405 ~ 25.43'%

%40.25
%34.32
%25.43

CMYK color model

#A38B67 color CMYK value is (0,15,37,36).

  • cyan value is 0.00%
  • magenta value is 14.72%
  • yellow value is 36.81%
  • key color value is 36.08%

CMYK: (0,15,37,36)
C0M15Y37K36 (0%, 15%, 37%, 36%)
(0.00 / 0.15 / 0.37 / 0.36)

CMYK percentages

%0
%14.72
%36.81
%36.08

Codes

Color #A38B67 in popluar color models

A3 8B 67
RGB 163 139 103
HSL 36° 24.59% 52.16%
HSB/HSV 36° 36.81% 63.92%
CMYK 0.00% 14.72% 36.81%
36.08%

Color #A38B67 in popluar number systems.

HEX A3 8B 67
Decimal 163 139 103
Binary 10100011 10001011 1100111
Octal 243 213 147

Shades and tints

Shades of #A38B67

#A38B67
(163,139,103)
#957F5E
(149,127,94)
#877355
(135,115,85)
#79674C
(121,103,76)
#6B5B43
(107,91,67)
#5D4F3A
(93,79,58)
#4F4331
(79,67,49)
#413728
(65,55,40)
#332B1F
(51,43,31)
#251F16
(37,31,22)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #A38B67

#A38B67
(163,139,103)
#AB9574
(171,149,116)
#B39F81
(179,159,129)
#BBA98E
(187,169,142)
#C3B39B
(195,179,155)
#CBBDA8
(203,189,168)
#D3C7B5
(211,199,181)
#DBD1C2
(219,209,194)
#E3DBCF
(227,219,207)
#EBE5DC
(235,229,220)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38B67 color. Also use rgb(163,139,103) instead hex code.

Text Font Color

.myTextColor { color: #A38B67; }

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

This text font color is #A38B67.

Background Color

.myBgColor { background-color: #A38B67; }

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

This div background color is #A38B67.

Border color

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

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

This div border color is #A38B67.

Opacity

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

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

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

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

This text has shadow with #A38B67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38B67.

Preview

Color preview on black background

This text has color #A38B67 on black background.


Color preview on white background

This text has color #A38B67 on white background.


Black color preview on #A38B67 background

This text has black color on #A38B67 background.


White color preview on #A38B67 background

This text has white color on #A38B67 background.


Related colors

Complementary color

Complementary color for #hex is #5C7498.


I love getcolorcode.com

Triadic colors

1 #67A38B and #8B67A3 with #A38B67 are triadic colors.

2 #678BA3 and #8BA367 with #A38B67 are triadic colors.