COLOR #AA735C

HEX: #AA735C RGB: (170,115,92)

Color info

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

RGB color model

#AA735C color RGB value is (170,115,92).

RGB: (170,115,92) (67%, 45%, 36%)

RGB channels and saturation

R 170 of 255 = 67%
G 115 of 255 = 45%
B 92 of 255 = 36%

170
115
92

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

Portions of RGB colors in percentages

R + G + B = 170 + 115 + 92 = 377 (100%)
R 170 of 377 ~ 45.09%
G 115 of 377 ~ 30.5%
B 92 of 377 ~ 24.4'%

%45.09
%30.5
%24.4

CMYK color model

#AA735C color CMYK value is (0,32,46,33).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 45.88%
  • key color value is 33.33%
CMYK: (0,32,46,33) C0M32Y46K33 (0%,32%,46%,33%) (0.00/0.32/0.46/0.33) 

CMYK percentages

%0
%32.35
%45.88
%33.33

Codes

Color #AA735C in popluar color models

AA 73 5C
RGB 170 115 92
HSL 18° 31.45% 51.37%
HSB/HSV 18° 45.88% 66.67%
CMYK 0.00% 32.35% 45.88%
33.33%

Color #AA735C in popluar number systems.

HEX AA 73 5C
Decimal 170 115 92
Binary 10101010 1110011 1011100
Octal 252 163 134

Shades and tints

Shades of #AA735C

#AA735C
(170,115,92)
#9B6954
(155,105,84)
#8C5F4C
(140,95,76)
#7D5544
(125,85,68)
#6E4B3C
(110,75,60)
#5F4134
(95,65,52)
#50372C
(80,55,44)
#412D24
(65,45,36)
#32231C
(50,35,28)
#231914
(35,25,20)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #AA735C

#AA735C
(170,115,92)
#B17F6A
(177,127,106)
#B88B78
(184,139,120)
#BF9786
(191,151,134)
#C6A394
(198,163,148)
#CDAFA2
(205,175,162)
#D4BBB0
(212,187,176)
#DBC7BE
(219,199,190)
#E2D3CC
(226,211,204)
#E9DFDA
(233,223,218)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA735C color. Also use rgb(170,115,92) instead hex code.

Text Font Color

.myTextColor { color: #AA735C; }

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

This text font color is #AA735C.

Background Color

.myBgColor { background-color: #AA735C; }

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

This div background color is #AA735C.

Border color

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

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

This div border color is #AA735C.

Opacity

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

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

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

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

This text has shadow with #AA735C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA735C.

Preview

Color preview on black background

This text has color #AA735C on black background.


Color preview on white background

This text has color #AA735C on white background.


Black color preview on #AA735C background

This text has black color on #AA735C background.


White color preview on #AA735C background

This text has white color on #AA735C background.


Related colors

Complementary color

Complementary color for #hex is #558CA3.


I love getcolorcode.com

Triadic colors

1 #5CAA73 and #735CAA with #AA735C are triadic colors.

2 #5C73AA and #73AA5C with #AA735C are triadic colors.