COLOR #AA5B5D

HEX: #AA5B5D
RGB: (170,91,93)

Color info

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

RGB color model

#AA5B5D color RGB value is (170,91,93).

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

RGB channels and saturation

R 170 of 255 = 67%
G 91 of 255 = 36%
B 93 of 255 = 36%

170
91
93

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

Portions of RGB colors in percentages

R + G + B =
170 + 91 + 93 = 354 (100%)
R 170 of 354 ~ 48.02%
G 91 of 354 ~ 25.71%
B 93 of 354 ~ 26.27%

%48.02
%25.71
%26.27

CMYK color model

#AA5B5D color CMYK value is (0,46,45,33).

  • cyan value is 0.00%
  • magenta value is 46.47%
  • yellow value is 45.29%
  • key color value is 33.33%
CMYK:
(0,46,45,33)
C0M46Y45K33 
(0%,46%,45%,33%)
(0.00/0.46/0.45/0.33)	

CMYK percentages

%0
%46.47
%45.29
%33.33

Codes

Color #AA5B5D in popluar color models

AA5B5D
RGB1709193
HSL358°31.73%51.18%
HSB/HSV358°46.47%66.67%
CMYK0.00%46.47%45.29%
33.33%

Color #AA5B5D in popluar number systems.

HEXAA5B5D
Decimal1709193
Binary1010101010110111011101
Octal252133135

Shades and tints

Shades of #AA5B5D

#AA5B5D
(170,91,93)
#9B5355
(155,83,85)
#8C4B4D
(140,75,77)
#7D4345
(125,67,69)
#6E3B3D
(110,59,61)
#5F3335
(95,51,53)
#502B2D
(80,43,45)
#412325
(65,35,37)
#321B1D
(50,27,29)
#231315
(35,19,21)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #AA5B5D

#AA5B5D
(170,91,93)
#B1696B
(177,105,107)
#B87779
(184,119,121)
#BF8587
(191,133,135)
#C69395
(198,147,149)
#CDA1A3
(205,161,163)
#D4AFB1
(212,175,177)
#DBBDBF
(219,189,191)
#E2CBCD
(226,203,205)
#E9D9DB
(233,217,219)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA5B5D; }

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

This text font color is #AA5B5D.


Background Color

.myBgColor { background-color: #AA5B5D; }

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

This div background color is #AA5B5D.


Border color

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

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

This div border color is #AA5B5D.


Opacity

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

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

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

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

This text has shadow with #AA5B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5B5D on black background.


Color preview on white background

This text has color #AA5B5D on white background.



Black color preview on #AA5B5D background

This text has black color on #AA5B5D background.


White color preview on #AA5B5D background

This text has white color on #AA5B5D background.