COLOR #AA705A

HEX: #AA705A
RGB: (170,112,90)

Color info

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

RGB color model

#AA705A color RGB value is (170,112,90).

  • red value is 170;
  • green value is 112;
  • blue value is 90.
RGB:
(170,112,90)
(67%,44%,35%)

RGB channels and saturation

R 170 of 255 = 67%
G 112 of 255 = 44%
B 90 of 255 = 35%

170
112
90

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

Portions of RGB colors in percentages

R + G + B =
170 + 112 + 90 = 372 (100%)
R 170 of 372 ~ 45.7%
G 112 of 372 ~ 30.11%
B 90 of 372 ~ 24.19%

%45.7
%30.11
%24.19

CMYK color model

#AA705A color CMYK value is (0,34,47,33).

  • cyan value is 0.00%
  • magenta value is 34.12%
  • yellow value is 47.06%
  • key color value is 33.33%
CMYK:
(0,34,47,33)
C0M34Y47K33 
(0%,34%,47%,33%)
(0.00/0.34/0.47/0.33)	

CMYK percentages

%0
%34.12
%47.06
%33.33

Codes

Color #AA705A in popluar color models

AA705A
RGB17011290
HSL17°32.00%50.98%
HSB/HSV17°47.06%66.67%
CMYK0.00%34.12%47.06%
33.33%

Color #AA705A in popluar number systems.

HEXAA705A
Decimal17011290
Binary1010101011100001011010
Octal252160132

Shades and tints

Shades of #AA705A

#AA705A
(170,112,90)
#9B6652
(155,102,82)
#8C5C4A
(140,92,74)
#7D5242
(125,82,66)
#6E483A
(110,72,58)
#5F3E32
(95,62,50)
#50342A
(80,52,42)
#412A22
(65,42,34)
#32201A
(50,32,26)
#231612
(35,22,18)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #AA705A

#AA705A
(170,112,90)
#B17D69
(177,125,105)
#B88A78
(184,138,120)
#BF9787
(191,151,135)
#C6A496
(198,164,150)
#CDB1A5
(205,177,165)
#D4BEB4
(212,190,180)
#DBCBC3
(219,203,195)
#E2D8D2
(226,216,210)
#E9E5E1
(233,229,225)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA705A color. Also use rgb(170,112,90) instead hex code.

Text Font Color

.myTextColor { color: #AA705A; }

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

This text font color is #AA705A.


Background Color

.myBgColor { background-color: #AA705A; }

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

This div background color is #AA705A.


Border color

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

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

This div border color is #AA705A.


Opacity

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

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

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

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

This text has shadow with #AA705A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA705A on black background.


Color preview on white background

This text has color #AA705A on white background.



Black color preview on #AA705A background

This text has black color on #AA705A background.


White color preview on #AA705A background

This text has white color on #AA705A background.