COLOR #AA8292

HEX: #AA8292 RGB: (170,130,146)

Color info

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

RGB color model

#AA8292 color RGB value is (170,130,146).

RGB: (170,130,146) (67%, 51%, 57%)

RGB channels and saturation

R 170 of 255 = 67%
G 130 of 255 = 51%
B 146 of 255 = 57%

170
130
146

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

Portions of RGB colors in percentages

R + G + B = 170 + 130 + 146 = 446 (100%)
R 170 of 446 ~ 38.12%
G 130 of 446 ~ 29.15%
B 146 of 446 ~ 32.74'%

%38.12
%29.15
%32.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 14.12%
  • 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
%14.12
%33.33

Codes

Color #AA8292 in popluar color models

AA 82 92
RGB 170 130 146
HSL 336° 19.05% 58.82%
HSB/HSV 336° 23.53% 66.67%
CMYK 0.00% 23.53% 14.12%
33.33%

Color #AA8292 in popluar number systems.

HEX AA 82 92
Decimal 170 130 146
Binary 10101010 10000010 10010010
Octal 252 202 222

Shades and tints

Shades of #AA8292

#AA8292
(170,130,146)
#9B7785
(155,119,133)
#8C6C78
(140,108,120)
#7D616B
(125,97,107)
#6E565E
(110,86,94)
#5F4B51
(95,75,81)
#504044
(80,64,68)
#413537
(65,53,55)
#322A2A
(50,42,42)
#231F1D
(35,31,29)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #AA8292

#AA8292
(170,130,146)
#B18D9B
(177,141,155)
#B898A4
(184,152,164)
#BFA3AD
(191,163,173)
#C6AEB6
(198,174,182)
#CDB9BF
(205,185,191)
#D4C4C8
(212,196,200)
#DBCFD1
(219,207,209)
#E2DADA
(226,218,218)
#E9E5E3
(233,229,227)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8292; }

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

This text font color is #AA8292.

Background Color

.myBgColor { background-color: #AA8292; }

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

This div background color is #AA8292.

Border color

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

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

This div border color is #AA8292.

Opacity

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

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

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

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

This text has shadow with #AA8292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8292.

Preview

Color preview on black background

This text has color #AA8292 on black background.


Color preview on white background

This text has color #AA8292 on white background.


Black color preview on #AA8292 background

This text has black color on #AA8292 background.


White color preview on #AA8292 background

This text has white color on #AA8292 background.


Related colors

Complementary color

Complementary color for #hex is #557D6D.


I love getcolorcode.com

Triadic colors

1 #92AA82 and #8292AA with #AA8292 are triadic colors.

2 #9282AA and #82AA92 with #AA8292 are triadic colors.