COLOR #AA6F59

HEX: #AA6F59
RGB: (170,111,89)

Color info

#AA6F59 contains mainly red and green colors. Web safe color of #AA6F59 is #996666 (or #966).

RGB color model

#AA6F59 color RGB value is (170,111,89).

  • red value is 170;
  • green value is 111;
  • blue value is 89.
RGB:
(170,111,89)
(67%,44%,35%)

RGB channels and saturation

R 170 of 255 = 67%
G 111 of 255 = 44%
B 89 of 255 = 35%

170
111
89

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

Portions of RGB colors in percentages

R + G + B =
170 + 111 + 89 = 370 (100%)
R 170 of 370 ~ 45.95%
G 111 of 370 ~ 30%
B 89 of 370 ~ 24.05%

%45.95
%30
%24.05

CMYK color model

#AA6F59 color CMYK value is (0,35,48,33).

  • cyan value is 0.00%
  • magenta value is 34.71%
  • yellow value is 47.65%
  • key color value is 33.33%
CMYK:
(0,35,48,33)
C0M35Y48K33 
(0%,35%,48%,33%)
(0.00/0.35/0.48/0.33)	

CMYK percentages

%0
%34.71
%47.65
%33.33

Codes

Color #AA6F59 in popluar color models

AA6F59
RGB17011189
HSL16°32.27%50.78%
HSB/HSV16°47.65%66.67%
CMYK0.00%34.71%47.65%
33.33%

Color #AA6F59 in popluar number systems.

HEXAA6F59
Decimal17011189
Binary1010101011011111011001
Octal252157131

Shades and tints

Shades of #AA6F59

#AA6F59
(170,111,89)
#9B6551
(155,101,81)
#8C5B49
(140,91,73)
#7D5141
(125,81,65)
#6E4739
(110,71,57)
#5F3D31
(95,61,49)
#503329
(80,51,41)
#412921
(65,41,33)
#321F19
(50,31,25)
#231511
(35,21,17)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #AA6F59

#AA6F59
(170,111,89)
#B17C68
(177,124,104)
#B88977
(184,137,119)
#BF9686
(191,150,134)
#C6A395
(198,163,149)
#CDB0A4
(205,176,164)
#D4BDB3
(212,189,179)
#DBCAC2
(219,202,194)
#E2D7D1
(226,215,209)
#E9E4E0
(233,228,224)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6F59 color. Also use rgb(170,111,89) instead hex code.

Text Font Color

.myTextColor { color: #AA6F59; }

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

This text font color is #AA6F59.


Background Color

.myBgColor { background-color: #AA6F59; }

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

This div background color is #AA6F59.


Border color

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

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

This div border color is #AA6F59.


Opacity

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

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

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

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

This text has shadow with #AA6F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6F59 on black background.


Color preview on white background

This text has color #AA6F59 on white background.



Black color preview on #AA6F59 background

This text has black color on #AA6F59 background.


White color preview on #AA6F59 background

This text has white color on #AA6F59 background.