COLOR #AA6D6E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

170
109
110

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

Portions of RGB colors in percentages

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

%43.7
%28.02
%28.28

CMYK color model

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

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

CMYK percentages

%0
%35.88
%35.29
%33.33

Codes

Color #AA6D6E in popluar color models

AA6D6E
RGB170109110
HSL359°26.41%54.71%
HSB/HSV359°35.88%66.67%
CMYK0.00%35.88%35.29%
33.33%

Color #AA6D6E in popluar number systems.

HEXAA6D6E
Decimal170109110
Binary1010101011011011101110
Octal252155156

Shades and tints

Shades of #AA6D6E

#AA6D6E
(170,109,110)
#9B6464
(155,100,100)
#8C5B5A
(140,91,90)
#7D5250
(125,82,80)
#6E4946
(110,73,70)
#5F403C
(95,64,60)
#503732
(80,55,50)
#412E28
(65,46,40)
#32251E
(50,37,30)
#231C14
(35,28,20)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #AA6D6E

#AA6D6E
(170,109,110)
#B17A7B
(177,122,123)
#B88788
(184,135,136)
#BF9495
(191,148,149)
#C6A1A2
(198,161,162)
#CDAEAF
(205,174,175)
#D4BBBC
(212,187,188)
#DBC8C9
(219,200,201)
#E2D5D6
(226,213,214)
#E9E2E3
(233,226,227)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6D6E; }

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

This text font color is #AA6D6E.


Background Color

.myBgColor { background-color: #AA6D6E; }

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

This div background color is #AA6D6E.


Border color

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

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

This div border color is #AA6D6E.


Opacity

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

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

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

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

This text has shadow with #AA6D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6D6E on black background.


Color preview on white background

This text has color #AA6D6E on white background.



Black color preview on #AA6D6E background

This text has black color on #AA6D6E background.


White color preview on #AA6D6E background

This text has white color on #AA6D6E background.