COLOR #A38B8E

HEX: #A38B8E RGB: (163,139,142)

Color info

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

RGB color model

#A38B8E color RGB value is (163,139,142).

RGB: (163,139,142) (64%, 55%, 56%)

RGB channels and saturation

R 163 of 255 = 64%
G 139 of 255 = 55%
B 142 of 255 = 56%

163
139
142

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

Portions of RGB colors in percentages

R + G + B = 163 + 139 + 142 = 444 (100%)
R 163 of 444 ~ 36.71%
G 139 of 444 ~ 31.31%
B 142 of 444 ~ 31.98'%

%36.71
%31.31
%31.98

CMYK color model

#A38B8E color CMYK value is (0,15,13,36).

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

CMYK: (0,15,13,36)
C0M15Y13K36 (0%, 15%, 13%, 36%)
(0.00 / 0.15 / 0.13 / 0.36)

CMYK percentages

%0
%14.72
%12.88
%36.08

Codes

Color #A38B8E in popluar color models

A3 8B 8E
RGB 163 139 142
HSL 353° 11.54% 59.22%
HSB/HSV 353° 14.72% 63.92%
CMYK 0.00% 14.72% 12.88%
36.08%

Color #A38B8E in popluar number systems.

HEX A3 8B 8E
Decimal 163 139 142
Binary 10100011 10001011 10001110
Octal 243 213 216

Shades and tints

Shades of #A38B8E

#A38B8E
(163,139,142)
#957F82
(149,127,130)
#877376
(135,115,118)
#79676A
(121,103,106)
#6B5B5E
(107,91,94)
#5D4F52
(93,79,82)
#4F4346
(79,67,70)
#41373A
(65,55,58)
#332B2E
(51,43,46)
#251F22
(37,31,34)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #A38B8E

#A38B8E
(163,139,142)
#AB9598
(171,149,152)
#B39FA2
(179,159,162)
#BBA9AC
(187,169,172)
#C3B3B6
(195,179,182)
#CBBDC0
(203,189,192)
#D3C7CA
(211,199,202)
#DBD1D4
(219,209,212)
#E3DBDE
(227,219,222)
#EBE5E8
(235,229,232)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38B8E; }

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

This text font color is #A38B8E.

Background Color

.myBgColor { background-color: #A38B8E; }

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

This div background color is #A38B8E.

Border color

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

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

This div border color is #A38B8E.

Opacity

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

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

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

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

This text has shadow with #A38B8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38B8E.

Preview

Color preview on black background

This text has color #A38B8E on black background.


Color preview on white background

This text has color #A38B8E on white background.


Black color preview on #A38B8E background

This text has black color on #A38B8E background.


White color preview on #A38B8E background

This text has white color on #A38B8E background.


Related colors

Complementary color

Complementary color for #hex is #5C7471.


I love getcolorcode.com

Triadic colors

1 #8EA38B and #8B8EA3 with #A38B8E are triadic colors.

2 #8E8BA3 and #8BA38E with #A38B8E are triadic colors.