COLOR #AA5761

HEX: #AA5761
RGB: (170,87,97)

Color info

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

RGB color model

#AA5761 color RGB value is (170,87,97).

  • red value is 170;
  • green value is 87;
  • blue value is 97.
RGB:
(170,87,97)
(67%,34%,38%)

RGB channels and saturation

R 170 of 255 = 67%
G 87 of 255 = 34%
B 97 of 255 = 38%

170
87
97

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

Portions of RGB colors in percentages

R + G + B =
170 + 87 + 97 = 354 (100%)
R 170 of 354 ~ 48.02%
G 87 of 354 ~ 24.58%
B 97 of 354 ~ 27.4%

%48.02
%24.58
%27.4

CMYK color model

#AA5761 color CMYK value is (0,49,43,33).

  • cyan value is 0.00%
  • magenta value is 48.82%
  • yellow value is 42.94%
  • key color value is 33.33%
CMYK:
(0,49,43,33)
C0M49Y43K33 
(0%,49%,43%,33%)
(0.00/0.49/0.43/0.33)	

CMYK percentages

%0
%48.82
%42.94
%33.33

Codes

Color #AA5761 in popluar color models

AA5761
RGB1708797
HSL353°32.81%50.39%
HSB/HSV353°48.82%66.67%
CMYK0.00%48.82%42.94%
33.33%

Color #AA5761 in popluar number systems.

HEXAA5761
Decimal1708797
Binary1010101010101111100001
Octal252127141

Shades and tints

Shades of #AA5761

#AA5761
(170,87,97)
#9B5059
(155,80,89)
#8C4951
(140,73,81)
#7D4249
(125,66,73)
#6E3B41
(110,59,65)
#5F3439
(95,52,57)
#502D31
(80,45,49)
#412629
(65,38,41)
#321F21
(50,31,33)
#231819
(35,24,25)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #AA5761

#AA5761
(170,87,97)
#B1666F
(177,102,111)
#B8757D
(184,117,125)
#BF848B
(191,132,139)
#C69399
(198,147,153)
#CDA2A7
(205,162,167)
#D4B1B5
(212,177,181)
#DBC0C3
(219,192,195)
#E2CFD1
(226,207,209)
#E9DEDF
(233,222,223)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA5761; }

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

This text font color is #AA5761.


Background Color

.myBgColor { background-color: #AA5761; }

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

This div background color is #AA5761.


Border color

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

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

This div border color is #AA5761.


Opacity

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

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

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

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

This text has shadow with #AA5761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5761 on black background.


Color preview on white background

This text has color #AA5761 on white background.



Black color preview on #AA5761 background

This text has black color on #AA5761 background.


White color preview on #AA5761 background

This text has white color on #AA5761 background.