COLOR #A4786F

HEX: #A4786F RGB: (164,120,111)

Color info

#A4786F contains red, green and blue colors in about the same proportion. Web safe color of #A4786F is #996666 (or #966).

RGB color model

#A4786F color RGB value is (164,120,111).

RGB: (164,120,111) (64%, 47%, 44%)

RGB channels and saturation

R 164 of 255 = 64%
G 120 of 255 = 47%
B 111 of 255 = 44%

164
120
111

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

Portions of RGB colors in percentages

R + G + B = 164 + 120 + 111 = 395 (100%)
R 164 of 395 ~ 41.52%
G 120 of 395 ~ 30.38%
B 111 of 395 ~ 28.1'%

%41.52
%30.38
%28.1

CMYK color model

#A4786F color CMYK value is (0,27,32,36).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 32.32%
  • key color value is 35.69%
CMYK: (0,27,32,36) C0M27Y32K36 (0%,27%,32%,36%) (0.00/0.27/0.32/0.36) 

CMYK percentages

%0
%26.83
%32.32
%35.69

Codes

Color #A4786F in popluar color models

A4 78 6F
RGB 164 120 111
HSL 10° 22.55% 53.92%
HSB/HSV 10° 32.32% 64.31%
CMYK 0.00% 26.83% 32.32%
35.69%

Color #A4786F in popluar number systems.

HEX A4 78 6F
Decimal 164 120 111
Binary 10100100 1111000 1101111
Octal 244 170 157

Shades and tints

Shades of #A4786F

#A4786F
(164,120,111)
#966E65
(150,110,101)
#88645B
(136,100,91)
#7A5A51
(122,90,81)
#6C5047
(108,80,71)
#5E463D
(94,70,61)
#503C33
(80,60,51)
#423229
(66,50,41)
#34281F
(52,40,31)
#261E15
(38,30,21)
#18140B
(24,20,11)
#000000
(0,0,0)

Tints of #A4786F

#A4786F
(164,120,111)
#AC847C
(172,132,124)
#B49089
(180,144,137)
#BC9C96
(188,156,150)
#C4A8A3
(196,168,163)
#CCB4B0
(204,180,176)
#D4C0BD
(212,192,189)
#DCCCCA
(220,204,202)
#E4D8D7
(228,216,215)
#ECE4E4
(236,228,228)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4786F; }

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

This text font color is #A4786F.

Background Color

.myBgColor { background-color: #A4786F; }

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

This div background color is #A4786F.

Border color

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

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

This div border color is #A4786F.

Opacity

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

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

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

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

This text has shadow with #A4786F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4786F.

Preview

Color preview on black background

This text has color #A4786F on black background.


Color preview on white background

This text has color #A4786F on white background.


Black color preview on #A4786F background

This text has black color on #A4786F background.


White color preview on #A4786F background

This text has white color on #A4786F background.


Related colors

Complementary color

Complementary color for #hex is #5B8790.


I love getcolorcode.com

Triadic colors

1 #6FA478 and #786FA4 with #A4786F are triadic colors.

2 #6F78A4 and #78A46F with #A4786F are triadic colors.