COLOR #AA525E

HEX: #AA525E
RGB: (170,82,94)

Color info

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

RGB color model

#AA525E color RGB value is (170,82,94).

  • red value is 170;
  • green value is 82;
  • blue value is 94.
RGB:
(170,82,94)
(67%,32%,37%)

RGB channels and saturation

R 170 of 255 = 67%
G 82 of 255 = 32%
B 94 of 255 = 37%

170
82
94

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

Portions of RGB colors in percentages

R + G + B =
170 + 82 + 94 = 346 (100%)
R 170 of 346 ~ 49.13%
G 82 of 346 ~ 23.7%
B 94 of 346 ~ 27.17%

%49.13
%23.7
%27.17

CMYK color model

#AA525E color CMYK value is (0,52,45,33).

  • cyan value is 0.00%
  • magenta value is 51.76%
  • yellow value is 44.71%
  • key color value is 33.33%
CMYK:
(0,52,45,33)
C0M52Y45K33 
(0%,52%,45%,33%)
(0.00/0.52/0.45/0.33)	

CMYK percentages

%0
%51.76
%44.71
%33.33

Codes

Color #AA525E in popluar color models

AA525E
RGB1708294
HSL352°34.92%49.41%
HSB/HSV352°51.76%66.67%
CMYK0.00%51.76%44.71%
33.33%

Color #AA525E in popluar number systems.

HEXAA525E
Decimal1708294
Binary1010101010100101011110
Octal252122136

Shades and tints

Shades of #AA525E

#AA525E
(170,82,94)
#9B4B56
(155,75,86)
#8C444E
(140,68,78)
#7D3D46
(125,61,70)
#6E363E
(110,54,62)
#5F2F36
(95,47,54)
#50282E
(80,40,46)
#412126
(65,33,38)
#321A1E
(50,26,30)
#231316
(35,19,22)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #AA525E

#AA525E
(170,82,94)
#B1616C
(177,97,108)
#B8707A
(184,112,122)
#BF7F88
(191,127,136)
#C68E96
(198,142,150)
#CD9DA4
(205,157,164)
#D4ACB2
(212,172,178)
#DBBBC0
(219,187,192)
#E2CACE
(226,202,206)
#E9D9DC
(233,217,220)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA525E color. Also use rgb(170,82,94) instead hex code.

Text Font Color

.myTextColor { color: #AA525E; }

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

This text font color is #AA525E.


Background Color

.myBgColor { background-color: #AA525E; }

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

This div background color is #AA525E.


Border color

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

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

This div border color is #AA525E.


Opacity

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

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

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

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

This text has shadow with #AA525E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA525E on black background.


Color preview on white background

This text has color #AA525E on white background.



Black color preview on #AA525E background

This text has black color on #AA525E background.


White color preview on #AA525E background

This text has white color on #AA525E background.