COLOR #AA5B6F

HEX: #AA5B6F
RGB: (170,91,111)

Color info

#AA5B6F contains mainly red and blue colors. Web safe color of #AA5B6F is #996666 (or #966).

RGB color model

#AA5B6F color RGB value is (170,91,111).

  • red value is 170;
  • green value is 91;
  • blue value is 111.
RGB:
(170,91,111)
(67%,36%,44%)

RGB channels and saturation

R 170 of 255 = 67%
G 91 of 255 = 36%
B 111 of 255 = 44%

170
91
111

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

Portions of RGB colors in percentages

R + G + B =
170 + 91 + 111 = 372 (100%)
R 170 of 372 ~ 45.7%
G 91 of 372 ~ 24.46%
B 111 of 372 ~ 29.84%

%45.7
%24.46
%29.84

CMYK color model

#AA5B6F color CMYK value is (0,46,35,33).

  • cyan value is 0.00%
  • magenta value is 46.47%
  • yellow value is 34.71%
  • key color value is 33.33%
CMYK:
(0,46,35,33)
C0M46Y35K33 
(0%,46%,35%,33%)
(0.00/0.46/0.35/0.33)	

CMYK percentages

%0
%46.47
%34.71
%33.33

Codes

Color #AA5B6F in popluar color models

AA5B6F
RGB17091111
HSL345°31.73%51.18%
HSB/HSV345°46.47%66.67%
CMYK0.00%46.47%34.71%
33.33%

Color #AA5B6F in popluar number systems.

HEXAA5B6F
Decimal17091111
Binary1010101010110111101111
Octal252133157

Shades and tints

Shades of #AA5B6F

#AA5B6F
(170,91,111)
#9B5365
(155,83,101)
#8C4B5B
(140,75,91)
#7D4351
(125,67,81)
#6E3B47
(110,59,71)
#5F333D
(95,51,61)
#502B33
(80,43,51)
#412329
(65,35,41)
#321B1F
(50,27,31)
#231315
(35,19,21)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #AA5B6F

#AA5B6F
(170,91,111)
#B1697C
(177,105,124)
#B87789
(184,119,137)
#BF8596
(191,133,150)
#C693A3
(198,147,163)
#CDA1B0
(205,161,176)
#D4AFBD
(212,175,189)
#DBBDCA
(219,189,202)
#E2CBD7
(226,203,215)
#E9D9E4
(233,217,228)
#F0E7F1
(240,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA5B6F; }

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

This text font color is #AA5B6F.


Background Color

.myBgColor { background-color: #AA5B6F; }

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

This div background color is #AA5B6F.


Border color

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

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

This div border color is #AA5B6F.


Opacity

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

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

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

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

This text has shadow with #AA5B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5B6F on black background.


Color preview on white background

This text has color #AA5B6F on white background.



Black color preview on #AA5B6F background

This text has black color on #AA5B6F background.


White color preview on #AA5B6F background

This text has white color on #AA5B6F background.