COLOR #AA7649

HEX: #AA7649
RGB: (170,118,73)

Color info

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

RGB color model

#AA7649 color RGB value is (170,118,73).

  • red value is 170;
  • green value is 118;
  • blue value is 73.
RGB:
(170,118,73)
(67%,46%,29%)

RGB channels and saturation

R 170 of 255 = 67%
G 118 of 255 = 46%
B 73 of 255 = 29%

170
118
73

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

Portions of RGB colors in percentages

R + G + B =
170 + 118 + 73 = 361 (100%)
R 170 of 361 ~ 47.09%
G 118 of 361 ~ 32.69%
B 73 of 361 ~ 20.22%

%47.09
%32.69
%20.22

CMYK color model

#AA7649 color CMYK value is (0,31,57,33).

  • cyan value is 0.00%
  • magenta value is 30.59%
  • yellow value is 57.06%
  • key color value is 33.33%
CMYK:
(0,31,57,33)
C0M31Y57K33 
(0%,31%,57%,33%)
(0.00/0.31/0.57/0.33)	

CMYK percentages

%0
%30.59
%57.06
%33.33

Codes

Color #AA7649 in popluar color models

AA7649
RGB17011873
HSL28°39.92%47.65%
HSB/HSV28°57.06%66.67%
CMYK0.00%30.59%57.06%
33.33%

Color #AA7649 in popluar number systems.

HEXAA7649
Decimal17011873
Binary1010101011101101001001
Octal252166111

Shades and tints

Shades of #AA7649

#AA7649
(170,118,73)
#9B6C43
(155,108,67)
#8C623D
(140,98,61)
#7D5837
(125,88,55)
#6E4E31
(110,78,49)
#5F442B
(95,68,43)
#503A25
(80,58,37)
#41301F
(65,48,31)
#322619
(50,38,25)
#231C13
(35,28,19)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #AA7649

#AA7649
(170,118,73)
#B18259
(177,130,89)
#B88E69
(184,142,105)
#BF9A79
(191,154,121)
#C6A689
(198,166,137)
#CDB299
(205,178,153)
#D4BEA9
(212,190,169)
#DBCAB9
(219,202,185)
#E2D6C9
(226,214,201)
#E9E2D9
(233,226,217)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7649 color. Also use rgb(170,118,73) instead hex code.

Text Font Color

.myTextColor { color: #AA7649; }

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

This text font color is #AA7649.


Background Color

.myBgColor { background-color: #AA7649; }

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

This div background color is #AA7649.


Border color

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

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

This div border color is #AA7649.


Opacity

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

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

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

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

This text has shadow with #AA7649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7649 on black background.


Color preview on white background

This text has color #AA7649 on white background.



Black color preview on #AA7649 background

This text has black color on #AA7649 background.


White color preview on #AA7649 background

This text has white color on #AA7649 background.