COLOR #A0794C

HEX: #A0794C RGB: (160,121,76)

Color info

#A0794C contains mainly red and green colors. Web safe color of #A0794C is #996633 (or #963).

RGB color model

#A0794C color RGB value is (160,121,76).

RGB: (160,121,76) (63%, 47%, 30%)

RGB channels and saturation

R 160 of 255 = 63%
G 121 of 255 = 47%
B 76 of 255 = 30%

160
121
76

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

Portions of RGB colors in percentages

R + G + B = 160 + 121 + 76 = 357 (100%)
R 160 of 357 ~ 44.82%
G 121 of 357 ~ 33.89%
B 76 of 357 ~ 21.29'%

%44.82
%33.89
%21.29

CMYK color model

#A0794C color CMYK value is (0,24,53,37).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 52.50%
  • key color value is 37.25%
CMYK: (0,24,53,37) C0M24Y53K37 (0%,24%,53%,37%) (0.00/0.24/0.53/0.37) 

CMYK percentages

%0
%24.38
%52.5
%37.25

Codes

Color #A0794C in popluar color models

A0 79 4C
RGB 160 121 76
HSL 32° 35.59% 46.27%
HSB/HSV 32° 52.50% 62.75%
CMYK 0.00% 24.38% 52.50%
37.25%

Color #A0794C in popluar number systems.

HEX A0 79 4C
Decimal 160 121 76
Binary 10100000 1111001 1001100
Octal 240 171 114

Shades and tints

Shades of #A0794C

#A0794C
(160,121,76)
#926E46
(146,110,70)
#846340
(132,99,64)
#76583A
(118,88,58)
#684D34
(104,77,52)
#5A422E
(90,66,46)
#4C3728
(76,55,40)
#3E2C22
(62,44,34)
#30211C
(48,33,28)
#221616
(34,22,22)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #A0794C

#A0794C
(160,121,76)
#A8855C
(168,133,92)
#B0916C
(176,145,108)
#B89D7C
(184,157,124)
#C0A98C
(192,169,140)
#C8B59C
(200,181,156)
#D0C1AC
(208,193,172)
#D8CDBC
(216,205,188)
#E0D9CC
(224,217,204)
#E8E5DC
(232,229,220)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0794C color. Also use rgb(160,121,76) instead hex code.

Text Font Color

.myTextColor { color: #A0794C; }

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

This text font color is #A0794C.

Background Color

.myBgColor { background-color: #A0794C; }

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

This div background color is #A0794C.

Border color

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

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

This div border color is #A0794C.

Opacity

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

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

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

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

This text has shadow with #A0794C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0794C.

Preview

Color preview on black background

This text has color #A0794C on black background.


Color preview on white background

This text has color #A0794C on white background.


Black color preview on #A0794C background

This text has black color on #A0794C background.


White color preview on #A0794C background

This text has white color on #A0794C background.


Related colors

Complementary color

Complementary color for #hex is #5F86B3.


I love getcolorcode.com

Triadic colors

1 #4CA079 and #794CA0 with #A0794C are triadic colors.

2 #4C79A0 and #79A04C with #A0794C are triadic colors.