COLOR #AA441A

HEX: #AA441A
RGB: (170,68,26)

Color info

#AA441A contains mainly red color. Web safe color of #AA441A is #993300 (or #930).

RGB color model

#AA441A color RGB value is (170,68,26).

  • red value is 170;
  • green value is 68;
  • blue value is 26.
RGB:
(170,68,26)
(67%,27%,10%)

RGB channels and saturation

R 170 of 255 = 67%
G 68 of 255 = 27%
B 26 of 255 = 10%

170
68
26

R + G + B ~ 35%. #AA441A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 68 + 26 = 264 (100%)
R 170 of 264 ~ 64.39%
G 68 of 264 ~ 25.76%
B 26 of 264 ~ 9.85%

%64.39
%25.76
%9.85

CMYK color model

#AA441A color CMYK value is (0,60,85,33).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 84.71%
  • key color value is 33.33%
CMYK:
(0,60,85,33)
C0M60Y85K33 
(0%,60%,85%,33%)
(0.00/0.60/0.85/0.33)	

CMYK percentages

%0
%60
%84.71
%33.33

Codes

Color #AA441A in popluar color models

AA441A
RGB1706826
HSL18°73.47%38.43%
HSB/HSV18°84.71%66.67%
CMYK0.00%60.00%84.71%
33.33%

Color #AA441A in popluar number systems.

HEXAA441A
Decimal1706826
Binary10101010100010011010
Octal25210432

Shades and tints

Shades of #AA441A

#AA441A
(170,68,26)
#9B3E18
(155,62,24)
#8C3816
(140,56,22)
#7D3214
(125,50,20)
#6E2C12
(110,44,18)
#5F2610
(95,38,16)
#50200E
(80,32,14)
#411A0C
(65,26,12)
#32140A
(50,20,10)
#230E08
(35,14,8)
#140806
(20,8,6)
#000000
(0,0,0)

Tints of #AA441A

#AA441A
(170,68,26)
#B1552E
(177,85,46)
#B86642
(184,102,66)
#BF7756
(191,119,86)
#C6886A
(198,136,106)
#CD997E
(205,153,126)
#D4AA92
(212,170,146)
#DBBBA6
(219,187,166)
#E2CCBA
(226,204,186)
#E9DDCE
(233,221,206)
#F0EEE2
(240,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA441A color. Also use rgb(170,68,26) instead hex code.

Text Font Color

.myTextColor { color: #AA441A; }

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

This text font color is #AA441A.


Background Color

.myBgColor { background-color: #AA441A; }

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

This div background color is #AA441A.


Border color

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

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

This div border color is #AA441A.


Opacity

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

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

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

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

This text has shadow with #AA441A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA441A on black background.


Color preview on white background

This text has color #AA441A on white background.



Black color preview on #AA441A background

This text has black color on #AA441A background.


White color preview on #AA441A background

This text has white color on #AA441A background.