COLOR #AA5724

HEX: #AA5724
RGB: (170,87,36)

Color info

#AA5724 contains mainly red color. Web safe color of #AA5724 is #996633 (or #963).

RGB color model

#AA5724 color RGB value is (170,87,36).

  • red value is 170;
  • green value is 87;
  • blue value is 36.
RGB:
(170,87,36)
(67%,34%,14%)

RGB channels and saturation

R 170 of 255 = 67%
G 87 of 255 = 34%
B 36 of 255 = 14%

170
87
36

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

Portions of RGB colors in percentages

R + G + B =
170 + 87 + 36 = 293 (100%)
R 170 of 293 ~ 58.02%
G 87 of 293 ~ 29.69%
B 36 of 293 ~ 12.29%

%58.02
%29.69
%12.29

CMYK color model

#AA5724 color CMYK value is (0,49,79,33).

  • cyan value is 0.00%
  • magenta value is 48.82%
  • yellow value is 78.82%
  • key color value is 33.33%
CMYK:
(0,49,79,33)
C0M49Y79K33 
(0%,49%,79%,33%)
(0.00/0.49/0.79/0.33)	

CMYK percentages

%0
%48.82
%78.82
%33.33

Codes

Color #AA5724 in popluar color models

AA5724
RGB1708736
HSL23°65.05%40.39%
HSB/HSV23°78.82%66.67%
CMYK0.00%48.82%78.82%
33.33%

Color #AA5724 in popluar number systems.

HEXAA5724
Decimal1708736
Binary101010101010111100100
Octal25212744

Shades and tints

Shades of #AA5724

#AA5724
(170,87,36)
#9B5021
(155,80,33)
#8C491E
(140,73,30)
#7D421B
(125,66,27)
#6E3B18
(110,59,24)
#5F3415
(95,52,21)
#502D12
(80,45,18)
#41260F
(65,38,15)
#321F0C
(50,31,12)
#231809
(35,24,9)
#141106
(20,17,6)
#000000
(0,0,0)

Tints of #AA5724

#AA5724
(170,87,36)
#B16637
(177,102,55)
#B8754A
(184,117,74)
#BF845D
(191,132,93)
#C69370
(198,147,112)
#CDA283
(205,162,131)
#D4B196
(212,177,150)
#DBC0A9
(219,192,169)
#E2CFBC
(226,207,188)
#E9DECF
(233,222,207)
#F0EDE2
(240,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA5724 color. Also use rgb(170,87,36) instead hex code.

Text Font Color

.myTextColor { color: #AA5724; }

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

This text font color is #AA5724.


Background Color

.myBgColor { background-color: #AA5724; }

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

This div background color is #AA5724.


Border color

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

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

This div border color is #AA5724.


Opacity

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

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

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

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

This text has shadow with #AA5724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5724 on black background.


Color preview on white background

This text has color #AA5724 on white background.



Black color preview on #AA5724 background

This text has black color on #AA5724 background.


White color preview on #AA5724 background

This text has white color on #AA5724 background.