COLOR #A38B83

HEX: #A38B83 RGB: (163,139,131)

Color info

#A38B83 contains red, green and blue colors in about the same proportion. Web safe color of #A38B83 is #999999 (or #999).

RGB color model

#A38B83 color RGB value is (163,139,131).

RGB: (163,139,131) (64%, 55%, 51%)

RGB channels and saturation

R 163 of 255 = 64%
G 139 of 255 = 55%
B 131 of 255 = 51%

163
139
131

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

Portions of RGB colors in percentages

R + G + B = 163 + 139 + 131 = 433 (100%)
R 163 of 433 ~ 37.64%
G 139 of 433 ~ 32.1%
B 131 of 433 ~ 30.25'%

%37.64
%32.1
%30.25

CMYK color model

#A38B83 color CMYK value is (0,15,20,36).

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

CMYK: (0,15,20,36)
C0M15Y20K36 (0%, 15%, 20%, 36%)
(0.00 / 0.15 / 0.20 / 0.36)

CMYK percentages

%0
%14.72
%19.63
%36.08

Codes

Color #A38B83 in popluar color models

A3 8B 83
RGB 163 139 131
HSL 15° 14.81% 57.65%
HSB/HSV 15° 19.63% 63.92%
CMYK 0.00% 14.72% 19.63%
36.08%

Color #A38B83 in popluar number systems.

HEX A3 8B 83
Decimal 163 139 131
Binary 10100011 10001011 10000011
Octal 243 213 203

Shades and tints

Shades of #A38B83

#A38B83
(163,139,131)
#957F78
(149,127,120)
#87736D
(135,115,109)
#796762
(121,103,98)
#6B5B57
(107,91,87)
#5D4F4C
(93,79,76)
#4F4341
(79,67,65)
#413736
(65,55,54)
#332B2B
(51,43,43)
#251F20
(37,31,32)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #A38B83

#A38B83
(163,139,131)
#AB958E
(171,149,142)
#B39F99
(179,159,153)
#BBA9A4
(187,169,164)
#C3B3AF
(195,179,175)
#CBBDBA
(203,189,186)
#D3C7C5
(211,199,197)
#DBD1D0
(219,209,208)
#E3DBDB
(227,219,219)
#EBE5E6
(235,229,230)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38B83; }

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

This text font color is #A38B83.

Background Color

.myBgColor { background-color: #A38B83; }

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

This div background color is #A38B83.

Border color

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

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

This div border color is #A38B83.

Opacity

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

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

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

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

This text has shadow with #A38B83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38B83.

Preview

Color preview on black background

This text has color #A38B83 on black background.


Color preview on white background

This text has color #A38B83 on white background.


Black color preview on #A38B83 background

This text has black color on #A38B83 background.


White color preview on #A38B83 background

This text has white color on #A38B83 background.


Related colors

Complementary color

Complementary color for #hex is #5C747C.


I love getcolorcode.com

Triadic colors

1 #83A38B and #8B83A3 with #A38B83 are triadic colors.

2 #838BA3 and #8BA383 with #A38B83 are triadic colors.