COLOR #A4834E

HEX: #A4834E RGB: (164,131,78)

Color info

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

RGB color model

#A4834E color RGB value is (164,131,78).

RGB: (164,131,78) (64%, 51%, 31%)

RGB channels and saturation

R 164 of 255 = 64%
G 131 of 255 = 51%
B 78 of 255 = 31%

164
131
78

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

Portions of RGB colors in percentages

R + G + B = 164 + 131 + 78 = 373 (100%)
R 164 of 373 ~ 43.97%
G 131 of 373 ~ 35.12%
B 78 of 373 ~ 20.91'%

%43.97
%35.12
%20.91

CMYK color model

#A4834E color CMYK value is (0,20,52,36).

  • cyan value is 0.00%
  • magenta value is 20.12%
  • yellow value is 52.44%
  • key color value is 35.69%

CMYK: (0,20,52,36)
C0M20Y52K36 (0%, 20%, 52%, 36%)
(0.00 / 0.20 / 0.52 / 0.36)

CMYK percentages

%0
%20.12
%52.44
%35.69

Codes

Color #A4834E in popluar color models

A4 83 4E
RGB 164 131 78
HSL 37° 35.54% 47.45%
HSB/HSV 37° 52.44% 64.31%
CMYK 0.00% 20.12% 52.44%
35.69%

Color #A4834E in popluar number systems.

HEX A4 83 4E
Decimal 164 131 78
Binary 10100100 10000011 1001110
Octal 244 203 116

Shades and tints

Shades of #A4834E

#A4834E
(164,131,78)
#967847
(150,120,71)
#886D40
(136,109,64)
#7A6239
(122,98,57)
#6C5732
(108,87,50)
#5E4C2B
(94,76,43)
#504124
(80,65,36)
#42361D
(66,54,29)
#342B16
(52,43,22)
#26200F
(38,32,15)
#181508
(24,21,8)
#000000
(0,0,0)

Tints of #A4834E

#A4834E
(164,131,78)
#AC8E5E
(172,142,94)
#B4996E
(180,153,110)
#BCA47E
(188,164,126)
#C4AF8E
(196,175,142)
#CCBA9E
(204,186,158)
#D4C5AE
(212,197,174)
#DCD0BE
(220,208,190)
#E4DBCE
(228,219,206)
#ECE6DE
(236,230,222)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4834E; }

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

This text font color is #A4834E.

Background Color

.myBgColor { background-color: #A4834E; }

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

This div background color is #A4834E.

Border color

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

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

This div border color is #A4834E.

Opacity

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

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

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

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

This text has shadow with #A4834E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4834E.

Preview

Color preview on black background

This text has color #A4834E on black background.


Color preview on white background

This text has color #A4834E on white background.


Black color preview on #A4834E background

This text has black color on #A4834E background.


White color preview on #A4834E background

This text has white color on #A4834E background.


Related colors

Complementary color

Complementary color for #hex is #5B7CB1.


I love getcolorcode.com

Triadic colors

1 #4EA483 and #834EA4 with #A4834E are triadic colors.

2 #4E83A4 and #83A44E with #A4834E are triadic colors.