COLOR #AA6221

HEX: #AA6221
RGB: (170,98,33)

Color info

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

RGB color model

#AA6221 color RGB value is (170,98,33).

  • red value is 170;
  • green value is 98;
  • blue value is 33.
RGB:
(170,98,33)
(67%,38%,13%)

RGB channels and saturation

R 170 of 255 = 67%
G 98 of 255 = 38%
B 33 of 255 = 13%

170
98
33

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

Portions of RGB colors in percentages

R + G + B =
170 + 98 + 33 = 301 (100%)
R 170 of 301 ~ 56.48%
G 98 of 301 ~ 32.56%
B 33 of 301 ~ 10.96%

%56.48
%32.56
%10.96

CMYK color model

#AA6221 color CMYK value is (0,42,81,33).

  • cyan value is 0.00%
  • magenta value is 42.35%
  • yellow value is 80.59%
  • key color value is 33.33%
CMYK:
(0,42,81,33)
C0M42Y81K33 
(0%,42%,81%,33%)
(0.00/0.42/0.81/0.33)	

CMYK percentages

%0
%42.35
%80.59
%33.33

Codes

Color #AA6221 in popluar color models

AA6221
RGB1709833
HSL28°67.49%39.80%
HSB/HSV28°80.59%66.67%
CMYK0.00%42.35%80.59%
33.33%

Color #AA6221 in popluar number systems.

HEXAA6221
Decimal1709833
Binary101010101100010100001
Octal25214241

Shades and tints

Shades of #AA6221

#AA6221
(170,98,33)
#9B5A1E
(155,90,30)
#8C521B
(140,82,27)
#7D4A18
(125,74,24)
#6E4215
(110,66,21)
#5F3A12
(95,58,18)
#50320F
(80,50,15)
#412A0C
(65,42,12)
#322209
(50,34,9)
#231A06
(35,26,6)
#141203
(20,18,3)
#000000
(0,0,0)

Tints of #AA6221

#AA6221
(170,98,33)
#B17035
(177,112,53)
#B87E49
(184,126,73)
#BF8C5D
(191,140,93)
#C69A71
(198,154,113)
#CDA885
(205,168,133)
#D4B699
(212,182,153)
#DBC4AD
(219,196,173)
#E2D2C1
(226,210,193)
#E9E0D5
(233,224,213)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6221 color. Also use rgb(170,98,33) instead hex code.

Text Font Color

.myTextColor { color: #AA6221; }

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

This text font color is #AA6221.


Background Color

.myBgColor { background-color: #AA6221; }

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

This div background color is #AA6221.


Border color

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

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

This div border color is #AA6221.


Opacity

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

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

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

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

This text has shadow with #AA6221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6221 on black background.


Color preview on white background

This text has color #AA6221 on white background.



Black color preview on #AA6221 background

This text has black color on #AA6221 background.


White color preview on #AA6221 background

This text has white color on #AA6221 background.