COLOR #AA6E6D

HEX: #AA6E6D
RGB: (170,110,109)

Color info

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

RGB color model

#AA6E6D color RGB value is (170,110,109).

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

RGB channels and saturation

R 170 of 255 = 67%
G 110 of 255 = 43%
B 109 of 255 = 43%

170
110
109

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

Portions of RGB colors in percentages

R + G + B =
170 + 110 + 109 = 389 (100%)
R 170 of 389 ~ 43.7%
G 110 of 389 ~ 28.28%
B 109 of 389 ~ 28.02%

%43.7
%28.28
%28.02

CMYK color model

#AA6E6D color CMYK value is (0,35,36,33).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 35.88%
  • key color value is 33.33%
CMYK:
(0,35,36,33)
C0M35Y36K33 
(0%,35%,36%,33%)
(0.00/0.35/0.36/0.33)	

CMYK percentages

%0
%35.29
%35.88
%33.33

Codes

Color #AA6E6D in popluar color models

AA6E6D
RGB170110109
HSL26.41%54.71%
HSB/HSV35.88%66.67%
CMYK0.00%35.29%35.88%
33.33%

Color #AA6E6D in popluar number systems.

HEXAA6E6D
Decimal170110109
Binary1010101011011101101101
Octal252156155

Shades and tints

Shades of #AA6E6D

#AA6E6D
(170,110,109)
#9B6464
(155,100,100)
#8C5A5B
(140,90,91)
#7D5052
(125,80,82)
#6E4649
(110,70,73)
#5F3C40
(95,60,64)
#503237
(80,50,55)
#41282E
(65,40,46)
#321E25
(50,30,37)
#23141C
(35,20,28)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #AA6E6D

#AA6E6D
(170,110,109)
#B17B7A
(177,123,122)
#B88887
(184,136,135)
#BF9594
(191,149,148)
#C6A2A1
(198,162,161)
#CDAFAE
(205,175,174)
#D4BCBB
(212,188,187)
#DBC9C8
(219,201,200)
#E2D6D5
(226,214,213)
#E9E3E2
(233,227,226)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6E6D; }

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

This text font color is #AA6E6D.


Background Color

.myBgColor { background-color: #AA6E6D; }

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

This div background color is #AA6E6D.


Border color

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

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

This div border color is #AA6E6D.


Opacity

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

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

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

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

This text has shadow with #AA6E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6E6D on black background.


Color preview on white background

This text has color #AA6E6D on white background.



Black color preview on #AA6E6D background

This text has black color on #AA6E6D background.


White color preview on #AA6E6D background

This text has white color on #AA6E6D background.