COLOR #AA5274

HEX: #AA5274 RGB: (170,82,116)

Color info

#AA5274 contains mainly red and blue colors. Web safe color of #AA5274 is #996666 (or #966).

RGB color model

#AA5274 color RGB value is (170,82,116).

RGB: (170,82,116) (67%, 32%, 45%)

RGB channels and saturation

R 170 of 255 = 67%
G 82 of 255 = 32%
B 116 of 255 = 45%

170
82
116

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

Portions of RGB colors in percentages

R + G + B = 170 + 82 + 116 = 368 (100%)
R 170 of 368 ~ 46.2%
G 82 of 368 ~ 22.28%
B 116 of 368 ~ 31.52'%

%46.2
%22.28
%31.52

CMYK color model

#AA5274 color CMYK value is (0,52,32,33).

  • cyan value is 0.00%
  • magenta value is 51.76%
  • yellow value is 31.76%
  • key color value is 33.33%

CMYK: (0,52,32,33)
C0M52Y32K33 (0%, 52%, 32%, 33%)
(0.00 / 0.52 / 0.32 / 0.33)

CMYK percentages

%0
%51.76
%31.76
%33.33

Codes

Color #AA5274 in popluar color models

AA 52 74
RGB 170 82 116
HSL 337° 34.92% 49.41%
HSB/HSV 337° 51.76% 66.67%
CMYK 0.00% 51.76% 31.76%
33.33%

Color #AA5274 in popluar number systems.

HEX AA 52 74
Decimal 170 82 116
Binary 10101010 1010010 1110100
Octal 252 122 164

Shades and tints

Shades of #AA5274

#AA5274
(170,82,116)
#9B4B6A
(155,75,106)
#8C4460
(140,68,96)
#7D3D56
(125,61,86)
#6E364C
(110,54,76)
#5F2F42
(95,47,66)
#502838
(80,40,56)
#41212E
(65,33,46)
#321A24
(50,26,36)
#23131A
(35,19,26)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #AA5274

#AA5274
(170,82,116)
#B16180
(177,97,128)
#B8708C
(184,112,140)
#BF7F98
(191,127,152)
#C68EA4
(198,142,164)
#CD9DB0
(205,157,176)
#D4ACBC
(212,172,188)
#DBBBC8
(219,187,200)
#E2CAD4
(226,202,212)
#E9D9E0
(233,217,224)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA5274; }

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

This text font color is #AA5274.

Background Color

.myBgColor { background-color: #AA5274; }

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

This div background color is #AA5274.

Border color

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

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

This div border color is #AA5274.

Opacity

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

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

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

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

This text has shadow with #AA5274 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA5274.

Preview

Color preview on black background

This text has color #AA5274 on black background.


Color preview on white background

This text has color #AA5274 on white background.


Black color preview on #AA5274 background

This text has black color on #AA5274 background.


White color preview on #AA5274 background

This text has white color on #AA5274 background.


Related colors

Complementary color

Complementary color for #hex is #55AD8B.


I love getcolorcode.com

Triadic colors

1 #74AA52 and #5274AA with #AA5274 are triadic colors.

2 #7452AA and #52AA74 with #AA5274 are triadic colors.