COLOR #A3794E

HEX: #A3794E RGB: (163,121,78)

Color info

#A3794E contains mainly red and green colors. Web safe color of #A3794E is #996666 (or #966).

RGB color model

#A3794E color RGB value is (163,121,78).

RGB: (163,121,78) (64%, 47%, 31%)

RGB channels and saturation

R 163 of 255 = 64%
G 121 of 255 = 47%
B 78 of 255 = 31%

163
121
78

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

Portions of RGB colors in percentages

R + G + B = 163 + 121 + 78 = 362 (100%)
R 163 of 362 ~ 45.03%
G 121 of 362 ~ 33.43%
B 78 of 362 ~ 21.55'%

%45.03
%33.43
%21.55

CMYK color model

#A3794E color CMYK value is (0,26,52,36).

  • cyan value is 0.00%
  • magenta value is 25.77%
  • yellow value is 52.15%
  • key color value is 36.08%
CMYK: (0,26,52,36) C0M26Y52K36 (0%,26%,52%,36%) (0.00/0.26/0.52/0.36) 

CMYK percentages

%0
%25.77
%52.15
%36.08

Codes

Color #A3794E in popluar color models

A3 79 4E
RGB 163 121 78
HSL 30° 35.27% 47.25%
HSB/HSV 30° 52.15% 63.92%
CMYK 0.00% 25.77% 52.15%
36.08%

Color #A3794E in popluar number systems.

HEX A3 79 4E
Decimal 163 121 78
Binary 10100011 1111001 1001110
Octal 243 171 116

Shades and tints

Shades of #A3794E

#A3794E
(163,121,78)
#956E47
(149,110,71)
#876340
(135,99,64)
#795839
(121,88,57)
#6B4D32
(107,77,50)
#5D422B
(93,66,43)
#4F3724
(79,55,36)
#412C1D
(65,44,29)
#332116
(51,33,22)
#25160F
(37,22,15)
#170B08
(23,11,8)
#000000
(0,0,0)

Tints of #A3794E

#A3794E
(163,121,78)
#AB855E
(171,133,94)
#B3916E
(179,145,110)
#BB9D7E
(187,157,126)
#C3A98E
(195,169,142)
#CBB59E
(203,181,158)
#D3C1AE
(211,193,174)
#DBCDBE
(219,205,190)
#E3D9CE
(227,217,206)
#EBE5DE
(235,229,222)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3794E; }

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

This text font color is #A3794E.

Background Color

.myBgColor { background-color: #A3794E; }

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

This div background color is #A3794E.

Border color

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

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

This div border color is #A3794E.

Opacity

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

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

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

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

This text has shadow with #A3794E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3794E.

Preview

Color preview on black background

This text has color #A3794E on black background.


Color preview on white background

This text has color #A3794E on white background.


Black color preview on #A3794E background

This text has black color on #A3794E background.


White color preview on #A3794E background

This text has white color on #A3794E background.


Related colors

Complementary color

Complementary color for #hex is #5C86B1.


I love getcolorcode.com

Triadic colors

1 #4EA379 and #794EA3 with #A3794E are triadic colors.

2 #4E79A3 and #79A34E with #A3794E are triadic colors.