COLOR #A3798D

HEX: #A3798D RGB: (163,121,141)

Color info

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

RGB color model

#A3798D color RGB value is (163,121,141).

RGB: (163,121,141) (64%, 47%, 55%)

RGB channels and saturation

R 163 of 255 = 64%
G 121 of 255 = 47%
B 141 of 255 = 55%

163
121
141

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

Portions of RGB colors in percentages

R + G + B = 163 + 121 + 141 = 425 (100%)
R 163 of 425 ~ 38.35%
G 121 of 425 ~ 28.47%
B 141 of 425 ~ 33.18'%

%38.35
%28.47
%33.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.77%
  • yellow value is 13.50%
  • 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
%13.5
%36.08

Codes

Color #A3798D in popluar color models

A3 79 8D
RGB 163 121 141
HSL 331° 18.58% 55.69%
HSB/HSV 331° 25.77% 63.92%
CMYK 0.00% 25.77% 13.50%
36.08%

Color #A3798D in popluar number systems.

HEX A3 79 8D
Decimal 163 121 141
Binary 10100011 1111001 10001101
Octal 243 171 215

Shades and tints

Shades of #A3798D

#A3798D
(163,121,141)
#956E81
(149,110,129)
#876375
(135,99,117)
#795869
(121,88,105)
#6B4D5D
(107,77,93)
#5D4251
(93,66,81)
#4F3745
(79,55,69)
#412C39
(65,44,57)
#33212D
(51,33,45)
#251621
(37,22,33)
#170B15
(23,11,21)
#000000
(0,0,0)

Tints of #A3798D

#A3798D
(163,121,141)
#AB8597
(171,133,151)
#B391A1
(179,145,161)
#BB9DAB
(187,157,171)
#C3A9B5
(195,169,181)
#CBB5BF
(203,181,191)
#D3C1C9
(211,193,201)
#DBCDD3
(219,205,211)
#E3D9DD
(227,217,221)
#EBE5E7
(235,229,231)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3798D; }

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

This text font color is #A3798D.

Background Color

.myBgColor { background-color: #A3798D; }

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

This div background color is #A3798D.

Border color

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

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

This div border color is #A3798D.

Opacity

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

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

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

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

This text has shadow with #A3798D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3798D.

Preview

Color preview on black background

This text has color #A3798D on black background.


Color preview on white background

This text has color #A3798D on white background.


Black color preview on #A3798D background

This text has black color on #A3798D background.


White color preview on #A3798D background

This text has white color on #A3798D background.


Related colors

Complementary color

Complementary color for #hex is #5C8672.


I love getcolorcode.com

Triadic colors

1 #8DA379 and #798DA3 with #A3798D are triadic colors.

2 #8D79A3 and #79A38D with #A3798D are triadic colors.