COLOR #A38E8F

HEX: #A38E8F
RGB: (163,142,143)

Color info

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

RGB color model

#A38E8F color RGB value is (163,142,143).

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

RGB channels and saturation

R 163 of 255 = 64%
G 142 of 255 = 56%
B 143 of 255 = 56%

163
142
143

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

Portions of RGB colors in percentages

R + G + B =
163 + 142 + 143 = 448 (100%)
R 163 of 448 ~ 36.38%
G 142 of 448 ~ 31.7%
B 143 of 448 ~ 31.92%

%36.38
%31.7
%31.92

CMYK color model

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

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

CMYK percentages

%0
%12.88
%12.27
%36.08

Codes

Color #A38E8F in popluar color models

A38E8F
RGB163142143
HSL357°10.24%59.80%
HSB/HSV357°12.88%63.92%
CMYK0.00%12.88%12.27%
36.08%

Color #A38E8F in popluar number systems.

HEXA38E8F
Decimal163142143
Binary101000111000111010001111
Octal243216217

Shades and tints

Shades of #A38E8F

#A38E8F
(163,142,143)
#958282
(149,130,130)
#877675
(135,118,117)
#796A68
(121,106,104)
#6B5E5B
(107,94,91)
#5D524E
(93,82,78)
#4F4641
(79,70,65)
#413A34
(65,58,52)
#332E27
(51,46,39)
#25221A
(37,34,26)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #A38E8F

#A38E8F
(163,142,143)
#AB9899
(171,152,153)
#B3A2A3
(179,162,163)
#BBACAD
(187,172,173)
#C3B6B7
(195,182,183)
#CBC0C1
(203,192,193)
#D3CACB
(211,202,203)
#DBD4D5
(219,212,213)
#E3DEDF
(227,222,223)
#EBE8E9
(235,232,233)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38E8F; }

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

This text font color is #A38E8F.


Background Color

.myBgColor { background-color: #A38E8F; }

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

This div background color is #A38E8F.


Border color

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

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

This div border color is #A38E8F.


Opacity

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

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

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

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

This text has shadow with #A38E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38E8F on black background.


Color preview on white background

This text has color #A38E8F on white background.



Black color preview on #A38E8F background

This text has black color on #A38E8F background.


White color preview on #A38E8F background

This text has white color on #A38E8F background.