COLOR #AA685E

HEX: #AA685E
RGB: (170,104,94)

Color info

#AA685E contains mainly red color. Web safe color of #AA685E is #996666 (or #966).

RGB color model

#AA685E color RGB value is (170,104,94).

  • red value is 170;
  • green value is 104;
  • blue value is 94.
RGB:
(170,104,94)
(67%,41%,37%)

RGB channels and saturation

R 170 of 255 = 67%
G 104 of 255 = 41%
B 94 of 255 = 37%

170
104
94

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

Portions of RGB colors in percentages

R + G + B =
170 + 104 + 94 = 368 (100%)
R 170 of 368 ~ 46.2%
G 104 of 368 ~ 28.26%
B 94 of 368 ~ 25.54%

%46.2
%28.26
%25.54

CMYK color model

#AA685E color CMYK value is (0,39,45,33).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 44.71%
  • key color value is 33.33%
CMYK:
(0,39,45,33)
C0M39Y45K33 
(0%,39%,45%,33%)
(0.00/0.39/0.45/0.33)	

CMYK percentages

%0
%38.82
%44.71
%33.33

Codes

Color #AA685E in popluar color models

AA685E
RGB17010494
HSL30.89%51.76%
HSB/HSV44.71%66.67%
CMYK0.00%38.82%44.71%
33.33%

Color #AA685E in popluar number systems.

HEXAA685E
Decimal17010494
Binary1010101011010001011110
Octal252150136

Shades and tints

Shades of #AA685E

#AA685E
(170,104,94)
#9B5F56
(155,95,86)
#8C564E
(140,86,78)
#7D4D46
(125,77,70)
#6E443E
(110,68,62)
#5F3B36
(95,59,54)
#50322E
(80,50,46)
#412926
(65,41,38)
#32201E
(50,32,30)
#231716
(35,23,22)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #AA685E

#AA685E
(170,104,94)
#B1756C
(177,117,108)
#B8827A
(184,130,122)
#BF8F88
(191,143,136)
#C69C96
(198,156,150)
#CDA9A4
(205,169,164)
#D4B6B2
(212,182,178)
#DBC3C0
(219,195,192)
#E2D0CE
(226,208,206)
#E9DDDC
(233,221,220)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA685E color. Also use rgb(170,104,94) instead hex code.

Text Font Color

.myTextColor { color: #AA685E; }

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

This text font color is #AA685E.


Background Color

.myBgColor { background-color: #AA685E; }

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

This div background color is #AA685E.


Border color

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

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

This div border color is #AA685E.


Opacity

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

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

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

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

This text has shadow with #AA685E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA685E on black background.


Color preview on white background

This text has color #AA685E on white background.



Black color preview on #AA685E background

This text has black color on #AA685E background.


White color preview on #AA685E background

This text has white color on #AA685E background.