COLOR #AA6745

HEX: #AA6745
RGB: (170,103,69)

Color info

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

RGB color model

#AA6745 color RGB value is (170,103,69).

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

RGB channels and saturation

R 170 of 255 = 67%
G 103 of 255 = 40%
B 69 of 255 = 27%

170
103
69

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

Portions of RGB colors in percentages

R + G + B =
170 + 103 + 69 = 342 (100%)
R 170 of 342 ~ 49.71%
G 103 of 342 ~ 30.12%
B 69 of 342 ~ 20.18%

%49.71
%30.12
%20.18

CMYK color model

#AA6745 color CMYK value is (0,39,59,33).

  • cyan value is 0.00%
  • magenta value is 39.41%
  • yellow value is 59.41%
  • key color value is 33.33%
CMYK:
(0,39,59,33)
C0M39Y59K33 
(0%,39%,59%,33%)
(0.00/0.39/0.59/0.33)	

CMYK percentages

%0
%39.41
%59.41
%33.33

Codes

Color #AA6745 in popluar color models

AA6745
RGB17010369
HSL20°42.26%46.86%
HSB/HSV20°59.41%66.67%
CMYK0.00%39.41%59.41%
33.33%

Color #AA6745 in popluar number systems.

HEXAA6745
Decimal17010369
Binary1010101011001111000101
Octal252147105

Shades and tints

Shades of #AA6745

#AA6745
(170,103,69)
#9B5E3F
(155,94,63)
#8C5539
(140,85,57)
#7D4C33
(125,76,51)
#6E432D
(110,67,45)
#5F3A27
(95,58,39)
#503121
(80,49,33)
#41281B
(65,40,27)
#321F15
(50,31,21)
#23160F
(35,22,15)
#140D09
(20,13,9)
#000000
(0,0,0)

Tints of #AA6745

#AA6745
(170,103,69)
#B17455
(177,116,85)
#B88165
(184,129,101)
#BF8E75
(191,142,117)
#C69B85
(198,155,133)
#CDA895
(205,168,149)
#D4B5A5
(212,181,165)
#DBC2B5
(219,194,181)
#E2CFC5
(226,207,197)
#E9DCD5
(233,220,213)
#F0E9E5
(240,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6745; }

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

This text font color is #AA6745.


Background Color

.myBgColor { background-color: #AA6745; }

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

This div background color is #AA6745.


Border color

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

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

This div border color is #AA6745.


Opacity

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

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

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

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

This text has shadow with #AA6745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6745 on black background.


Color preview on white background

This text has color #AA6745 on white background.



Black color preview on #AA6745 background

This text has black color on #AA6745 background.


White color preview on #AA6745 background

This text has white color on #AA6745 background.