COLOR #AA6F45

HEX: #AA6F45
RGB: (170,111,69)

Color info

#AA6F45 contains mainly red and green colors. Web safe color of #AA6F45 is #996633 (or #963).

RGB color model

#AA6F45 color RGB value is (170,111,69).

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

RGB channels and saturation

R 170 of 255 = 67%
G 111 of 255 = 44%
B 69 of 255 = 27%

170
111
69

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

Portions of RGB colors in percentages

R + G + B =
170 + 111 + 69 = 350 (100%)
R 170 of 350 ~ 48.57%
G 111 of 350 ~ 31.71%
B 69 of 350 ~ 19.71%

%48.57
%31.71
%19.71

CMYK color model

#AA6F45 color CMYK value is (0,35,59,33).

  • cyan value is 0.00%
  • magenta value is 34.71%
  • yellow value is 59.41%
  • key color value is 33.33%
CMYK:
(0,35,59,33)
C0M35Y59K33 
(0%,35%,59%,33%)
(0.00/0.35/0.59/0.33)	

CMYK percentages

%0
%34.71
%59.41
%33.33

Codes

Color #AA6F45 in popluar color models

AA6F45
RGB17011169
HSL25°42.26%46.86%
HSB/HSV25°59.41%66.67%
CMYK0.00%34.71%59.41%
33.33%

Color #AA6F45 in popluar number systems.

HEXAA6F45
Decimal17011169
Binary1010101011011111000101
Octal252157105

Shades and tints

Shades of #AA6F45

#AA6F45
(170,111,69)
#9B653F
(155,101,63)
#8C5B39
(140,91,57)
#7D5133
(125,81,51)
#6E472D
(110,71,45)
#5F3D27
(95,61,39)
#503321
(80,51,33)
#41291B
(65,41,27)
#321F15
(50,31,21)
#23150F
(35,21,15)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #AA6F45

#AA6F45
(170,111,69)
#B17C55
(177,124,85)
#B88965
(184,137,101)
#BF9675
(191,150,117)
#C6A385
(198,163,133)
#CDB095
(205,176,149)
#D4BDA5
(212,189,165)
#DBCAB5
(219,202,181)
#E2D7C5
(226,215,197)
#E9E4D5
(233,228,213)
#F0F1E5
(240,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6F45; }

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

This text font color is #AA6F45.


Background Color

.myBgColor { background-color: #AA6F45; }

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

This div background color is #AA6F45.


Border color

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

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

This div border color is #AA6F45.


Opacity

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

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

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

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

This text has shadow with #AA6F45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6F45 on black background.


Color preview on white background

This text has color #AA6F45 on white background.



Black color preview on #AA6F45 background

This text has black color on #AA6F45 background.


White color preview on #AA6F45 background

This text has white color on #AA6F45 background.