COLOR #AA4740

HEX: #AA4740
RGB: (170,71,64)

Color info

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

RGB color model

#AA4740 color RGB value is (170,71,64).

  • red value is 170;
  • green value is 71;
  • blue value is 64.
RGB:
(170,71,64)
(67%,28%,25%)

RGB channels and saturation

R 170 of 255 = 67%
G 71 of 255 = 28%
B 64 of 255 = 25%

170
71
64

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

Portions of RGB colors in percentages

R + G + B =
170 + 71 + 64 = 305 (100%)
R 170 of 305 ~ 55.74%
G 71 of 305 ~ 23.28%
B 64 of 305 ~ 20.98%

%55.74
%23.28
%20.98

CMYK color model

#AA4740 color CMYK value is (0,58,62,33).

  • cyan value is 0.00%
  • magenta value is 58.24%
  • yellow value is 62.35%
  • key color value is 33.33%
CMYK:
(0,58,62,33)
C0M58Y62K33 
(0%,58%,62%,33%)
(0.00/0.58/0.62/0.33)	

CMYK percentages

%0
%58.24
%62.35
%33.33

Codes

Color #AA4740 in popluar color models

AA4740
RGB1707164
HSL45.30%45.88%
HSB/HSV62.35%66.67%
CMYK0.00%58.24%62.35%
33.33%

Color #AA4740 in popluar number systems.

HEXAA4740
Decimal1707164
Binary1010101010001111000000
Octal252107100

Shades and tints

Shades of #AA4740

#AA4740
(170,71,64)
#9B413B
(155,65,59)
#8C3B36
(140,59,54)
#7D3531
(125,53,49)
#6E2F2C
(110,47,44)
#5F2927
(95,41,39)
#502322
(80,35,34)
#411D1D
(65,29,29)
#321718
(50,23,24)
#231113
(35,17,19)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #AA4740

#AA4740
(170,71,64)
#B15751
(177,87,81)
#B86762
(184,103,98)
#BF7773
(191,119,115)
#C68784
(198,135,132)
#CD9795
(205,151,149)
#D4A7A6
(212,167,166)
#DBB7B7
(219,183,183)
#E2C7C8
(226,199,200)
#E9D7D9
(233,215,217)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA4740; }

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

This text font color is #AA4740.


Background Color

.myBgColor { background-color: #AA4740; }

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

This div background color is #AA4740.


Border color

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

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

This div border color is #AA4740.


Opacity

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

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

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

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

This text has shadow with #AA4740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4740 on black background.


Color preview on white background

This text has color #AA4740 on white background.



Black color preview on #AA4740 background

This text has black color on #AA4740 background.


White color preview on #AA4740 background

This text has white color on #AA4740 background.