COLOR #A4836A

HEX: #A4836A RGB: (164,131,106)

Color info

#A4836A contains red, green and blue colors in about the same proportion. Web safe color of #A4836A is #999966 (or #996).

RGB color model

#A4836A color RGB value is (164,131,106).

RGB: (164,131,106) (64%, 51%, 42%)

RGB channels and saturation

R 164 of 255 = 64%
G 131 of 255 = 51%
B 106 of 255 = 42%

164
131
106

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

Portions of RGB colors in percentages

R + G + B = 164 + 131 + 106 = 401 (100%)
R 164 of 401 ~ 40.9%
G 131 of 401 ~ 32.67%
B 106 of 401 ~ 26.43'%

%40.9
%32.67
%26.43

CMYK color model

#A4836A color CMYK value is (0,20,35,36).

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

CMYK: (0,20,35,36)
C0M20Y35K36 (0%, 20%, 35%, 36%)
(0.00 / 0.20 / 0.35 / 0.36)

CMYK percentages

%0
%20.12
%35.37
%35.69

Codes

Color #A4836A in popluar color models

A4 83 6A
RGB 164 131 106
HSL 26° 24.17% 52.94%
HSB/HSV 26° 35.37% 64.31%
CMYK 0.00% 20.12% 35.37%
35.69%

Color #A4836A in popluar number systems.

HEX A4 83 6A
Decimal 164 131 106
Binary 10100100 10000011 1101010
Octal 244 203 152

Shades and tints

Shades of #A4836A

#A4836A
(164,131,106)
#967861
(150,120,97)
#886D58
(136,109,88)
#7A624F
(122,98,79)
#6C5746
(108,87,70)
#5E4C3D
(94,76,61)
#504134
(80,65,52)
#42362B
(66,54,43)
#342B22
(52,43,34)
#262019
(38,32,25)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #A4836A

#A4836A
(164,131,106)
#AC8E77
(172,142,119)
#B49984
(180,153,132)
#BCA491
(188,164,145)
#C4AF9E
(196,175,158)
#CCBAAB
(204,186,171)
#D4C5B8
(212,197,184)
#DCD0C5
(220,208,197)
#E4DBD2
(228,219,210)
#ECE6DF
(236,230,223)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4836A; }

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

This text font color is #A4836A.

Background Color

.myBgColor { background-color: #A4836A; }

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

This div background color is #A4836A.

Border color

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

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

This div border color is #A4836A.

Opacity

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

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

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

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

This text has shadow with #A4836A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4836A.

Preview

Color preview on black background

This text has color #A4836A on black background.


Color preview on white background

This text has color #A4836A on white background.


Black color preview on #A4836A background

This text has black color on #A4836A background.


White color preview on #A4836A background

This text has white color on #A4836A background.


Related colors

Complementary color

Complementary color for #hex is #5B7C95.


I love getcolorcode.com

Triadic colors

1 #6AA483 and #836AA4 with #A4836A are triadic colors.

2 #6A83A4 and #83A46A with #A4836A are triadic colors.