COLOR #AA8293

HEX: #AA8293 RGB: (170,130,147)

Color info

#AA8293 contains red, green and blue colors in about the same proportion. Web safe color of #AA8293 is #999999 (or #999).

RGB color model

#AA8293 color RGB value is (170,130,147).

RGB: (170,130,147) (67%, 51%, 58%)

RGB channels and saturation

R 170 of 255 = 67%
G 130 of 255 = 51%
B 147 of 255 = 58%

170
130
147

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

Portions of RGB colors in percentages

R + G + B = 170 + 130 + 147 = 447 (100%)
R 170 of 447 ~ 38.03%
G 130 of 447 ~ 29.08%
B 147 of 447 ~ 32.89'%

%38.03
%29.08
%32.89

CMYK color model

#AA8293 color CMYK value is (0,24,14,33).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 13.53%
  • key color value is 33.33%

CMYK: (0,24,14,33)
C0M24Y14K33 (0%, 24%, 14%, 33%)
(0.00 / 0.24 / 0.14 / 0.33)

CMYK percentages

%0
%23.53
%13.53
%33.33

Codes

Color #AA8293 in popluar color models

AA 82 93
RGB 170 130 147
HSL 335° 19.05% 58.82%
HSB/HSV 335° 23.53% 66.67%
CMYK 0.00% 23.53% 13.53%
33.33%

Color #AA8293 in popluar number systems.

HEX AA 82 93
Decimal 170 130 147
Binary 10101010 10000010 10010011
Octal 252 202 223

Shades and tints

Shades of #AA8293

#AA8293
(170,130,147)
#9B7786
(155,119,134)
#8C6C79
(140,108,121)
#7D616C
(125,97,108)
#6E565F
(110,86,95)
#5F4B52
(95,75,82)
#504045
(80,64,69)
#413538
(65,53,56)
#322A2B
(50,42,43)
#231F1E
(35,31,30)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #AA8293

#AA8293
(170,130,147)
#B18D9C
(177,141,156)
#B898A5
(184,152,165)
#BFA3AE
(191,163,174)
#C6AEB7
(198,174,183)
#CDB9C0
(205,185,192)
#D4C4C9
(212,196,201)
#DBCFD2
(219,207,210)
#E2DADB
(226,218,219)
#E9E5E4
(233,229,228)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8293 color. Also use rgb(170,130,147) instead hex code.

Text Font Color

.myTextColor { color: #AA8293; }

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

This text font color is #AA8293.

Background Color

.myBgColor { background-color: #AA8293; }

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

This div background color is #AA8293.

Border color

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

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

This div border color is #AA8293.

Opacity

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

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

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

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

This text has shadow with #AA8293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8293.

Preview

Color preview on black background

This text has color #AA8293 on black background.


Color preview on white background

This text has color #AA8293 on white background.


Black color preview on #AA8293 background

This text has black color on #AA8293 background.


White color preview on #AA8293 background

This text has white color on #AA8293 background.


Related colors

Complementary color

Complementary color for #hex is #557D6C.


I love getcolorcode.com

Triadic colors

1 #93AA82 and #8293AA with #AA8293 are triadic colors.

2 #9382AA and #82AA93 with #AA8293 are triadic colors.