COLOR #A9522F

HEX: #A9522F
RGB: (169,82,47)

Color info

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

RGB color model

#A9522F color RGB value is (169,82,47).

  • red value is 169;
  • green value is 82;
  • blue value is 47.
RGB:
(169,82,47)
(66%,32%,18%)

RGB channels and saturation

R 169 of 255 = 66%
G 82 of 255 = 32%
B 47 of 255 = 18%

169
82
47

R + G + B ~ 39%. #A9522F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
169 + 82 + 47 = 298 (100%)
R 169 of 298 ~ 56.71%
G 82 of 298 ~ 27.52%
B 47 of 298 ~ 15.77%

%56.71
%27.52
%15.77

CMYK color model

#A9522F color CMYK value is (0,51,72,34).

  • cyan value is 0.00%
  • magenta value is 51.48%
  • yellow value is 72.19%
  • key color value is 33.73%
CMYK:
(0,51,72,34)
C0M51Y72K34 
(0%,51%,72%,34%)
(0.00/0.51/0.72/0.34)	

CMYK percentages

%0
%51.48
%72.19
%33.73

Codes

Color #A9522F in popluar color models

A9522F
RGB1698247
HSL17°56.48%42.35%
HSB/HSV17°72.19%66.27%
CMYK0.00%51.48%72.19%
33.73%

Color #A9522F in popluar number systems.

HEXA9522F
Decimal1698247
Binary101010011010010101111
Octal25112257

Shades and tints

Shades of #A9522F

#A9522F
(169,82,47)
#9A4B2B
(154,75,43)
#8B4427
(139,68,39)
#7C3D23
(124,61,35)
#6D361F
(109,54,31)
#5E2F1B
(94,47,27)
#4F2817
(79,40,23)
#402113
(64,33,19)
#311A0F
(49,26,15)
#22130B
(34,19,11)
#130C07
(19,12,7)
#000000
(0,0,0)

Tints of #A9522F

#A9522F
(169,82,47)
#B06141
(176,97,65)
#B77053
(183,112,83)
#BE7F65
(190,127,101)
#C58E77
(197,142,119)
#CC9D89
(204,157,137)
#D3AC9B
(211,172,155)
#DABBAD
(218,187,173)
#E1CABF
(225,202,191)
#E8D9D1
(232,217,209)
#EFE8E3
(239,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9522F color. Also use rgb(169,82,47) instead hex code.

Text Font Color

.myTextColor { color: #A9522F; }

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

This text font color is #A9522F.


Background Color

.myBgColor { background-color: #A9522F; }

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

This div background color is #A9522F.


Border color

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

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

This div border color is #A9522F.


Opacity

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

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

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

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

This text has shadow with #A9522F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9522F on black background.


Color preview on white background

This text has color #A9522F on white background.



Black color preview on #A9522F background

This text has black color on #A9522F background.


White color preview on #A9522F background

This text has white color on #A9522F background.