COLOR #A3938C

HEX: #A3938C RGB: (163,147,140)

Color info

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

RGB color model

#A3938C color RGB value is (163,147,140).

RGB: (163,147,140) (64%, 58%, 55%)

RGB channels and saturation

R 163 of 255 = 64%
G 147 of 255 = 58%
B 140 of 255 = 55%

163
147
140

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

Portions of RGB colors in percentages

R + G + B = 163 + 147 + 140 = 450 (100%)
R 163 of 450 ~ 36.22%
G 147 of 450 ~ 32.67%
B 140 of 450 ~ 31.11'%

%36.22
%32.67
%31.11

CMYK color model

#A3938C color CMYK value is (0,10,14,36).

  • cyan value is 0.00%
  • magenta value is 9.82%
  • yellow value is 14.11%
  • key color value is 36.08%

CMYK: (0,10,14,36)
C0M10Y14K36 (0%, 10%, 14%, 36%)
(0.00 / 0.10 / 0.14 / 0.36)

CMYK percentages

%0
%9.82
%14.11
%36.08

Codes

Color #A3938C in popluar color models

A3 93 8C
RGB 163 147 140
HSL 18° 11.11% 59.41%
HSB/HSV 18° 14.11% 63.92%
CMYK 0.00% 9.82% 14.11%
36.08%

Color #A3938C in popluar number systems.

HEX A3 93 8C
Decimal 163 147 140
Binary 10100011 10010011 10001100
Octal 243 223 214

Shades and tints

Shades of #A3938C

#A3938C
(163,147,140)
#958680
(149,134,128)
#877974
(135,121,116)
#796C68
(121,108,104)
#6B5F5C
(107,95,92)
#5D5250
(93,82,80)
#4F4544
(79,69,68)
#413838
(65,56,56)
#332B2C
(51,43,44)
#251E20
(37,30,32)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #A3938C

#A3938C
(163,147,140)
#AB9C96
(171,156,150)
#B3A5A0
(179,165,160)
#BBAEAA
(187,174,170)
#C3B7B4
(195,183,180)
#CBC0BE
(203,192,190)
#D3C9C8
(211,201,200)
#DBD2D2
(219,210,210)
#E3DBDC
(227,219,220)
#EBE4E6
(235,228,230)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3938C; }

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

This text font color is #A3938C.

Background Color

.myBgColor { background-color: #A3938C; }

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

This div background color is #A3938C.

Border color

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

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

This div border color is #A3938C.

Opacity

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

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

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

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

This text has shadow with #A3938C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3938C.

Preview

Color preview on black background

This text has color #A3938C on black background.


Color preview on white background

This text has color #A3938C on white background.


Black color preview on #A3938C background

This text has black color on #A3938C background.


White color preview on #A3938C background

This text has white color on #A3938C background.


Related colors

Complementary color

Complementary color for #hex is #5C6C73.


I love getcolorcode.com

Triadic colors

1 #8CA393 and #938CA3 with #A3938C are triadic colors.

2 #8C93A3 and #93A38C with #A3938C are triadic colors.