COLOR #AA6656

HEX: #AA6656
RGB: (170,102,86)

Color info

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

RGB color model

#AA6656 color RGB value is (170,102,86).

  • red value is 170;
  • green value is 102;
  • blue value is 86.
RGB:
(170,102,86)
(67%,40%,34%)

RGB channels and saturation

R 170 of 255 = 67%
G 102 of 255 = 40%
B 86 of 255 = 34%

170
102
86

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

Portions of RGB colors in percentages

R + G + B =
170 + 102 + 86 = 358 (100%)
R 170 of 358 ~ 47.49%
G 102 of 358 ~ 28.49%
B 86 of 358 ~ 24.02%

%47.49
%28.49
%24.02

CMYK color model

#AA6656 color CMYK value is (0,40,49,33).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 49.41%
  • key color value is 33.33%
CMYK:
(0,40,49,33)
C0M40Y49K33 
(0%,40%,49%,33%)
(0.00/0.40/0.49/0.33)	

CMYK percentages

%0
%40
%49.41
%33.33

Codes

Color #AA6656 in popluar color models

AA6656
RGB17010286
HSL11°33.07%50.20%
HSB/HSV11°49.41%66.67%
CMYK0.00%40.00%49.41%
33.33%

Color #AA6656 in popluar number systems.

HEXAA6656
Decimal17010286
Binary1010101011001101010110
Octal252146126

Shades and tints

Shades of #AA6656

#AA6656
(170,102,86)
#9B5D4F
(155,93,79)
#8C5448
(140,84,72)
#7D4B41
(125,75,65)
#6E423A
(110,66,58)
#5F3933
(95,57,51)
#50302C
(80,48,44)
#412725
(65,39,37)
#321E1E
(50,30,30)
#231517
(35,21,23)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #AA6656

#AA6656
(170,102,86)
#B17365
(177,115,101)
#B88074
(184,128,116)
#BF8D83
(191,141,131)
#C69A92
(198,154,146)
#CDA7A1
(205,167,161)
#D4B4B0
(212,180,176)
#DBC1BF
(219,193,191)
#E2CECE
(226,206,206)
#E9DBDD
(233,219,221)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6656; }

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

This text font color is #AA6656.


Background Color

.myBgColor { background-color: #AA6656; }

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

This div background color is #AA6656.


Border color

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

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

This div border color is #AA6656.


Opacity

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

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

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

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

This text has shadow with #AA6656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6656 on black background.


Color preview on white background

This text has color #AA6656 on white background.



Black color preview on #AA6656 background

This text has black color on #AA6656 background.


White color preview on #AA6656 background

This text has white color on #AA6656 background.