COLOR #AA6E4E

HEX: #AA6E4E
RGB: (170,110,78)

Color info

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

RGB color model

#AA6E4E color RGB value is (170,110,78).

  • red value is 170;
  • green value is 110;
  • blue value is 78.
RGB:
(170,110,78)
(67%,43%,31%)

RGB channels and saturation

R 170 of 255 = 67%
G 110 of 255 = 43%
B 78 of 255 = 31%

170
110
78

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

Portions of RGB colors in percentages

R + G + B =
170 + 110 + 78 = 358 (100%)
R 170 of 358 ~ 47.49%
G 110 of 358 ~ 30.73%
B 78 of 358 ~ 21.79%

%47.49
%30.73
%21.79

CMYK color model

#AA6E4E color CMYK value is (0,35,54,33).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 54.12%
  • key color value is 33.33%
CMYK:
(0,35,54,33)
C0M35Y54K33 
(0%,35%,54%,33%)
(0.00/0.35/0.54/0.33)	

CMYK percentages

%0
%35.29
%54.12
%33.33

Codes

Color #AA6E4E in popluar color models

AA6E4E
RGB17011078
HSL21°37.10%48.63%
HSB/HSV21°54.12%66.67%
CMYK0.00%35.29%54.12%
33.33%

Color #AA6E4E in popluar number systems.

HEXAA6E4E
Decimal17011078
Binary1010101011011101001110
Octal252156116

Shades and tints

Shades of #AA6E4E

#AA6E4E
(170,110,78)
#9B6447
(155,100,71)
#8C5A40
(140,90,64)
#7D5039
(125,80,57)
#6E4632
(110,70,50)
#5F3C2B
(95,60,43)
#503224
(80,50,36)
#41281D
(65,40,29)
#321E16
(50,30,22)
#23140F
(35,20,15)
#140A08
(20,10,8)
#000000
(0,0,0)

Tints of #AA6E4E

#AA6E4E
(170,110,78)
#B17B5E
(177,123,94)
#B8886E
(184,136,110)
#BF957E
(191,149,126)
#C6A28E
(198,162,142)
#CDAF9E
(205,175,158)
#D4BCAE
(212,188,174)
#DBC9BE
(219,201,190)
#E2D6CE
(226,214,206)
#E9E3DE
(233,227,222)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6E4E color. Also use rgb(170,110,78) instead hex code.

Text Font Color

.myTextColor { color: #AA6E4E; }

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

This text font color is #AA6E4E.


Background Color

.myBgColor { background-color: #AA6E4E; }

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

This div background color is #AA6E4E.


Border color

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

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

This div border color is #AA6E4E.


Opacity

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

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

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

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

This text has shadow with #AA6E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6E4E on black background.


Color preview on white background

This text has color #AA6E4E on white background.



Black color preview on #AA6E4E background

This text has black color on #AA6E4E background.


White color preview on #AA6E4E background

This text has white color on #AA6E4E background.