COLOR #AA4D1C

HEX: #AA4D1C
RGB: (170,77,28)

Color info

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

RGB color model

#AA4D1C color RGB value is (170,77,28).

  • red value is 170;
  • green value is 77;
  • blue value is 28.
RGB:
(170,77,28)
(67%,30%,11%)

RGB channels and saturation

R 170 of 255 = 67%
G 77 of 255 = 30%
B 28 of 255 = 11%

170
77
28

R + G + B ~ 36%. #AA4D1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 77 + 28 = 275 (100%)
R 170 of 275 ~ 61.82%
G 77 of 275 ~ 28%
B 28 of 275 ~ 10.18%

%61.82
%28
%10.18

CMYK color model

#AA4D1C color CMYK value is (0,55,84,33).

  • cyan value is 0.00%
  • magenta value is 54.71%
  • yellow value is 83.53%
  • key color value is 33.33%
CMYK:
(0,55,84,33)
C0M55Y84K33 
(0%,55%,84%,33%)
(0.00/0.55/0.84/0.33)	

CMYK percentages

%0
%54.71
%83.53
%33.33

Codes

Color #AA4D1C in popluar color models

AA4D1C
RGB1707728
HSL21°71.72%38.82%
HSB/HSV21°83.53%66.67%
CMYK0.00%54.71%83.53%
33.33%

Color #AA4D1C in popluar number systems.

HEXAA4D1C
Decimal1707728
Binary10101010100110111100
Octal25211534

Shades and tints

Shades of #AA4D1C

#AA4D1C
(170,77,28)
#9B461A
(155,70,26)
#8C3F18
(140,63,24)
#7D3816
(125,56,22)
#6E3114
(110,49,20)
#5F2A12
(95,42,18)
#502310
(80,35,16)
#411C0E
(65,28,14)
#32150C
(50,21,12)
#230E0A
(35,14,10)
#140708
(20,7,8)
#000000
(0,0,0)

Tints of #AA4D1C

#AA4D1C
(170,77,28)
#B15D30
(177,93,48)
#B86D44
(184,109,68)
#BF7D58
(191,125,88)
#C68D6C
(198,141,108)
#CD9D80
(205,157,128)
#D4AD94
(212,173,148)
#DBBDA8
(219,189,168)
#E2CDBC
(226,205,188)
#E9DDD0
(233,221,208)
#F0EDE4
(240,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA4D1C color. Also use rgb(170,77,28) instead hex code.

Text Font Color

.myTextColor { color: #AA4D1C; }

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

This text font color is #AA4D1C.


Background Color

.myBgColor { background-color: #AA4D1C; }

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

This div background color is #AA4D1C.


Border color

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

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

This div border color is #AA4D1C.


Opacity

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

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

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

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

This text has shadow with #AA4D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4D1C on black background.


Color preview on white background

This text has color #AA4D1C on white background.



Black color preview on #AA4D1C background

This text has black color on #AA4D1C background.


White color preview on #AA4D1C background

This text has white color on #AA4D1C background.