COLOR #A8938F

HEX: #A8938F RGB: (168,147,143)

Color info

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

RGB color model

#A8938F color RGB value is (168,147,143).

RGB: (168,147,143) (66%, 58%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 147 of 255 = 58%
B 143 of 255 = 56%

168
147
143

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

Portions of RGB colors in percentages

R + G + B = 168 + 147 + 143 = 458 (100%)
R 168 of 458 ~ 36.68%
G 147 of 458 ~ 32.1%
B 143 of 458 ~ 31.22'%

%36.68
%32.1
%31.22

CMYK color model

#A8938F color CMYK value is (0,13,15,34).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 14.88%
  • key color value is 34.12%

CMYK: (0,13,15,34)
C0M13Y15K34 (0%, 13%, 15%, 34%)
(0.00 / 0.13 / 0.15 / 0.34)

CMYK percentages

%0
%12.5
%14.88
%34.12

Codes

Color #A8938F in popluar color models

A8 93 8F
RGB 168 147 143
HSL 10° 12.56% 60.98%
HSB/HSV 10° 14.88% 65.88%
CMYK 0.00% 12.50% 14.88%
34.12%

Color #A8938F in popluar number systems.

HEX A8 93 8F
Decimal 168 147 143
Binary 10101000 10010011 10001111
Octal 250 223 217

Shades and tints

Shades of #A8938F

#A8938F
(168,147,143)
#998682
(153,134,130)
#8A7975
(138,121,117)
#7B6C68
(123,108,104)
#6C5F5B
(108,95,91)
#5D524E
(93,82,78)
#4E4541
(78,69,65)
#3F3834
(63,56,52)
#302B27
(48,43,39)
#211E1A
(33,30,26)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #A8938F

#A8938F
(168,147,143)
#AF9C99
(175,156,153)
#B6A5A3
(182,165,163)
#BDAEAD
(189,174,173)
#C4B7B7
(196,183,183)
#CBC0C1
(203,192,193)
#D2C9CB
(210,201,203)
#D9D2D5
(217,210,213)
#E0DBDF
(224,219,223)
#E7E4E9
(231,228,233)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8938F; }

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

This text font color is #A8938F.

Background Color

.myBgColor { background-color: #A8938F; }

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

This div background color is #A8938F.

Border color

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

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

This div border color is #A8938F.

Opacity

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

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

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

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

This text has shadow with #A8938F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8938F.

Preview

Color preview on black background

This text has color #A8938F on black background.


Color preview on white background

This text has color #A8938F on white background.


Black color preview on #A8938F background

This text has black color on #A8938F background.


White color preview on #A8938F background

This text has white color on #A8938F background.


Related colors

Complementary color

Complementary color for #hex is #576C70.


I love getcolorcode.com

Triadic colors

1 #8FA893 and #938FA8 with #A8938F are triadic colors.

2 #8F93A8 and #93A88F with #A8938F are triadic colors.