COLOR #A3988C

HEX: #A3988C RGB: (163,152,140)

Color info

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

RGB color model

#A3988C color RGB value is (163,152,140).

RGB: (163,152,140) (64%, 60%, 55%)

RGB channels and saturation

R 163 of 255 = 64%
G 152 of 255 = 60%
B 140 of 255 = 55%

163
152
140

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

Portions of RGB colors in percentages

R + G + B = 163 + 152 + 140 = 455 (100%)
R 163 of 455 ~ 35.82%
G 152 of 455 ~ 33.41%
B 140 of 455 ~ 30.77'%

%35.82
%33.41
%30.77

CMYK color model

#A3988C color CMYK value is (0,7,14,36).

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

CMYK: (0,7,14,36)
C0M7Y14K36 (0%, 7%, 14%, 36%)
(0.00 / 0.07 / 0.14 / 0.36)

CMYK percentages

%0
%6.75
%14.11
%36.08

Codes

Color #A3988C in popluar color models

A3 98 8C
RGB 163 152 140
HSL 31° 11.11% 59.41%
HSB/HSV 31° 14.11% 63.92%
CMYK 0.00% 6.75% 14.11%
36.08%

Color #A3988C in popluar number systems.

HEX A3 98 8C
Decimal 163 152 140
Binary 10100011 10011000 10001100
Octal 243 230 214

Shades and tints

Shades of #A3988C

#A3988C
(163,152,140)
#958B80
(149,139,128)
#877E74
(135,126,116)
#797168
(121,113,104)
#6B645C
(107,100,92)
#5D5750
(93,87,80)
#4F4A44
(79,74,68)
#413D38
(65,61,56)
#33302C
(51,48,44)
#252320
(37,35,32)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #A3988C

#A3988C
(163,152,140)
#ABA196
(171,161,150)
#B3AAA0
(179,170,160)
#BBB3AA
(187,179,170)
#C3BCB4
(195,188,180)
#CBC5BE
(203,197,190)
#D3CEC8
(211,206,200)
#DBD7D2
(219,215,210)
#E3E0DC
(227,224,220)
#EBE9E6
(235,233,230)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3988C; }

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

This text font color is #A3988C.

Background Color

.myBgColor { background-color: #A3988C; }

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

This div background color is #A3988C.

Border color

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

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

This div border color is #A3988C.

Opacity

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

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

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

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

This text has shadow with #A3988C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3988C.

Preview

Color preview on black background

This text has color #A3988C on black background.


Color preview on white background

This text has color #A3988C on white background.


Black color preview on #A3988C background

This text has black color on #A3988C background.


White color preview on #A3988C background

This text has white color on #A3988C background.


Related colors

Complementary color

Complementary color for #hex is #5C6773.


I love getcolorcode.com

Triadic colors

1 #8CA398 and #988CA3 with #A3988C are triadic colors.

2 #8C98A3 and #98A38C with #A3988C are triadic colors.