COLOR #A38C68

HEX: #A38C68 RGB: (163,140,104)

Color info

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

RGB color model

#A38C68 color RGB value is (163,140,104).

RGB: (163,140,104) (64%, 55%, 41%)

RGB channels and saturation

R 163 of 255 = 64%
G 140 of 255 = 55%
B 104 of 255 = 41%

163
140
104

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

Portions of RGB colors in percentages

R + G + B = 163 + 140 + 104 = 407 (100%)
R 163 of 407 ~ 40.05%
G 140 of 407 ~ 34.4%
B 104 of 407 ~ 25.55'%

%40.05
%34.4
%25.55

CMYK color model

#A38C68 color CMYK value is (0,14,36,36).

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 36.20%
  • key color value is 36.08%

CMYK: (0,14,36,36)
C0M14Y36K36 (0%, 14%, 36%, 36%)
(0.00 / 0.14 / 0.36 / 0.36)

CMYK percentages

%0
%14.11
%36.2
%36.08

Codes

Color #A38C68 in popluar color models

A3 8C 68
RGB 163 140 104
HSL 37° 24.28% 52.35%
HSB/HSV 37° 36.20% 63.92%
CMYK 0.00% 14.11% 36.20%
36.08%

Color #A38C68 in popluar number systems.

HEX A3 8C 68
Decimal 163 140 104
Binary 10100011 10001100 1101000
Octal 243 214 150

Shades and tints

Shades of #A38C68

#A38C68
(163,140,104)
#95805F
(149,128,95)
#877456
(135,116,86)
#79684D
(121,104,77)
#6B5C44
(107,92,68)
#5D503B
(93,80,59)
#4F4432
(79,68,50)
#413829
(65,56,41)
#332C20
(51,44,32)
#252017
(37,32,23)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #A38C68

#A38C68
(163,140,104)
#AB9675
(171,150,117)
#B3A082
(179,160,130)
#BBAA8F
(187,170,143)
#C3B49C
(195,180,156)
#CBBEA9
(203,190,169)
#D3C8B6
(211,200,182)
#DBD2C3
(219,210,195)
#E3DCD0
(227,220,208)
#EBE6DD
(235,230,221)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38C68 color. Also use rgb(163,140,104) instead hex code.

Text Font Color

.myTextColor { color: #A38C68; }

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

This text font color is #A38C68.

Background Color

.myBgColor { background-color: #A38C68; }

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

This div background color is #A38C68.

Border color

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

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

This div border color is #A38C68.

Opacity

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

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

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

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

This text has shadow with #A38C68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38C68.

Preview

Color preview on black background

This text has color #A38C68 on black background.


Color preview on white background

This text has color #A38C68 on white background.


Black color preview on #A38C68 background

This text has black color on #A38C68 background.


White color preview on #A38C68 background

This text has white color on #A38C68 background.


Related colors

Complementary color

Complementary color for #hex is #5C7397.


I love getcolorcode.com

Triadic colors

1 #68A38C and #8C68A3 with #A38C68 are triadic colors.

2 #688CA3 and #8CA368 with #A38C68 are triadic colors.