COLOR #A3948F

HEX: #A3948F RGB: (163,148,143)

Color info

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

RGB color model

#A3948F color RGB value is (163,148,143).

RGB: (163,148,143) (64%, 58%, 56%)

RGB channels and saturation

R 163 of 255 = 64%
G 148 of 255 = 58%
B 143 of 255 = 56%

163
148
143

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

Portions of RGB colors in percentages

R + G + B = 163 + 148 + 143 = 454 (100%)
R 163 of 454 ~ 35.9%
G 148 of 454 ~ 32.6%
B 143 of 454 ~ 31.5'%

%35.9
%32.6
%31.5

CMYK color model

#A3948F color CMYK value is (0,9,12,36).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 12.27%
  • key color value is 36.08%
CMYK: (0,9,12,36) C0M9Y12K36 (0%,9%,12%,36%) (0.00/0.09/0.12/0.36) 

CMYK percentages

%0
%9.2
%12.27
%36.08

Codes

Color #A3948F in popluar color models

A3 94 8F
RGB 163 148 143
HSL 15° 9.80% 60.00%
HSB/HSV 15° 12.27% 63.92%
CMYK 0.00% 9.20% 12.27%
36.08%

Color #A3948F in popluar number systems.

HEX A3 94 8F
Decimal 163 148 143
Binary 10100011 10010100 10001111
Octal 243 224 217

Shades and tints

Shades of #A3948F

#A3948F
(163,148,143)
#958782
(149,135,130)
#877A75
(135,122,117)
#796D68
(121,109,104)
#6B605B
(107,96,91)
#5D534E
(93,83,78)
#4F4641
(79,70,65)
#413934
(65,57,52)
#332C27
(51,44,39)
#251F1A
(37,31,26)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #A3948F

#A3948F
(163,148,143)
#AB9D99
(171,157,153)
#B3A6A3
(179,166,163)
#BBAFAD
(187,175,173)
#C3B8B7
(195,184,183)
#CBC1C1
(203,193,193)
#D3CACB
(211,202,203)
#DBD3D5
(219,211,213)
#E3DCDF
(227,220,223)
#EBE5E9
(235,229,233)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3948F; }

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

This text font color is #A3948F.

Background Color

.myBgColor { background-color: #A3948F; }

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

This div background color is #A3948F.

Border color

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

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

This div border color is #A3948F.

Opacity

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

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

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

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

This text has shadow with #A3948F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3948F.

Preview

Color preview on black background

This text has color #A3948F on black background.


Color preview on white background

This text has color #A3948F on white background.


Black color preview on #A3948F background

This text has black color on #A3948F background.


White color preview on #A3948F background

This text has white color on #A3948F background.


Related colors

Complementary color

Complementary color for #hex is #5C6B70.


I love getcolorcode.com

Triadic colors

1 #8FA394 and #948FA3 with #A3948F are triadic colors.

2 #8F94A3 and #94A38F with #A3948F are triadic colors.