COLOR #A3898F

HEX: #A3898F
RGB: (163,137,143)

Color info

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

RGB color model

#A3898F color RGB value is (163,137,143).

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

RGB channels and saturation

R 163 of 255 = 64%
G 137 of 255 = 54%
B 143 of 255 = 56%

163
137
143

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

Portions of RGB colors in percentages

R + G + B =
163 + 137 + 143 = 443 (100%)
R 163 of 443 ~ 36.79%
G 137 of 443 ~ 30.93%
B 143 of 443 ~ 32.28%

%36.79
%30.93
%32.28

CMYK color model

#A3898F color CMYK value is (0,16,12,36).

  • cyan value is 0.00%
  • magenta value is 15.95%
  • yellow value is 12.27%
  • key color value is 36.08%
CMYK:
(0,16,12,36)
C0M16Y12K36 
(0%,16%,12%,36%)
(0.00/0.16/0.12/0.36)	

CMYK percentages

%0
%15.95
%12.27
%36.08

Codes

Color #A3898F in popluar color models

A3898F
RGB163137143
HSL346°12.38%58.82%
HSB/HSV346°15.95%63.92%
CMYK0.00%15.95%12.27%
36.08%

Color #A3898F in popluar number systems.

HEXA3898F
Decimal163137143
Binary101000111000100110001111
Octal243211217

Shades and tints

Shades of #A3898F

#A3898F
(163,137,143)
#957D82
(149,125,130)
#877175
(135,113,117)
#796568
(121,101,104)
#6B595B
(107,89,91)
#5D4D4E
(93,77,78)
#4F4141
(79,65,65)
#413534
(65,53,52)
#332927
(51,41,39)
#251D1A
(37,29,26)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #A3898F

#A3898F
(163,137,143)
#AB9399
(171,147,153)
#B39DA3
(179,157,163)
#BBA7AD
(187,167,173)
#C3B1B7
(195,177,183)
#CBBBC1
(203,187,193)
#D3C5CB
(211,197,203)
#DBCFD5
(219,207,213)
#E3D9DF
(227,217,223)
#EBE3E9
(235,227,233)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3898F; }

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

This text font color is #A3898F.


Background Color

.myBgColor { background-color: #A3898F; }

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

This div background color is #A3898F.


Border color

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

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

This div border color is #A3898F.


Opacity

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

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

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

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

This text has shadow with #A3898F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3898F on black background.


Color preview on white background

This text has color #A3898F on white background.



Black color preview on #A3898F background

This text has black color on #A3898F background.


White color preview on #A3898F background

This text has white color on #A3898F background.