COLOR #AA7441

HEX: #AA7441
RGB: (170,116,65)

Color info

#AA7441 contains mainly red and green colors. Web safe color of #AA7441 is #996633 (or #963).

RGB color model

#AA7441 color RGB value is (170,116,65).

  • red value is 170;
  • green value is 116;
  • blue value is 65.
RGB:
(170,116,65)
(67%,45%,25%)

RGB channels and saturation

R 170 of 255 = 67%
G 116 of 255 = 45%
B 65 of 255 = 25%

170
116
65

R + G + B ~ 46%. #AA7441 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 116 + 65 = 351 (100%)
R 170 of 351 ~ 48.43%
G 116 of 351 ~ 33.05%
B 65 of 351 ~ 18.52%

%48.43
%33.05
%18.52

CMYK color model

#AA7441 color CMYK value is (0,32,62,33).

  • cyan value is 0.00%
  • magenta value is 31.76%
  • yellow value is 61.76%
  • key color value is 33.33%
CMYK:
(0,32,62,33)
C0M32Y62K33 
(0%,32%,62%,33%)
(0.00/0.32/0.62/0.33)	

CMYK percentages

%0
%31.76
%61.76
%33.33

Codes

Color #AA7441 in popluar color models

AA7441
RGB17011665
HSL29°44.68%46.08%
HSB/HSV29°61.76%66.67%
CMYK0.00%31.76%61.76%
33.33%

Color #AA7441 in popluar number systems.

HEXAA7441
Decimal17011665
Binary1010101011101001000001
Octal252164101

Shades and tints

Shades of #AA7441

#AA7441
(170,116,65)
#9B6A3C
(155,106,60)
#8C6037
(140,96,55)
#7D5632
(125,86,50)
#6E4C2D
(110,76,45)
#5F4228
(95,66,40)
#503823
(80,56,35)
#412E1E
(65,46,30)
#322419
(50,36,25)
#231A14
(35,26,20)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #AA7441

#AA7441
(170,116,65)
#B18052
(177,128,82)
#B88C63
(184,140,99)
#BF9874
(191,152,116)
#C6A485
(198,164,133)
#CDB096
(205,176,150)
#D4BCA7
(212,188,167)
#DBC8B8
(219,200,184)
#E2D4C9
(226,212,201)
#E9E0DA
(233,224,218)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7441 color. Also use rgb(170,116,65) instead hex code.

Text Font Color

.myTextColor { color: #AA7441; }

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

This text font color is #AA7441.


Background Color

.myBgColor { background-color: #AA7441; }

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

This div background color is #AA7441.


Border color

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

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

This div border color is #AA7441.


Opacity

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

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

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

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

This text has shadow with #AA7441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7441 on black background.


Color preview on white background

This text has color #AA7441 on white background.



Black color preview on #AA7441 background

This text has black color on #AA7441 background.


White color preview on #AA7441 background

This text has white color on #AA7441 background.