COLOR #AA4429

HEX: #AA4429
RGB: (170,68,41)

Color info

#AA4429 contains mainly red color. Web safe color of #AA4429 is #993333 (or #933).

RGB color model

#AA4429 color RGB value is (170,68,41).

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

RGB channels and saturation

R 170 of 255 = 67%
G 68 of 255 = 27%
B 41 of 255 = 16%

170
68
41

R + G + B ~ 37%. #AA4429 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 68 + 41 = 279 (100%)
R 170 of 279 ~ 60.93%
G 68 of 279 ~ 24.37%
B 41 of 279 ~ 14.7%

%60.93
%24.37
%14.7

CMYK color model

#AA4429 color CMYK value is (0,60,76,33).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 75.88%
  • key color value is 33.33%
CMYK:
(0,60,76,33)
C0M60Y76K33 
(0%,60%,76%,33%)
(0.00/0.60/0.76/0.33)	

CMYK percentages

%0
%60
%75.88
%33.33

Codes

Color #AA4429 in popluar color models

AA4429
RGB1706841
HSL13°61.14%41.37%
HSB/HSV13°75.88%66.67%
CMYK0.00%60.00%75.88%
33.33%

Color #AA4429 in popluar number systems.

HEXAA4429
Decimal1706841
Binary101010101000100101001
Octal25210451

Shades and tints

Shades of #AA4429

#AA4429
(170,68,41)
#9B3E26
(155,62,38)
#8C3823
(140,56,35)
#7D3220
(125,50,32)
#6E2C1D
(110,44,29)
#5F261A
(95,38,26)
#502017
(80,32,23)
#411A14
(65,26,20)
#321411
(50,20,17)
#230E0E
(35,14,14)
#14080B
(20,8,11)
#000000
(0,0,0)

Tints of #AA4429

#AA4429
(170,68,41)
#B1553C
(177,85,60)
#B8664F
(184,102,79)
#BF7762
(191,119,98)
#C68875
(198,136,117)
#CD9988
(205,153,136)
#D4AA9B
(212,170,155)
#DBBBAE
(219,187,174)
#E2CCC1
(226,204,193)
#E9DDD4
(233,221,212)
#F0EEE7
(240,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA4429; }

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

This text font color is #AA4429.


Background Color

.myBgColor { background-color: #AA4429; }

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

This div background color is #AA4429.


Border color

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

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

This div border color is #AA4429.


Opacity

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

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

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

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

This text has shadow with #AA4429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4429 on black background.


Color preview on white background

This text has color #AA4429 on white background.



Black color preview on #AA4429 background

This text has black color on #AA4429 background.


White color preview on #AA4429 background

This text has white color on #AA4429 background.