COLOR #AA6F5B

HEX: #AA6F5B
RGB: (170,111,91)

Color info

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

RGB color model

#AA6F5B color RGB value is (170,111,91).

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

RGB channels and saturation

R 170 of 255 = 67%
G 111 of 255 = 44%
B 91 of 255 = 36%

170
111
91

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

Portions of RGB colors in percentages

R + G + B =
170 + 111 + 91 = 372 (100%)
R 170 of 372 ~ 45.7%
G 111 of 372 ~ 29.84%
B 91 of 372 ~ 24.46%

%45.7
%29.84
%24.46

CMYK color model

#AA6F5B color CMYK value is (0,35,46,33).

  • cyan value is 0.00%
  • magenta value is 34.71%
  • yellow value is 46.47%
  • key color value is 33.33%
CMYK:
(0,35,46,33)
C0M35Y46K33 
(0%,35%,46%,33%)
(0.00/0.35/0.46/0.33)	

CMYK percentages

%0
%34.71
%46.47
%33.33

Codes

Color #AA6F5B in popluar color models

AA6F5B
RGB17011191
HSL15°31.73%51.18%
HSB/HSV15°46.47%66.67%
CMYK0.00%34.71%46.47%
33.33%

Color #AA6F5B in popluar number systems.

HEXAA6F5B
Decimal17011191
Binary1010101011011111011011
Octal252157133

Shades and tints

Shades of #AA6F5B

#AA6F5B
(170,111,91)
#9B6553
(155,101,83)
#8C5B4B
(140,91,75)
#7D5143
(125,81,67)
#6E473B
(110,71,59)
#5F3D33
(95,61,51)
#50332B
(80,51,43)
#412923
(65,41,35)
#321F1B
(50,31,27)
#231513
(35,21,19)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #AA6F5B

#AA6F5B
(170,111,91)
#B17C69
(177,124,105)
#B88977
(184,137,119)
#BF9685
(191,150,133)
#C6A393
(198,163,147)
#CDB0A1
(205,176,161)
#D4BDAF
(212,189,175)
#DBCABD
(219,202,189)
#E2D7CB
(226,215,203)
#E9E4D9
(233,228,217)
#F0F1E7
(240,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6F5B; }

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

This text font color is #AA6F5B.


Background Color

.myBgColor { background-color: #AA6F5B; }

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

This div background color is #AA6F5B.


Border color

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

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

This div border color is #AA6F5B.


Opacity

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

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

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

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

This text has shadow with #AA6F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6F5B on black background.


Color preview on white background

This text has color #AA6F5B on white background.



Black color preview on #AA6F5B background

This text has black color on #AA6F5B background.


White color preview on #AA6F5B background

This text has white color on #AA6F5B background.