COLOR #A3988E

HEX: #A3988E
RGB: (163,152,142)

Color info

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

RGB color model

#A3988E color RGB value is (163,152,142).

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

RGB channels and saturation

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

163
152
142

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

Portions of RGB colors in percentages

R + G + B =
163 + 152 + 142 = 457 (100%)
R 163 of 457 ~ 35.67%
G 152 of 457 ~ 33.26%
B 142 of 457 ~ 31.07%

%35.67
%33.26
%31.07

CMYK color model

#A3988E color CMYK value is (0,7,13,36).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 12.88%
  • key color value is 36.08%
CMYK:
(0,7,13,36)
C0M7Y13K36 
(0%,7%,13%,36%)
(0.00/0.07/0.13/0.36)	

CMYK percentages

%0
%6.75
%12.88
%36.08

Codes

Color #A3988E in popluar color models

A3988E
RGB163152142
HSL29°10.24%59.80%
HSB/HSV29°12.88%63.92%
CMYK0.00%6.75%12.88%
36.08%

Color #A3988E in popluar number systems.

HEXA3988E
Decimal163152142
Binary101000111001100010001110
Octal243230216

Shades and tints

Shades of #A3988E

#A3988E
(163,152,142)
#958B82
(149,139,130)
#877E76
(135,126,118)
#79716A
(121,113,106)
#6B645E
(107,100,94)
#5D5752
(93,87,82)
#4F4A46
(79,74,70)
#413D3A
(65,61,58)
#33302E
(51,48,46)
#252322
(37,35,34)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #A3988E

#A3988E
(163,152,142)
#ABA198
(171,161,152)
#B3AAA2
(179,170,162)
#BBB3AC
(187,179,172)
#C3BCB6
(195,188,182)
#CBC5C0
(203,197,192)
#D3CECA
(211,206,202)
#DBD7D4
(219,215,212)
#E3E0DE
(227,224,222)
#EBE9E8
(235,233,232)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3988E; }

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

This text font color is #A3988E.


Background Color

.myBgColor { background-color: #A3988E; }

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

This div background color is #A3988E.


Border color

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

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

This div border color is #A3988E.


Opacity

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

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

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

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

This text has shadow with #A3988E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3988E on black background.


Color preview on white background

This text has color #A3988E on white background.



Black color preview on #A3988E background

This text has black color on #A3988E background.


White color preview on #A3988E background

This text has white color on #A3988E background.