COLOR #A38C80

HEX: #A38C80 RGB: (163,140,128)

Color info

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

RGB color model

#A38C80 color RGB value is (163,140,128).

RGB: (163,140,128) (64%, 55%, 50%)

RGB channels and saturation

R 163 of 255 = 64%
G 140 of 255 = 55%
B 128 of 255 = 50%

163
140
128

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

Portions of RGB colors in percentages

R + G + B = 163 + 140 + 128 = 431 (100%)
R 163 of 431 ~ 37.82%
G 140 of 431 ~ 32.48%
B 128 of 431 ~ 29.7'%

%37.82
%32.48
%29.7

CMYK color model

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

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

CMYK: (0,14,21,36)
C0M14Y21K36 (0%, 14%, 21%, 36%)
(0.00 / 0.14 / 0.21 / 0.36)

CMYK percentages

%0
%14.11
%21.47
%36.08

Codes

Color #A38C80 in popluar color models

A3 8C 80
RGB 163 140 128
HSL 21° 15.98% 57.06%
HSB/HSV 21° 21.47% 63.92%
CMYK 0.00% 14.11% 21.47%
36.08%

Color #A38C80 in popluar number systems.

HEX A3 8C 80
Decimal 163 140 128
Binary 10100011 10001100 10000000
Octal 243 214 200

Shades and tints

Shades of #A38C80

#A38C80
(163,140,128)
#958075
(149,128,117)
#87746A
(135,116,106)
#79685F
(121,104,95)
#6B5C54
(107,92,84)
#5D5049
(93,80,73)
#4F443E
(79,68,62)
#413833
(65,56,51)
#332C28
(51,44,40)
#25201D
(37,32,29)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #A38C80

#A38C80
(163,140,128)
#AB968B
(171,150,139)
#B3A096
(179,160,150)
#BBAAA1
(187,170,161)
#C3B4AC
(195,180,172)
#CBBEB7
(203,190,183)
#D3C8C2
(211,200,194)
#DBD2CD
(219,210,205)
#E3DCD8
(227,220,216)
#EBE6E3
(235,230,227)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38C80; }

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

This text font color is #A38C80.

Background Color

.myBgColor { background-color: #A38C80; }

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

This div background color is #A38C80.

Border color

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

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

This div border color is #A38C80.

Opacity

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

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

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

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

This text has shadow with #A38C80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38C80.

Preview

Color preview on black background

This text has color #A38C80 on black background.


Color preview on white background

This text has color #A38C80 on white background.


Black color preview on #A38C80 background

This text has black color on #A38C80 background.


White color preview on #A38C80 background

This text has white color on #A38C80 background.


Related colors

Complementary color

Complementary color for #hex is #5C737F.


I love getcolorcode.com

Triadic colors

1 #80A38C and #8C80A3 with #A38C80 are triadic colors.

2 #808CA3 and #8CA380 with #A38C80 are triadic colors.