COLOR #AA6039

HEX: #AA6039
RGB: (170,96,57)

Color info

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

RGB color model

#AA6039 color RGB value is (170,96,57).

  • red value is 170;
  • green value is 96;
  • blue value is 57.
RGB:
(170,96,57)
(67%,38%,22%)

RGB channels and saturation

R 170 of 255 = 67%
G 96 of 255 = 38%
B 57 of 255 = 22%

170
96
57

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

Portions of RGB colors in percentages

R + G + B =
170 + 96 + 57 = 323 (100%)
R 170 of 323 ~ 52.63%
G 96 of 323 ~ 29.72%
B 57 of 323 ~ 17.65%

%52.63
%29.72
%17.65

CMYK color model

#AA6039 color CMYK value is (0,44,66,33).

  • cyan value is 0.00%
  • magenta value is 43.53%
  • yellow value is 66.47%
  • key color value is 33.33%
CMYK:
(0,44,66,33)
C0M44Y66K33 
(0%,44%,66%,33%)
(0.00/0.44/0.66/0.33)	

CMYK percentages

%0
%43.53
%66.47
%33.33

Codes

Color #AA6039 in popluar color models

AA6039
RGB1709657
HSL21°49.78%44.51%
HSB/HSV21°66.47%66.67%
CMYK0.00%43.53%66.47%
33.33%

Color #AA6039 in popluar number systems.

HEXAA6039
Decimal1709657
Binary101010101100000111001
Octal25214071

Shades and tints

Shades of #AA6039

#AA6039
(170,96,57)
#9B5834
(155,88,52)
#8C502F
(140,80,47)
#7D482A
(125,72,42)
#6E4025
(110,64,37)
#5F3820
(95,56,32)
#50301B
(80,48,27)
#412816
(65,40,22)
#322011
(50,32,17)
#23180C
(35,24,12)
#141007
(20,16,7)
#000000
(0,0,0)

Tints of #AA6039

#AA6039
(170,96,57)
#B16E4B
(177,110,75)
#B87C5D
(184,124,93)
#BF8A6F
(191,138,111)
#C69881
(198,152,129)
#CDA693
(205,166,147)
#D4B4A5
(212,180,165)
#DBC2B7
(219,194,183)
#E2D0C9
(226,208,201)
#E9DEDB
(233,222,219)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6039 color. Also use rgb(170,96,57) instead hex code.

Text Font Color

.myTextColor { color: #AA6039; }

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

This text font color is #AA6039.


Background Color

.myBgColor { background-color: #AA6039; }

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

This div background color is #AA6039.


Border color

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

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

This div border color is #AA6039.


Opacity

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

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

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

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

This text has shadow with #AA6039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6039 on black background.


Color preview on white background

This text has color #AA6039 on white background.



Black color preview on #AA6039 background

This text has black color on #AA6039 background.


White color preview on #AA6039 background

This text has white color on #AA6039 background.