COLOR #A5521A

HEX: #A5521A
RGB: (165,82,26)

Color info

#A5521A contains mainly red color. Web safe color of #A5521A is #996600 (or #960).

RGB color model

#A5521A color RGB value is (165,82,26).

  • red value is 165;
  • green value is 82;
  • blue value is 26.
RGB:
(165,82,26)
(65%,32%,10%)

RGB channels and saturation

R 165 of 255 = 65%
G 82 of 255 = 32%
B 26 of 255 = 10%

165
82
26

R + G + B ~ 36%. #A5521A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 82 + 26 = 273 (100%)
R 165 of 273 ~ 60.44%
G 82 of 273 ~ 30.04%
B 26 of 273 ~ 9.52%

%60.44
%30.04
%9.52

CMYK color model

#A5521A color CMYK value is (0,50,84,35).

  • cyan value is 0.00%
  • magenta value is 50.30%
  • yellow value is 84.24%
  • key color value is 35.29%
CMYK:
(0,50,84,35)
C0M50Y84K35 
(0%,50%,84%,35%)
(0.00/0.50/0.84/0.35)	

CMYK percentages

%0
%50.3
%84.24
%35.29

Codes

Color #A5521A in popluar color models

A5521A
RGB1658226
HSL24°72.77%37.45%
HSB/HSV24°84.24%64.71%
CMYK0.00%50.30%84.24%
35.29%

Color #A5521A in popluar number systems.

HEXA5521A
Decimal1658226
Binary10100101101001011010
Octal24512232

Shades and tints

Shades of #A5521A

#A5521A
(165,82,26)
#964B18
(150,75,24)
#874416
(135,68,22)
#783D14
(120,61,20)
#693612
(105,54,18)
#5A2F10
(90,47,16)
#4B280E
(75,40,14)
#3C210C
(60,33,12)
#2D1A0A
(45,26,10)
#1E1308
(30,19,8)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #A5521A

#A5521A
(165,82,26)
#AD612E
(173,97,46)
#B57042
(181,112,66)
#BD7F56
(189,127,86)
#C58E6A
(197,142,106)
#CD9D7E
(205,157,126)
#D5AC92
(213,172,146)
#DDBBA6
(221,187,166)
#E5CABA
(229,202,186)
#EDD9CE
(237,217,206)
#F5E8E2
(245,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5521A color. Also use rgb(165,82,26) instead hex code.

Text Font Color

.myTextColor { color: #A5521A; }

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

This text font color is #A5521A.


Background Color

.myBgColor { background-color: #A5521A; }

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

This div background color is #A5521A.


Border color

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

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

This div border color is #A5521A.


Opacity

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

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

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

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

This text has shadow with #A5521A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5521A on black background.


Color preview on white background

This text has color #A5521A on white background.



Black color preview on #A5521A background

This text has black color on #A5521A background.


White color preview on #A5521A background

This text has white color on #A5521A background.