COLOR #AA5953

HEX: #AA5953
RGB: (170,89,83)

Color info

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

RGB color model

#AA5953 color RGB value is (170,89,83).

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

RGB channels and saturation

R 170 of 255 = 67%
G 89 of 255 = 35%
B 83 of 255 = 33%

170
89
83

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

Portions of RGB colors in percentages

R + G + B =
170 + 89 + 83 = 342 (100%)
R 170 of 342 ~ 49.71%
G 89 of 342 ~ 26.02%
B 83 of 342 ~ 24.27%

%49.71
%26.02
%24.27

CMYK color model

#AA5953 color CMYK value is (0,48,51,33).

  • cyan value is 0.00%
  • magenta value is 47.65%
  • yellow value is 51.18%
  • key color value is 33.33%
CMYK:
(0,48,51,33)
C0M48Y51K33 
(0%,48%,51%,33%)
(0.00/0.48/0.51/0.33)	

CMYK percentages

%0
%47.65
%51.18
%33.33

Codes

Color #AA5953 in popluar color models

AA5953
RGB1708983
HSL34.39%49.61%
HSB/HSV51.18%66.67%
CMYK0.00%47.65%51.18%
33.33%

Color #AA5953 in popluar number systems.

HEXAA5953
Decimal1708983
Binary1010101010110011010011
Octal252131123

Shades and tints

Shades of #AA5953

#AA5953
(170,89,83)
#9B514C
(155,81,76)
#8C4945
(140,73,69)
#7D413E
(125,65,62)
#6E3937
(110,57,55)
#5F3130
(95,49,48)
#502929
(80,41,41)
#412122
(65,33,34)
#32191B
(50,25,27)
#231114
(35,17,20)
#14090D
(20,9,13)
#000000
(0,0,0)

Tints of #AA5953

#AA5953
(170,89,83)
#B16862
(177,104,98)
#B87771
(184,119,113)
#BF8680
(191,134,128)
#C6958F
(198,149,143)
#CDA49E
(205,164,158)
#D4B3AD
(212,179,173)
#DBC2BC
(219,194,188)
#E2D1CB
(226,209,203)
#E9E0DA
(233,224,218)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA5953; }

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

This text font color is #AA5953.


Background Color

.myBgColor { background-color: #AA5953; }

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

This div background color is #AA5953.


Border color

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

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

This div border color is #AA5953.


Opacity

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

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

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

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

This text has shadow with #AA5953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5953 on black background.


Color preview on white background

This text has color #AA5953 on white background.



Black color preview on #AA5953 background

This text has black color on #AA5953 background.


White color preview on #AA5953 background

This text has white color on #AA5953 background.