COLOR #A4784E

HEX: #A4784E
RGB: (164,120,78)

Color info

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

RGB color model

#A4784E color RGB value is (164,120,78).

  • red value is 164;
  • green value is 120;
  • blue value is 78.
RGB:
(164,120,78)
(64%,47%,31%)

RGB channels and saturation

R 164 of 255 = 64%
G 120 of 255 = 47%
B 78 of 255 = 31%

164
120
78

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

Portions of RGB colors in percentages

R + G + B =
164 + 120 + 78 = 362 (100%)
R 164 of 362 ~ 45.3%
G 120 of 362 ~ 33.15%
B 78 of 362 ~ 21.55%

%45.3
%33.15
%21.55

CMYK color model

#A4784E color CMYK value is (0,27,52,36).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 52.44%
  • key color value is 35.69%
CMYK:
(0,27,52,36)
C0M27Y52K36 
(0%,27%,52%,36%)
(0.00/0.27/0.52/0.36)	

CMYK percentages

%0
%26.83
%52.44
%35.69

Codes

Color #A4784E in popluar color models

A4784E
RGB16412078
HSL29°35.54%47.45%
HSB/HSV29°52.44%64.31%
CMYK0.00%26.83%52.44%
35.69%

Color #A4784E in popluar number systems.

HEXA4784E
Decimal16412078
Binary1010010011110001001110
Octal244170116

Shades and tints

Shades of #A4784E

#A4784E
(164,120,78)
#966E47
(150,110,71)
#886440
(136,100,64)
#7A5A39
(122,90,57)
#6C5032
(108,80,50)
#5E462B
(94,70,43)
#503C24
(80,60,36)
#42321D
(66,50,29)
#342816
(52,40,22)
#261E0F
(38,30,15)
#181408
(24,20,8)
#000000
(0,0,0)

Tints of #A4784E

#A4784E
(164,120,78)
#AC845E
(172,132,94)
#B4906E
(180,144,110)
#BC9C7E
(188,156,126)
#C4A88E
(196,168,142)
#CCB49E
(204,180,158)
#D4C0AE
(212,192,174)
#DCCCBE
(220,204,190)
#E4D8CE
(228,216,206)
#ECE4DE
(236,228,222)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4784E color. Also use rgb(164,120,78) instead hex code.

Text Font Color

.myTextColor { color: #A4784E; }

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

This text font color is #A4784E.


Background Color

.myBgColor { background-color: #A4784E; }

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

This div background color is #A4784E.


Border color

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

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

This div border color is #A4784E.


Opacity

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

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

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

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

This text has shadow with #A4784E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4784E on black background.


Color preview on white background

This text has color #A4784E on white background.



Black color preview on #A4784E background

This text has black color on #A4784E background.


White color preview on #A4784E background

This text has white color on #A4784E background.