COLOR #A38F8D

HEX: #A38F8D
RGB: (163,143,141)

Color info

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

RGB color model

#A38F8D color RGB value is (163,143,141).

  • red value is 163;
  • green value is 143;
  • blue value is 141.
RGB:
(163,143,141)
(64%,56%,55%)

RGB channels and saturation

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

163
143
141

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

Portions of RGB colors in percentages

R + G + B =
163 + 143 + 141 = 447 (100%)
R 163 of 447 ~ 36.47%
G 143 of 447 ~ 31.99%
B 141 of 447 ~ 31.54%

%36.47
%31.99
%31.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.27%
  • yellow value is 13.50%
  • key color value is 36.08%
CMYK:
(0,12,13,36)
C0M12Y13K36 
(0%,12%,13%,36%)
(0.00/0.12/0.13/0.36)	

CMYK percentages

%0
%12.27
%13.5
%36.08

Codes

Color #A38F8D in popluar color models

A38F8D
RGB163143141
HSL10.68%59.61%
HSB/HSV13.50%63.92%
CMYK0.00%12.27%13.50%
36.08%

Color #A38F8D in popluar number systems.

HEXA38F8D
Decimal163143141
Binary101000111000111110001101
Octal243217215

Shades and tints

Shades of #A38F8D

#A38F8D
(163,143,141)
#958281
(149,130,129)
#877575
(135,117,117)
#796869
(121,104,105)
#6B5B5D
(107,91,93)
#5D4E51
(93,78,81)
#4F4145
(79,65,69)
#413439
(65,52,57)
#33272D
(51,39,45)
#251A21
(37,26,33)
#170D15
(23,13,21)
#000000
(0,0,0)

Tints of #A38F8D

#A38F8D
(163,143,141)
#AB9997
(171,153,151)
#B3A3A1
(179,163,161)
#BBADAB
(187,173,171)
#C3B7B5
(195,183,181)
#CBC1BF
(203,193,191)
#D3CBC9
(211,203,201)
#DBD5D3
(219,213,211)
#E3DFDD
(227,223,221)
#EBE9E7
(235,233,231)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38F8D; }

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

This text font color is #A38F8D.


Background Color

.myBgColor { background-color: #A38F8D; }

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

This div background color is #A38F8D.


Border color

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

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

This div border color is #A38F8D.


Opacity

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

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

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

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

This text has shadow with #A38F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38F8D on black background.


Color preview on white background

This text has color #A38F8D on white background.



Black color preview on #A38F8D background

This text has black color on #A38F8D background.


White color preview on #A38F8D background

This text has white color on #A38F8D background.