COLOR #AA642E

HEX: #AA642E
RGB: (170,100,46)

Color info

#AA642E contains mainly red color. Web safe color of #AA642E is #996633 (or #963).

RGB color model

#AA642E color RGB value is (170,100,46).

  • red value is 170;
  • green value is 100;
  • blue value is 46.
RGB:
(170,100,46)
(67%,39%,18%)

RGB channels and saturation

R 170 of 255 = 67%
G 100 of 255 = 39%
B 46 of 255 = 18%

170
100
46

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

Portions of RGB colors in percentages

R + G + B =
170 + 100 + 46 = 316 (100%)
R 170 of 316 ~ 53.8%
G 100 of 316 ~ 31.65%
B 46 of 316 ~ 14.56%

%53.8
%31.65
%14.56

CMYK color model

#AA642E color CMYK value is (0,41,73,33).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 72.94%
  • key color value is 33.33%
CMYK:
(0,41,73,33)
C0M41Y73K33 
(0%,41%,73%,33%)
(0.00/0.41/0.73/0.33)	

CMYK percentages

%0
%41.18
%72.94
%33.33

Codes

Color #AA642E in popluar color models

AA642E
RGB17010046
HSL26°57.41%42.35%
HSB/HSV26°72.94%66.67%
CMYK0.00%41.18%72.94%
33.33%

Color #AA642E in popluar number systems.

HEXAA642E
Decimal17010046
Binary101010101100100101110
Octal25214456

Shades and tints

Shades of #AA642E

#AA642E
(170,100,46)
#9B5B2A
(155,91,42)
#8C5226
(140,82,38)
#7D4922
(125,73,34)
#6E401E
(110,64,30)
#5F371A
(95,55,26)
#502E16
(80,46,22)
#412512
(65,37,18)
#321C0E
(50,28,14)
#23130A
(35,19,10)
#140A06
(20,10,6)
#000000
(0,0,0)

Tints of #AA642E

#AA642E
(170,100,46)
#B17241
(177,114,65)
#B88054
(184,128,84)
#BF8E67
(191,142,103)
#C69C7A
(198,156,122)
#CDAA8D
(205,170,141)
#D4B8A0
(212,184,160)
#DBC6B3
(219,198,179)
#E2D4C6
(226,212,198)
#E9E2D9
(233,226,217)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA642E color. Also use rgb(170,100,46) instead hex code.

Text Font Color

.myTextColor { color: #AA642E; }

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

This text font color is #AA642E.


Background Color

.myBgColor { background-color: #AA642E; }

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

This div background color is #AA642E.


Border color

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

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

This div border color is #AA642E.


Opacity

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

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

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

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

This text has shadow with #AA642E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA642E on black background.


Color preview on white background

This text has color #AA642E on white background.



Black color preview on #AA642E background

This text has black color on #AA642E background.


White color preview on #AA642E background

This text has white color on #AA642E background.