COLOR #A3798F

HEX: #A3798F
RGB: (163,121,143)

Color info

#A3798F contains red, green and blue colors in about the same proportion. Web safe color of #A3798F is #996699 (or #969).

RGB color model

#A3798F color RGB value is (163,121,143).

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

RGB channels and saturation

R 163 of 255 = 64%
G 121 of 255 = 47%
B 143 of 255 = 56%

163
121
143

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

Portions of RGB colors in percentages

R + G + B =
163 + 121 + 143 = 427 (100%)
R 163 of 427 ~ 38.17%
G 121 of 427 ~ 28.34%
B 143 of 427 ~ 33.49%

%38.17
%28.34
%33.49

CMYK color model

#A3798F color CMYK value is (0,26,12,36).

  • cyan value is 0.00%
  • magenta value is 25.77%
  • yellow value is 12.27%
  • key color value is 36.08%
CMYK:
(0,26,12,36)
C0M26Y12K36 
(0%,26%,12%,36%)
(0.00/0.26/0.12/0.36)	

CMYK percentages

%0
%25.77
%12.27
%36.08

Codes

Color #A3798F in popluar color models

A3798F
RGB163121143
HSL329°18.58%55.69%
HSB/HSV329°25.77%63.92%
CMYK0.00%25.77%12.27%
36.08%

Color #A3798F in popluar number systems.

HEXA3798F
Decimal163121143
Binary10100011111100110001111
Octal243171217

Shades and tints

Shades of #A3798F

#A3798F
(163,121,143)
#956E82
(149,110,130)
#876375
(135,99,117)
#795868
(121,88,104)
#6B4D5B
(107,77,91)
#5D424E
(93,66,78)
#4F3741
(79,55,65)
#412C34
(65,44,52)
#332127
(51,33,39)
#25161A
(37,22,26)
#170B0D
(23,11,13)
#000000
(0,0,0)

Tints of #A3798F

#A3798F
(163,121,143)
#AB8599
(171,133,153)
#B391A3
(179,145,163)
#BB9DAD
(187,157,173)
#C3A9B7
(195,169,183)
#CBB5C1
(203,181,193)
#D3C1CB
(211,193,203)
#DBCDD5
(219,205,213)
#E3D9DF
(227,217,223)
#EBE5E9
(235,229,233)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3798F; }

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

This text font color is #A3798F.


Background Color

.myBgColor { background-color: #A3798F; }

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

This div background color is #A3798F.


Border color

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

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

This div border color is #A3798F.


Opacity

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

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

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

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

This text has shadow with #A3798F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3798F on black background.


Color preview on white background

This text has color #A3798F on white background.



Black color preview on #A3798F background

This text has black color on #A3798F background.


White color preview on #A3798F background

This text has white color on #A3798F background.