COLOR #AA4749

HEX: #AA4749 RGB: (170,71,73)

Color info

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

RGB color model

#AA4749 color RGB value is (170,71,73).

RGB: (170,71,73) (67%, 28%, 29%)

RGB channels and saturation

R 170 of 255 = 67%
G 71 of 255 = 28%
B 73 of 255 = 29%

170
71
73

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

Portions of RGB colors in percentages

R + G + B = 170 + 71 + 73 = 314 (100%)
R 170 of 314 ~ 54.14%
G 71 of 314 ~ 22.61%
B 73 of 314 ~ 23.25'%

%54.14
%22.61
%23.25

CMYK color model

#AA4749 color CMYK value is (0,58,57,33).

  • cyan value is 0.00%
  • magenta value is 58.24%
  • yellow value is 57.06%
  • key color value is 33.33%

CMYK: (0,58,57,33)
C0M58Y57K33 (0%, 58%, 57%, 33%)
(0.00 / 0.58 / 0.57 / 0.33)

CMYK percentages

%0
%58.24
%57.06
%33.33

Codes

Color #AA4749 in popluar color models

AA 47 49
RGB 170 71 73
HSL 359° 41.08% 47.25%
HSB/HSV 359° 58.24% 66.67%
CMYK 0.00% 58.24% 57.06%
33.33%

Color #AA4749 in popluar number systems.

HEX AA 47 49
Decimal 170 71 73
Binary 10101010 1000111 1001001
Octal 252 107 111

Shades and tints

Shades of #AA4749

#AA4749
(170,71,73)
#9B4143
(155,65,67)
#8C3B3D
(140,59,61)
#7D3537
(125,53,55)
#6E2F31
(110,47,49)
#5F292B
(95,41,43)
#502325
(80,35,37)
#411D1F
(65,29,31)
#321719
(50,23,25)
#231113
(35,17,19)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #AA4749

#AA4749
(170,71,73)
#B15759
(177,87,89)
#B86769
(184,103,105)
#BF7779
(191,119,121)
#C68789
(198,135,137)
#CD9799
(205,151,153)
#D4A7A9
(212,167,169)
#DBB7B9
(219,183,185)
#E2C7C9
(226,199,201)
#E9D7D9
(233,215,217)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA4749 color. Also use rgb(170,71,73) instead hex code.

Text Font Color

.myTextColor { color: #AA4749; }

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

This text font color is #AA4749.

Background Color

.myBgColor { background-color: #AA4749; }

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

This div background color is #AA4749.

Border color

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

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

This div border color is #AA4749.

Opacity

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

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

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

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

This text has shadow with #AA4749 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA4749.

Preview

Color preview on black background

This text has color #AA4749 on black background.


Color preview on white background

This text has color #AA4749 on white background.


Black color preview on #AA4749 background

This text has black color on #AA4749 background.


White color preview on #AA4749 background

This text has white color on #AA4749 background.


Related colors

Complementary color

Complementary color for #hex is #55B8B6.


I love getcolorcode.com

Triadic colors

1 #49AA47 and #4749AA with #AA4749 are triadic colors.

2 #4947AA and #47AA49 with #AA4749 are triadic colors.