COLOR #A3988F

HEX: #A3988F
RGB: (163,152,143)

Color info

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

RGB color model

#A3988F color RGB value is (163,152,143).

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

RGB channels and saturation

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

163
152
143

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

Portions of RGB colors in percentages

R + G + B =
163 + 152 + 143 = 458 (100%)
R 163 of 458 ~ 35.59%
G 152 of 458 ~ 33.19%
B 143 of 458 ~ 31.22%

%35.59
%33.19
%31.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 12.27%
  • key color value is 36.08%
CMYK:
(0,7,12,36)
C0M7Y12K36 
(0%,7%,12%,36%)
(0.00/0.07/0.12/0.36)	

CMYK percentages

%0
%6.75
%12.27
%36.08

Codes

Color #A3988F in popluar color models

A3988F
RGB163152143
HSL27°9.80%60.00%
HSB/HSV27°12.27%63.92%
CMYK0.00%6.75%12.27%
36.08%

Color #A3988F in popluar number systems.

HEXA3988F
Decimal163152143
Binary101000111001100010001111
Octal243230217

Shades and tints

Shades of #A3988F

#A3988F
(163,152,143)
#958B82
(149,139,130)
#877E75
(135,126,117)
#797168
(121,113,104)
#6B645B
(107,100,91)
#5D574E
(93,87,78)
#4F4A41
(79,74,65)
#413D34
(65,61,52)
#333027
(51,48,39)
#25231A
(37,35,26)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #A3988F

#A3988F
(163,152,143)
#ABA199
(171,161,153)
#B3AAA3
(179,170,163)
#BBB3AD
(187,179,173)
#C3BCB7
(195,188,183)
#CBC5C1
(203,197,193)
#D3CECB
(211,206,203)
#DBD7D5
(219,215,213)
#E3E0DF
(227,224,223)
#EBE9E9
(235,233,233)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3988F; }

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

This text font color is #A3988F.


Background Color

.myBgColor { background-color: #A3988F; }

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

This div background color is #A3988F.


Border color

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

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

This div border color is #A3988F.


Opacity

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

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

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

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

This text has shadow with #A3988F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3988F on black background.


Color preview on white background

This text has color #A3988F on white background.



Black color preview on #A3988F background

This text has black color on #A3988F background.


White color preview on #A3988F background

This text has white color on #A3988F background.