COLOR #A3989B

HEX: #A3989B
RGB: (163,152,155)

Color info

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

RGB color model

#A3989B color RGB value is (163,152,155).

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

RGB channels and saturation

R 163 of 255 = 64%
G 152 of 255 = 60%
B 155 of 255 = 61%

163
152
155

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

Portions of RGB colors in percentages

R + G + B =
163 + 152 + 155 = 470 (100%)
R 163 of 470 ~ 34.68%
G 152 of 470 ~ 32.34%
B 155 of 470 ~ 32.98%

%34.68
%32.34
%32.98

CMYK color model

#A3989B color CMYK value is (0,7,5,36).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 4.91%
  • key color value is 36.08%
CMYK: (0,7,5,36) C0M7Y5K36 (0%,7%,5%,36%) (0.00/0.07/0.05/0.36)

CMYK percentages

%0
%6.75
%4.91
%36.08

Codes

Color #A3989B in popluar color models

A3989B
RGB163152155
HSL344°5.64%61.76%
HSB/HSV344°6.75%63.92%
CMYK0.00%6.75%4.91%
36.08%

Color #A3989B in popluar number systems.

HEXA3989B
Decimal163152155
Binary101000111001100010011011
Octal243230233

Shades and tints

Shades of #A3989B

#A3989B
(163,152,155)
#958B8D
(149,139,141)
#877E7F
(135,126,127)
#797171
(121,113,113)
#6B6463
(107,100,99)
#5D5755
(93,87,85)
#4F4A47
(79,74,71)
#413D39
(65,61,57)
#33302B
(51,48,43)
#25231D
(37,35,29)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #A3989B

#A3989B
(163,152,155)
#ABA1A4
(171,161,164)
#B3AAAD
(179,170,173)
#BBB3B6
(187,179,182)
#C3BCBF
(195,188,191)
#CBC5C8
(203,197,200)
#D3CED1
(211,206,209)
#DBD7DA
(219,215,218)
#E3E0E3
(227,224,227)
#EBE9EC
(235,233,236)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3989B; }

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

This text font color is #A3989B.


Background Color

.myBgColor { background-color: #A3989B; }

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

This div background color is #A3989B.


Border color

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

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

This div border color is #A3989B.


Opacity

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

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

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

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

This text has shadow with #A3989B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A3989B on black background.


Color preview on white background

This text has color #A3989B on white background.



Black color preview on #A3989B background

This text has black color on #A3989B background.


White color preview on #A3989B background

This text has white color on #A3989B background.