COLOR #A38F8F

HEX: #A38F8F RGB: (163,143,143)

Color info

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

RGB color model

#A38F8F color RGB value is (163,143,143).

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

RGB channels and saturation

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

163
143
143

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

Portions of RGB colors in percentages

R + G + B = 163 + 143 + 143 = 449 (100%)
R 163 of 449 ~ 36.3%
G 143 of 449 ~ 31.85%
B 143 of 449 ~ 31.85'%

%36.3
%31.85
%31.85

CMYK color model

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

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

CMYK: (0,12,12,36)
C0M12Y12K36 (0%, 12%, 12%, 36%)
(0.00 / 0.12 / 0.12 / 0.36)

CMYK percentages

%0
%12.27
%12.27
%36.08

Codes

Color #A38F8F in popluar color models

A3 8F 8F
RGB 163 143 143
HSL 9.80% 60.00%
HSB/HSV 12.27% 63.92%
CMYK 0.00% 12.27% 12.27%
36.08%

Color #A38F8F in popluar number systems.

HEX A3 8F 8F
Decimal 163 143 143
Binary 10100011 10001111 10001111
Octal 243 217 217

Shades and tints

Shades of #A38F8F

#A38F8F
(163,143,143)
#958282
(149,130,130)
#877575
(135,117,117)
#796868
(121,104,104)
#6B5B5B
(107,91,91)
#5D4E4E
(93,78,78)
#4F4141
(79,65,65)
#413434
(65,52,52)
#332727
(51,39,39)
#251A1A
(37,26,26)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #A38F8F

#A38F8F
(163,143,143)
#AB9999
(171,153,153)
#B3A3A3
(179,163,163)
#BBADAD
(187,173,173)
#C3B7B7
(195,183,183)
#CBC1C1
(203,193,193)
#D3CBCB
(211,203,203)
#DBD5D5
(219,213,213)
#E3DFDF
(227,223,223)
#EBE9E9
(235,233,233)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38F8F; }

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

This text font color is #A38F8F.

Background Color

.myBgColor { background-color: #A38F8F; }

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

This div background color is #A38F8F.

Border color

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

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

This div border color is #A38F8F.

Opacity

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

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

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

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

This text has shadow with #A38F8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38F8F.

Preview

Color preview on black background

This text has color #A38F8F on black background.


Color preview on white background

This text has color #A38F8F on white background.


Black color preview on #A38F8F background

This text has black color on #A38F8F background.


White color preview on #A38F8F background

This text has white color on #A38F8F background.


Related colors

Complementary color

Complementary color for #hex is #5C7070.


I love getcolorcode.com