COLOR #AA4432

HEX: #AA4432 RGB: (170,68,50)

Color info

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

RGB color model

#AA4432 color RGB value is (170,68,50).

RGB: (170,68,50) (67%, 27%, 20%)

RGB channels and saturation

R 170 of 255 = 67%
G 68 of 255 = 27%
B 50 of 255 = 20%

170
68
50

R + G + B ~ 38%. #AA4432 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 170 + 68 + 50 = 288 (100%)
R 170 of 288 ~ 59.03%
G 68 of 288 ~ 23.61%
B 50 of 288 ~ 17.36'%

%59.03
%23.61
%17.36

CMYK color model

#AA4432 color CMYK value is (0,60,71,33).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 70.59%
  • key color value is 33.33%

CMYK: (0,60,71,33)
C0M60Y71K33 (0%, 60%, 71%, 33%)
(0.00 / 0.60 / 0.71 / 0.33)

CMYK percentages

%0
%60
%70.59
%33.33

Codes

Color #AA4432 in popluar color models

AA 44 32
RGB 170 68 50
HSL 54.55% 43.14%
HSB/HSV 70.59% 66.67%
CMYK 0.00% 60.00% 70.59%
33.33%

Color #AA4432 in popluar number systems.

HEX AA 44 32
Decimal 170 68 50
Binary 10101010 1000100 110010
Octal 252 104 62

Shades and tints

Shades of #AA4432

#AA4432
(170,68,50)
#9B3E2E
(155,62,46)
#8C382A
(140,56,42)
#7D3226
(125,50,38)
#6E2C22
(110,44,34)
#5F261E
(95,38,30)
#50201A
(80,32,26)
#411A16
(65,26,22)
#321412
(50,20,18)
#230E0E
(35,14,14)
#14080A
(20,8,10)
#000000
(0,0,0)

Tints of #AA4432

#AA4432
(170,68,50)
#B15544
(177,85,68)
#B86656
(184,102,86)
#BF7768
(191,119,104)
#C6887A
(198,136,122)
#CD998C
(205,153,140)
#D4AA9E
(212,170,158)
#DBBBB0
(219,187,176)
#E2CCC2
(226,204,194)
#E9DDD4
(233,221,212)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA4432; }

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

This text font color is #AA4432.

Background Color

.myBgColor { background-color: #AA4432; }

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

This div background color is #AA4432.

Border color

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

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

This div border color is #AA4432.

Opacity

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

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

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

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

This text has shadow with #AA4432 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA4432.

Preview

Color preview on black background

This text has color #AA4432 on black background.


Color preview on white background

This text has color #AA4432 on white background.


Black color preview on #AA4432 background

This text has black color on #AA4432 background.


White color preview on #AA4432 background

This text has white color on #AA4432 background.


Related colors

Complementary color

Complementary color for #hex is #55BBCD.


I love getcolorcode.com

Triadic colors

1 #32AA44 and #4432AA with #AA4432 are triadic colors.

2 #3244AA and #44AA32 with #AA4432 are triadic colors.