COLOR #A3798E

HEX: #A3798E
RGB: (163,121,142)

Color info

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

RGB color model

#A3798E color RGB value is (163,121,142).

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

RGB channels and saturation

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

163
121
142

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

Portions of RGB colors in percentages

R + G + B =
163 + 121 + 142 = 426 (100%)
R 163 of 426 ~ 38.26%
G 121 of 426 ~ 28.4%
B 142 of 426 ~ 33.33%

%38.26
%28.4
%33.33

CMYK color model

#A3798E color CMYK value is (0,26,13,36).

  • cyan value is 0.00%
  • magenta value is 25.77%
  • yellow value is 12.88%
  • key color value is 36.08%
CMYK:
(0,26,13,36)
C0M26Y13K36 
(0%,26%,13%,36%)
(0.00/0.26/0.13/0.36)	

CMYK percentages

%0
%25.77
%12.88
%36.08

Codes

Color #A3798E in popluar color models

A3798E
RGB163121142
HSL330°18.58%55.69%
HSB/HSV330°25.77%63.92%
CMYK0.00%25.77%12.88%
36.08%

Color #A3798E in popluar number systems.

HEXA3798E
Decimal163121142
Binary10100011111100110001110
Octal243171216

Shades and tints

Shades of #A3798E

#A3798E
(163,121,142)
#956E82
(149,110,130)
#876376
(135,99,118)
#79586A
(121,88,106)
#6B4D5E
(107,77,94)
#5D4252
(93,66,82)
#4F3746
(79,55,70)
#412C3A
(65,44,58)
#33212E
(51,33,46)
#251622
(37,22,34)
#170B16
(23,11,22)
#000000
(0,0,0)

Tints of #A3798E

#A3798E
(163,121,142)
#AB8598
(171,133,152)
#B391A2
(179,145,162)
#BB9DAC
(187,157,172)
#C3A9B6
(195,169,182)
#CBB5C0
(203,181,192)
#D3C1CA
(211,193,202)
#DBCDD4
(219,205,212)
#E3D9DE
(227,217,222)
#EBE5E8
(235,229,232)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3798E; }

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

This text font color is #A3798E.


Background Color

.myBgColor { background-color: #A3798E; }

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

This div background color is #A3798E.


Border color

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

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

This div border color is #A3798E.


Opacity

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

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

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

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

This text has shadow with #A3798E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3798E on black background.


Color preview on white background

This text has color #A3798E on white background.



Black color preview on #A3798E background

This text has black color on #A3798E background.


White color preview on #A3798E background

This text has white color on #A3798E background.