COLOR #A0522D

HEX: #A0522D RGB: (160,82,45)

Color info

Color name is Sienna. #A0522D contains mainly red color. Web safe color of #A0522D is #996633 (or #963).

RGB color model

#A0522D color RGB value is (160,82,45).

RGB: (160,82,45) (63%, 32%, 18%)

RGB channels and saturation

R 160 of 255 = 63%
G 82 of 255 = 32%
B 45 of 255 = 18%

160
82
45

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

Portions of RGB colors in percentages

R + G + B = 160 + 82 + 45 = 287 (100%)
R 160 of 287 ~ 55.75%
G 82 of 287 ~ 28.57%
B 45 of 287 ~ 15.68'%

%55.75
%28.57
%15.68

CMYK color model

#A0522D color CMYK value is (0,49,72,37).

  • cyan value is 0.00%
  • magenta value is 48.75%
  • yellow value is 71.88%
  • key color value is 37.25%

CMYK: (0,49,72,37)
C0M49Y72K37 (0%, 49%, 72%, 37%)
(0.00 / 0.49 / 0.72 / 0.37)

CMYK percentages

%0
%48.75
%71.88
%37.25

Codes

Color #A0522D in popluar color models

A0 52 2D
RGB 160 82 45
HSL 19° 56.10% 40.20%
HSB/HSV 19° 71.88% 62.75%
CMYK 0.00% 48.75% 71.88%
37.25%

Color #A0522D in popluar number systems.

HEX A0 52 2D
Decimal 160 82 45
Binary 10100000 1010010 101101
Octal 240 122 55

Shades and tints

Shades of #A0522D

#A0522D
(160,82,45)
#924B29
(146,75,41)
#844425
(132,68,37)
#763D21
(118,61,33)
#68361D
(104,54,29)
#5A2F19
(90,47,25)
#4C2815
(76,40,21)
#3E2111
(62,33,17)
#301A0D
(48,26,13)
#221309
(34,19,9)
#140C05
(20,12,5)
#000000
(0,0,0)

Tints of #A0522D

#A0522D
(160,82,45)
#A86140
(168,97,64)
#B07053
(176,112,83)
#B87F66
(184,127,102)
#C08E79
(192,142,121)
#C89D8C
(200,157,140)
#D0AC9F
(208,172,159)
#D8BBB2
(216,187,178)
#E0CAC5
(224,202,197)
#E8D9D8
(232,217,216)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0522D color. Also use rgb(160,82,45) instead hex code.

Text Font Color

.myTextColor { color: #A0522D; }

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

This text font color is #A0522D.

Background Color

.myBgColor { background-color: #A0522D; }

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

This div background color is #A0522D.

Border color

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

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

This div border color is #A0522D.

Opacity

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

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

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

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

This text has shadow with #A0522D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0522D.

Preview

Color preview on black background

This text has color #A0522D on black background.


Color preview on white background

This text has color #A0522D on white background.


Black color preview on #A0522D background

This text has black color on #A0522D background.


White color preview on #A0522D background

This text has white color on #A0522D background.


Related colors

Complementary color

Complementary color for #hex is #5FADD2.


I love getcolorcode.com

Triadic colors

1 #2DA052 and #522DA0 with #A0522D are triadic colors.

2 #2D52A0 and #52A02D with #A0522D are triadic colors.