COLOR #A38E8D

HEX: #A38E8D RGB: (163,142,141)

Color info

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

RGB color model

#A38E8D color RGB value is (163,142,141).

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

RGB channels and saturation

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

163
142
141

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

Portions of RGB colors in percentages

R + G + B = 163 + 142 + 141 = 446 (100%)
R 163 of 446 ~ 36.55%
G 142 of 446 ~ 31.84%
B 141 of 446 ~ 31.61'%

%36.55
%31.84
%31.61

CMYK color model

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

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

CMYK: (0,13,13,36)
C0M13Y13K36 (0%, 13%, 13%, 36%)
(0.00 / 0.13 / 0.13 / 0.36)

CMYK percentages

%0
%12.88
%13.5
%36.08

Codes

Color #A38E8D in popluar color models

A3 8E 8D
RGB 163 142 141
HSL 10.68% 59.61%
HSB/HSV 13.50% 63.92%
CMYK 0.00% 12.88% 13.50%
36.08%

Color #A38E8D in popluar number systems.

HEX A3 8E 8D
Decimal 163 142 141
Binary 10100011 10001110 10001101
Octal 243 216 215

Shades and tints

Shades of #A38E8D

#A38E8D
(163,142,141)
#958281
(149,130,129)
#877675
(135,118,117)
#796A69
(121,106,105)
#6B5E5D
(107,94,93)
#5D5251
(93,82,81)
#4F4645
(79,70,69)
#413A39
(65,58,57)
#332E2D
(51,46,45)
#252221
(37,34,33)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #A38E8D

#A38E8D
(163,142,141)
#AB9897
(171,152,151)
#B3A2A1
(179,162,161)
#BBACAB
(187,172,171)
#C3B6B5
(195,182,181)
#CBC0BF
(203,192,191)
#D3CAC9
(211,202,201)
#DBD4D3
(219,212,211)
#E3DEDD
(227,222,221)
#EBE8E7
(235,232,231)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38E8D; }

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

This text font color is #A38E8D.

Background Color

.myBgColor { background-color: #A38E8D; }

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

This div background color is #A38E8D.

Border color

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

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

This div border color is #A38E8D.

Opacity

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

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

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

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

This text has shadow with #A38E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38E8D.

Preview

Color preview on black background

This text has color #A38E8D on black background.


Color preview on white background

This text has color #A38E8D on white background.


Black color preview on #A38E8D background

This text has black color on #A38E8D background.


White color preview on #A38E8D background

This text has white color on #A38E8D background.


Related colors

Complementary color

Complementary color for #hex is #5C7172.


I love getcolorcode.com

Triadic colors

1 #8DA38E and #8E8DA3 with #A38E8D are triadic colors.

2 #8D8EA3 and #8EA38D with #A38E8D are triadic colors.