COLOR #A3948B

HEX: #A3948B
RGB: (163,148,139)

Color info

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

RGB color model

#A3948B color RGB value is (163,148,139).

  • red value is 163;
  • green value is 148;
  • blue value is 139.
RGB:
(163,148,139)
(64%,58%,55%)

RGB channels and saturation

R 163 of 255 = 64%
G 148 of 255 = 58%
B 139 of 255 = 55%

163
148
139

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

Portions of RGB colors in percentages

R + G + B =
163 + 148 + 139 = 450 (100%)
R 163 of 450 ~ 36.22%
G 148 of 450 ~ 32.89%
B 139 of 450 ~ 30.89%

%36.22
%32.89
%30.89

CMYK color model

#A3948B color CMYK value is (0,9,15,36).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 14.72%
  • key color value is 36.08%
CMYK:
(0,9,15,36)
C0M9Y15K36 
(0%,9%,15%,36%)
(0.00/0.09/0.15/0.36)	

CMYK percentages

%0
%9.2
%14.72
%36.08

Codes

Color #A3948B in popluar color models

A3948B
RGB163148139
HSL23°11.54%59.22%
HSB/HSV23°14.72%63.92%
CMYK0.00%9.20%14.72%
36.08%

Color #A3948B in popluar number systems.

HEXA3948B
Decimal163148139
Binary101000111001010010001011
Octal243224213

Shades and tints

Shades of #A3948B

#A3948B
(163,148,139)
#95877F
(149,135,127)
#877A73
(135,122,115)
#796D67
(121,109,103)
#6B605B
(107,96,91)
#5D534F
(93,83,79)
#4F4643
(79,70,67)
#413937
(65,57,55)
#332C2B
(51,44,43)
#251F1F
(37,31,31)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #A3948B

#A3948B
(163,148,139)
#AB9D95
(171,157,149)
#B3A69F
(179,166,159)
#BBAFA9
(187,175,169)
#C3B8B3
(195,184,179)
#CBC1BD
(203,193,189)
#D3CAC7
(211,202,199)
#DBD3D1
(219,211,209)
#E3DCDB
(227,220,219)
#EBE5E5
(235,229,229)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3948B color. Also use rgb(163,148,139) instead hex code.

Text Font Color

.myTextColor { color: #A3948B; }

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

This text font color is #A3948B.


Background Color

.myBgColor { background-color: #A3948B; }

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

This div background color is #A3948B.


Border color

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

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

This div border color is #A3948B.


Opacity

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

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

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

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

This text has shadow with #A3948B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3948B on black background.


Color preview on white background

This text has color #A3948B on white background.



Black color preview on #A3948B background

This text has black color on #A3948B background.


White color preview on #A3948B background

This text has white color on #A3948B background.