COLOR #AA5F53

HEX: #AA5F53
RGB: (170,95,83)

Color info

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

RGB color model

#AA5F53 color RGB value is (170,95,83).

  • red value is 170;
  • green value is 95;
  • blue value is 83.
RGB:
(170,95,83)
(67%,37%,33%)

RGB channels and saturation

R 170 of 255 = 67%
G 95 of 255 = 37%
B 83 of 255 = 33%

170
95
83

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

Portions of RGB colors in percentages

R + G + B =
170 + 95 + 83 = 348 (100%)
R 170 of 348 ~ 48.85%
G 95 of 348 ~ 27.3%
B 83 of 348 ~ 23.85%

%48.85
%27.3
%23.85

CMYK color model

#AA5F53 color CMYK value is (0,44,51,33).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 51.18%
  • key color value is 33.33%
CMYK:
(0,44,51,33)
C0M44Y51K33 
(0%,44%,51%,33%)
(0.00/0.44/0.51/0.33)	

CMYK percentages

%0
%44.12
%51.18
%33.33

Codes

Color #AA5F53 in popluar color models

AA5F53
RGB1709583
HSL34.39%49.61%
HSB/HSV51.18%66.67%
CMYK0.00%44.12%51.18%
33.33%

Color #AA5F53 in popluar number systems.

HEXAA5F53
Decimal1709583
Binary1010101010111111010011
Octal252137123

Shades and tints

Shades of #AA5F53

#AA5F53
(170,95,83)
#9B574C
(155,87,76)
#8C4F45
(140,79,69)
#7D473E
(125,71,62)
#6E3F37
(110,63,55)
#5F3730
(95,55,48)
#502F29
(80,47,41)
#412722
(65,39,34)
#321F1B
(50,31,27)
#231714
(35,23,20)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #AA5F53

#AA5F53
(170,95,83)
#B16D62
(177,109,98)
#B87B71
(184,123,113)
#BF8980
(191,137,128)
#C6978F
(198,151,143)
#CDA59E
(205,165,158)
#D4B3AD
(212,179,173)
#DBC1BC
(219,193,188)
#E2CFCB
(226,207,203)
#E9DDDA
(233,221,218)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA5F53 color. Also use rgb(170,95,83) instead hex code.

Text Font Color

.myTextColor { color: #AA5F53; }

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

This text font color is #AA5F53.


Background Color

.myBgColor { background-color: #AA5F53; }

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

This div background color is #AA5F53.


Border color

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

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

This div border color is #AA5F53.


Opacity

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

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

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

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

This text has shadow with #AA5F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5F53 on black background.


Color preview on white background

This text has color #AA5F53 on white background.



Black color preview on #AA5F53 background

This text has black color on #AA5F53 background.


White color preview on #AA5F53 background

This text has white color on #AA5F53 background.