COLOR #A38B8F

HEX: #A38B8F RGB: (163,139,143)

Color info

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

RGB color model

#A38B8F color RGB value is (163,139,143).

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

RGB channels and saturation

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

163
139
143

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

Portions of RGB colors in percentages

R + G + B = 163 + 139 + 143 = 445 (100%)
R 163 of 445 ~ 36.63%
G 139 of 445 ~ 31.24%
B 143 of 445 ~ 32.13'%

%36.63
%31.24
%32.13

CMYK color model

#A38B8F color CMYK value is (0,15,12,36).

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

CMYK: (0,15,12,36)
C0M15Y12K36 (0%, 15%, 12%, 36%)
(0.00 / 0.15 / 0.12 / 0.36)

CMYK percentages

%0
%14.72
%12.27
%36.08

Codes

Color #A38B8F in popluar color models

A3 8B 8F
RGB 163 139 143
HSL 350° 11.54% 59.22%
HSB/HSV 350° 14.72% 63.92%
CMYK 0.00% 14.72% 12.27%
36.08%

Color #A38B8F in popluar number systems.

HEX A3 8B 8F
Decimal 163 139 143
Binary 10100011 10001011 10001111
Octal 243 213 217

Shades and tints

Shades of #A38B8F

#A38B8F
(163,139,143)
#957F82
(149,127,130)
#877375
(135,115,117)
#796768
(121,103,104)
#6B5B5B
(107,91,91)
#5D4F4E
(93,79,78)
#4F4341
(79,67,65)
#413734
(65,55,52)
#332B27
(51,43,39)
#251F1A
(37,31,26)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #A38B8F

#A38B8F
(163,139,143)
#AB9599
(171,149,153)
#B39FA3
(179,159,163)
#BBA9AD
(187,169,173)
#C3B3B7
(195,179,183)
#CBBDC1
(203,189,193)
#D3C7CB
(211,199,203)
#DBD1D5
(219,209,213)
#E3DBDF
(227,219,223)
#EBE5E9
(235,229,233)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38B8F; }

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

This text font color is #A38B8F.

Background Color

.myBgColor { background-color: #A38B8F; }

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

This div background color is #A38B8F.

Border color

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

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

This div border color is #A38B8F.

Opacity

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

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

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

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

This text has shadow with #A38B8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38B8F.

Preview

Color preview on black background

This text has color #A38B8F on black background.


Color preview on white background

This text has color #A38B8F on white background.


Black color preview on #A38B8F background

This text has black color on #A38B8F background.


White color preview on #A38B8F background

This text has white color on #A38B8F background.


Related colors

Complementary color

Complementary color for #hex is #5C7470.


I love getcolorcode.com

Triadic colors

1 #8FA38B and #8B8FA3 with #A38B8F are triadic colors.

2 #8F8BA3 and #8BA38F with #A38B8F are triadic colors.