COLOR #AA6824

HEX: #AA6824
RGB: (170,104,36)

Color info

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

RGB color model

#AA6824 color RGB value is (170,104,36).

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

RGB channels and saturation

R 170 of 255 = 67%
G 104 of 255 = 41%
B 36 of 255 = 14%

170
104
36

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

Portions of RGB colors in percentages

R + G + B =
170 + 104 + 36 = 310 (100%)
R 170 of 310 ~ 54.84%
G 104 of 310 ~ 33.55%
B 36 of 310 ~ 11.61%

%54.84
%33.55
%11.61

CMYK color model

#AA6824 color CMYK value is (0,39,79,33).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 78.82%
  • key color value is 33.33%
CMYK:
(0,39,79,33)
C0M39Y79K33 
(0%,39%,79%,33%)
(0.00/0.39/0.79/0.33)	

CMYK percentages

%0
%38.82
%78.82
%33.33

Codes

Color #AA6824 in popluar color models

AA6824
RGB17010436
HSL30°65.05%40.39%
HSB/HSV30°78.82%66.67%
CMYK0.00%38.82%78.82%
33.33%

Color #AA6824 in popluar number systems.

HEXAA6824
Decimal17010436
Binary101010101101000100100
Octal25215044

Shades and tints

Shades of #AA6824

#AA6824
(170,104,36)
#9B5F21
(155,95,33)
#8C561E
(140,86,30)
#7D4D1B
(125,77,27)
#6E4418
(110,68,24)
#5F3B15
(95,59,21)
#503212
(80,50,18)
#41290F
(65,41,15)
#32200C
(50,32,12)
#231709
(35,23,9)
#140E06
(20,14,6)
#000000
(0,0,0)

Tints of #AA6824

#AA6824
(170,104,36)
#B17537
(177,117,55)
#B8824A
(184,130,74)
#BF8F5D
(191,143,93)
#C69C70
(198,156,112)
#CDA983
(205,169,131)
#D4B696
(212,182,150)
#DBC3A9
(219,195,169)
#E2D0BC
(226,208,188)
#E9DDCF
(233,221,207)
#F0EAE2
(240,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6824; }

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

This text font color is #AA6824.


Background Color

.myBgColor { background-color: #AA6824; }

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

This div background color is #AA6824.


Border color

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

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

This div border color is #AA6824.


Opacity

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

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

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

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

This text has shadow with #AA6824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6824 on black background.


Color preview on white background

This text has color #AA6824 on white background.



Black color preview on #AA6824 background

This text has black color on #AA6824 background.


White color preview on #AA6824 background

This text has white color on #AA6824 background.