COLOR #AA656A

HEX: #AA656A
RGB: (170,101,106)

Color info

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

RGB color model

#AA656A color RGB value is (170,101,106).

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

RGB channels and saturation

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

170
101
106

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

Portions of RGB colors in percentages

R + G + B =
170 + 101 + 106 = 377 (100%)
R 170 of 377 ~ 45.09%
G 101 of 377 ~ 26.79%
B 106 of 377 ~ 28.12%

%45.09
%26.79
%28.12

CMYK color model

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

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

CMYK percentages

%0
%40.59
%37.65
%33.33

Codes

Color #AA656A in popluar color models

AA656A
RGB170101106
HSL356°28.87%53.14%
HSB/HSV356°40.59%66.67%
CMYK0.00%40.59%37.65%
33.33%

Color #AA656A in popluar number systems.

HEXAA656A
Decimal170101106
Binary1010101011001011101010
Octal252145152

Shades and tints

Shades of #AA656A

#AA656A
(170,101,106)
#9B5C61
(155,92,97)
#8C5358
(140,83,88)
#7D4A4F
(125,74,79)
#6E4146
(110,65,70)
#5F383D
(95,56,61)
#502F34
(80,47,52)
#41262B
(65,38,43)
#321D22
(50,29,34)
#231419
(35,20,25)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #AA656A

#AA656A
(170,101,106)
#B17377
(177,115,119)
#B88184
(184,129,132)
#BF8F91
(191,143,145)
#C69D9E
(198,157,158)
#CDABAB
(205,171,171)
#D4B9B8
(212,185,184)
#DBC7C5
(219,199,197)
#E2D5D2
(226,213,210)
#E9E3DF
(233,227,223)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA656A; }

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

This text font color is #AA656A.


Background Color

.myBgColor { background-color: #AA656A; }

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

This div background color is #AA656A.


Border color

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

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

This div border color is #AA656A.


Opacity

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

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

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

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

This text has shadow with #AA656A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA656A on black background.


Color preview on white background

This text has color #AA656A on white background.



Black color preview on #AA656A background

This text has black color on #AA656A background.


White color preview on #AA656A background

This text has white color on #AA656A background.