COLOR #AA4500

HEX: #AA4500
RGB: (170,69,0)

Color info

#AA4500 contains mainly red color. Web safe color of #AA4500 is #993300 (or #930).

RGB color model

#AA4500 color RGB value is (170,69,0).

  • red value is 170;
  • green value is 69;
  • blue value is 0.
RGB:
(170,69,0)
(67%,27%,0%)

RGB channels and saturation

R 170 of 255 = 67%
G 69 of 255 = 27%
B 0 of 255 = 0%

170
69
0

R + G + B ~ 31%. #AA4500 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 69 + 0 = 239 (100%)
R 170 of 239 ~ 71.13%
G 69 of 239 ~ 28.87%
B 0 of 239 ~ 0%

%71.13
%28.87

CMYK color model

#AA4500 color CMYK value is (0,59,100,33).

  • cyan value is 0.00%
  • magenta value is 59.41%
  • yellow value is 100.00%
  • key color value is 33.33%
CMYK:
(0,59,100,33)
C0M59Y100K33 
(0%,59%,100%,33%)
(0.00/0.59/1.00/0.33)	

CMYK percentages

%0
%59.41
%100
%33.33

Codes

Color #AA4500 in popluar color models

AA4500
RGB170690
HSL24°100.00%33.33%
HSB/HSV24°100.00%66.67%
CMYK0.00%59.41%100.00%
33.33%

Color #AA4500 in popluar number systems.

HEXAA4500
Decimal170690
Binary1010101010001010
Octal2521050

Shades and tints

Shades of #AA4500

#AA4500
(170,69,0)
#9B3F00
(155,63,0)
#8C3900
(140,57,0)
#7D3300
(125,51,0)
#6E2D00
(110,45,0)
#5F2700
(95,39,0)
#502100
(80,33,0)
#411B00
(65,27,0)
#321500
(50,21,0)
#230F00
(35,15,0)
#140900
(20,9,0)
#000000
(0,0,0)

Tints of #AA4500

#AA4500
(170,69,0)
#B15517
(177,85,23)
#B8652E
(184,101,46)
#BF7545
(191,117,69)
#C6855C
(198,133,92)
#CD9573
(205,149,115)
#D4A58A
(212,165,138)
#DBB5A1
(219,181,161)
#E2C5B8
(226,197,184)
#E9D5CF
(233,213,207)
#F0E5E6
(240,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA4500 color. Also use rgb(170,69,0) instead hex code.

Text Font Color

.myTextColor { color: #AA4500; }

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

This text font color is #AA4500.


Background Color

.myBgColor { background-color: #AA4500; }

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

This div background color is #AA4500.


Border color

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

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

This div border color is #AA4500.


Opacity

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

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

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

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

This text has shadow with #AA4500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4500 on black background.


Color preview on white background

This text has color #AA4500 on white background.



Black color preview on #AA4500 background

This text has black color on #AA4500 background.


White color preview on #AA4500 background

This text has white color on #AA4500 background.