COLOR #A3989F

HEX: #A3989F
RGB: (163,152,159)

Color info

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

RGB color model

#A3989F color RGB value is (163,152,159).

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

RGB channels and saturation

R 163 of 255 = 64%
G 152 of 255 = 60%
B 159 of 255 = 62%

163
152
159

R + G + B ~ 62%. #A3989F is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 152 + 159 = 474 (100%)
R 163 of 474 ~ 34.39%
G 152 of 474 ~ 32.07%
B 159 of 474 ~ 33.54%

%34.39
%32.07
%33.54

CMYK color model

#A3989F color CMYK value is (0,7,2,36).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 2.45%
  • key color value is 36.08%
CMYK:
(0,7,2,36)
C0M7Y2K36 
(0%,7%,2%,36%)
(0.00/0.07/0.02/0.36)	

CMYK percentages

%0
%6.75
%2.45
%36.08

Codes

Color #A3989F in popluar color models

A3989F
RGB163152159
HSL322°5.64%61.76%
HSB/HSV322°6.75%63.92%
CMYK0.00%6.75%2.45%
36.08%

Color #A3989F in popluar number systems.

HEXA3989F
Decimal163152159
Binary101000111001100010011111
Octal243230237

Shades and tints

Shades of #A3989F

#A3989F
(163,152,159)
#958B91
(149,139,145)
#877E83
(135,126,131)
#797175
(121,113,117)
#6B6467
(107,100,103)
#5D5759
(93,87,89)
#4F4A4B
(79,74,75)
#413D3D
(65,61,61)
#33302F
(51,48,47)
#252321
(37,35,33)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #A3989F

#A3989F
(163,152,159)
#ABA1A7
(171,161,167)
#B3AAAF
(179,170,175)
#BBB3B7
(187,179,183)
#C3BCBF
(195,188,191)
#CBC5C7
(203,197,199)
#D3CECF
(211,206,207)
#DBD7D7
(219,215,215)
#E3E0DF
(227,224,223)
#EBE9E7
(235,233,231)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3989F; }

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

This text font color is #A3989F.


Background Color

.myBgColor { background-color: #A3989F; }

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

This div background color is #A3989F.


Border color

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

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

This div border color is #A3989F.


Opacity

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

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

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

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

This text has shadow with #A3989F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3989F on black background.


Color preview on white background

This text has color #A3989F on white background.



Black color preview on #A3989F background

This text has black color on #A3989F background.


White color preview on #A3989F background

This text has white color on #A3989F background.