COLOR #AA735D

HEX: #AA735D
RGB: (170,115,93)

Color info

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

RGB color model

#AA735D color RGB value is (170,115,93).

  • red value is 170;
  • green value is 115;
  • blue value is 93.
RGB:
(170,115,93)
(67%,45%,36%)

RGB channels and saturation

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

170
115
93

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

Portions of RGB colors in percentages

R + G + B =
170 + 115 + 93 = 378 (100%)
R 170 of 378 ~ 44.97%
G 115 of 378 ~ 30.42%
B 93 of 378 ~ 24.6%

%44.97
%30.42
%24.6

CMYK color model

#AA735D color CMYK value is (0,32,45,33).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 45.29%
  • key color value is 33.33%
CMYK:
(0,32,45,33)
C0M32Y45K33 
(0%,32%,45%,33%)
(0.00/0.32/0.45/0.33)	

CMYK percentages

%0
%32.35
%45.29
%33.33

Codes

Color #AA735D in popluar color models

AA735D
RGB17011593
HSL17°31.17%51.57%
HSB/HSV17°45.29%66.67%
CMYK0.00%32.35%45.29%
33.33%

Color #AA735D in popluar number systems.

HEXAA735D
Decimal17011593
Binary1010101011100111011101
Octal252163135

Shades and tints

Shades of #AA735D

#AA735D
(170,115,93)
#9B6955
(155,105,85)
#8C5F4D
(140,95,77)
#7D5545
(125,85,69)
#6E4B3D
(110,75,61)
#5F4135
(95,65,53)
#50372D
(80,55,45)
#412D25
(65,45,37)
#32231D
(50,35,29)
#231915
(35,25,21)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #AA735D

#AA735D
(170,115,93)
#B17F6B
(177,127,107)
#B88B79
(184,139,121)
#BF9787
(191,151,135)
#C6A395
(198,163,149)
#CDAFA3
(205,175,163)
#D4BBB1
(212,187,177)
#DBC7BF
(219,199,191)
#E2D3CD
(226,211,205)
#E9DFDB
(233,223,219)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA735D; }

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

This text font color is #AA735D.


Background Color

.myBgColor { background-color: #AA735D; }

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

This div background color is #AA735D.


Border color

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

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

This div border color is #AA735D.


Opacity

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

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

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

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

This text has shadow with #AA735D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA735D on black background.


Color preview on white background

This text has color #AA735D on white background.



Black color preview on #AA735D background

This text has black color on #AA735D background.


White color preview on #AA735D background

This text has white color on #AA735D background.