COLOR #AA6A6A

HEX: #AA6A6A
RGB: (170,106,106)

Color info

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

RGB color model

#AA6A6A color RGB value is (170,106,106).

  • red value is 170;
  • green value is 106;
  • blue value is 106.
RGB:
(170,106,106)
(67%,42%,42%)

RGB channels and saturation

R 170 of 255 = 67%
G 106 of 255 = 42%
B 106 of 255 = 42%

170
106
106

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

Portions of RGB colors in percentages

R + G + B =
170 + 106 + 106 = 382 (100%)
R 170 of 382 ~ 44.5%
G 106 of 382 ~ 27.75%
B 106 of 382 ~ 27.75%

%44.5
%27.75
%27.75

CMYK color model

#AA6A6A color CMYK value is (0,38,38,33).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 37.65%
  • key color value is 33.33%
CMYK:
(0,38,38,33)
C0M38Y38K33 
(0%,38%,38%,33%)
(0.00/0.38/0.38/0.33)	

CMYK percentages

%0
%37.65
%37.65
%33.33

Codes

Color #AA6A6A in popluar color models

AA6A6A
RGB170106106
HSL27.35%54.12%
HSB/HSV37.65%66.67%
CMYK0.00%37.65%37.65%
33.33%

Color #AA6A6A in popluar number systems.

HEXAA6A6A
Decimal170106106
Binary1010101011010101101010
Octal252152152

Shades and tints

Shades of #AA6A6A

#AA6A6A
(170,106,106)
#9B6161
(155,97,97)
#8C5858
(140,88,88)
#7D4F4F
(125,79,79)
#6E4646
(110,70,70)
#5F3D3D
(95,61,61)
#503434
(80,52,52)
#412B2B
(65,43,43)
#322222
(50,34,34)
#231919
(35,25,25)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #AA6A6A

#AA6A6A
(170,106,106)
#B17777
(177,119,119)
#B88484
(184,132,132)
#BF9191
(191,145,145)
#C69E9E
(198,158,158)
#CDABAB
(205,171,171)
#D4B8B8
(212,184,184)
#DBC5C5
(219,197,197)
#E2D2D2
(226,210,210)
#E9DFDF
(233,223,223)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6A6A; }

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

This text font color is #AA6A6A.


Background Color

.myBgColor { background-color: #AA6A6A; }

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

This div background color is #AA6A6A.


Border color

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

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

This div border color is #AA6A6A.


Opacity

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

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

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

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

This text has shadow with #AA6A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6A6A on black background.


Color preview on white background

This text has color #AA6A6A on white background.



Black color preview on #AA6A6A background

This text has black color on #AA6A6A background.


White color preview on #AA6A6A background

This text has white color on #AA6A6A background.