COLOR #A4845C

HEX: #A4845C RGB: (164,132,92)

Color info

#A4845C contains mainly red and green colors. Web safe color of #A4845C is #999966 (or #996).

RGB color model

#A4845C color RGB value is (164,132,92).

RGB: (164,132,92) (64%, 52%, 36%)

RGB channels and saturation

R 164 of 255 = 64%
G 132 of 255 = 52%
B 92 of 255 = 36%

164
132
92

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

Portions of RGB colors in percentages

R + G + B = 164 + 132 + 92 = 388 (100%)
R 164 of 388 ~ 42.27%
G 132 of 388 ~ 34.02%
B 92 of 388 ~ 23.71'%

%42.27
%34.02
%23.71

CMYK color model

#A4845C color CMYK value is (0,20,44,36).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 43.90%
  • key color value is 35.69%

CMYK: (0,20,44,36)
C0M20Y44K36 (0%, 20%, 44%, 36%)
(0.00 / 0.20 / 0.44 / 0.36)

CMYK percentages

%0
%19.51
%43.9
%35.69

Codes

Color #A4845C in popluar color models

A4 84 5C
RGB 164 132 92
HSL 33° 28.35% 50.20%
HSB/HSV 33° 43.90% 64.31%
CMYK 0.00% 19.51% 43.90%
35.69%

Color #A4845C in popluar number systems.

HEX A4 84 5C
Decimal 164 132 92
Binary 10100100 10000100 1011100
Octal 244 204 134

Shades and tints

Shades of #A4845C

#A4845C
(164,132,92)
#967854
(150,120,84)
#886C4C
(136,108,76)
#7A6044
(122,96,68)
#6C543C
(108,84,60)
#5E4834
(94,72,52)
#503C2C
(80,60,44)
#423024
(66,48,36)
#34241C
(52,36,28)
#261814
(38,24,20)
#180C0C
(24,12,12)
#000000
(0,0,0)

Tints of #A4845C

#A4845C
(164,132,92)
#AC8F6A
(172,143,106)
#B49A78
(180,154,120)
#BCA586
(188,165,134)
#C4B094
(196,176,148)
#CCBBA2
(204,187,162)
#D4C6B0
(212,198,176)
#DCD1BE
(220,209,190)
#E4DCCC
(228,220,204)
#ECE7DA
(236,231,218)
#F4F2E8
(244,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4845C color. Also use rgb(164,132,92) instead hex code.

Text Font Color

.myTextColor { color: #A4845C; }

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

This text font color is #A4845C.

Background Color

.myBgColor { background-color: #A4845C; }

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

This div background color is #A4845C.

Border color

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

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

This div border color is #A4845C.

Opacity

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

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

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

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

This text has shadow with #A4845C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4845C.

Preview

Color preview on black background

This text has color #A4845C on black background.


Color preview on white background

This text has color #A4845C on white background.


Black color preview on #A4845C background

This text has black color on #A4845C background.


White color preview on #A4845C background

This text has white color on #A4845C background.


Related colors

Complementary color

Complementary color for #hex is #5B7BA3.


I love getcolorcode.com

Triadic colors

1 #5CA484 and #845CA4 with #A4845C are triadic colors.

2 #5C84A4 and #84A45C with #A4845C are triadic colors.