COLOR #A4522E

HEX: #A4522E RGB: (164,82,46)

Color info

#A4522E contains mainly red color. Web safe color of #A4522E is #996633 (or #963).

RGB color model

#A4522E color RGB value is (164,82,46).

RGB: (164,82,46) (64%, 32%, 18%)

RGB channels and saturation

R 164 of 255 = 64%
G 82 of 255 = 32%
B 46 of 255 = 18%

164
82
46

R + G + B ~ 38%. #A4522E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 164 + 82 + 46 = 292 (100%)
R 164 of 292 ~ 56.16%
G 82 of 292 ~ 28.08%
B 46 of 292 ~ 15.75'%

%56.16
%28.08
%15.75

CMYK color model

#A4522E color CMYK value is (0,50,72,36).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 71.95%
  • key color value is 35.69%
CMYK: (0,50,72,36) C0M50Y72K36 (0%,50%,72%,36%) (0.00/0.50/0.72/0.36) 

CMYK percentages

%0
%50
%71.95
%35.69

Codes

Color #A4522E in popluar color models

A4 52 2E
RGB 164 82 46
HSL 18° 56.19% 41.18%
HSB/HSV 18° 71.95% 64.31%
CMYK 0.00% 50.00% 71.95%
35.69%

Color #A4522E in popluar number systems.

HEX A4 52 2E
Decimal 164 82 46
Binary 10100100 1010010 101110
Octal 244 122 56

Shades and tints

Shades of #A4522E

#A4522E
(164,82,46)
#964B2A
(150,75,42)
#884426
(136,68,38)
#7A3D22
(122,61,34)
#6C361E
(108,54,30)
#5E2F1A
(94,47,26)
#502816
(80,40,22)
#422112
(66,33,18)
#341A0E
(52,26,14)
#26130A
(38,19,10)
#180C06
(24,12,6)
#000000
(0,0,0)

Tints of #A4522E

#A4522E
(164,82,46)
#AC6141
(172,97,65)
#B47054
(180,112,84)
#BC7F67
(188,127,103)
#C48E7A
(196,142,122)
#CC9D8D
(204,157,141)
#D4ACA0
(212,172,160)
#DCBBB3
(220,187,179)
#E4CAC6
(228,202,198)
#ECD9D9
(236,217,217)
#F4E8EC
(244,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4522E color. Also use rgb(164,82,46) instead hex code.

Text Font Color

.myTextColor { color: #A4522E; }

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

This text font color is #A4522E.

Background Color

.myBgColor { background-color: #A4522E; }

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

This div background color is #A4522E.

Border color

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

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

This div border color is #A4522E.

Opacity

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

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

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

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

This text has shadow with #A4522E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4522E.

Preview

Color preview on black background

This text has color #A4522E on black background.


Color preview on white background

This text has color #A4522E on white background.


Black color preview on #A4522E background

This text has black color on #A4522E background.


White color preview on #A4522E background

This text has white color on #A4522E background.


Related colors

Complementary color

Complementary color for #hex is #5BADD1.


I love getcolorcode.com

Triadic colors

1 #2EA452 and #522EA4 with #A4522E are triadic colors.

2 #2E52A4 and #52A42E with #A4522E are triadic colors.