COLOR #AA8092

HEX: #AA8092 RGB: (170,128,146)

Color info

#AA8092 contains red, green and blue colors in about the same proportion. Web safe color of #AA8092 is #996699 (or #969).

RGB color model

#AA8092 color RGB value is (170,128,146).

RGB: (170,128,146) (67%, 50%, 57%)

RGB channels and saturation

R 170 of 255 = 67%
G 128 of 255 = 50%
B 146 of 255 = 57%

170
128
146

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

Portions of RGB colors in percentages

R + G + B = 170 + 128 + 146 = 444 (100%)
R 170 of 444 ~ 38.29%
G 128 of 444 ~ 28.83%
B 146 of 444 ~ 32.88'%

%38.29
%28.83
%32.88

CMYK color model

#AA8092 color CMYK value is (0,25,14,33).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 14.12%
  • key color value is 33.33%

CMYK: (0,25,14,33)
C0M25Y14K33 (0%, 25%, 14%, 33%)
(0.00 / 0.25 / 0.14 / 0.33)

CMYK percentages

%0
%24.71
%14.12
%33.33

Codes

Color #AA8092 in popluar color models

AA 80 92
RGB 170 128 146
HSL 334° 19.81% 58.43%
HSB/HSV 334° 24.71% 66.67%
CMYK 0.00% 24.71% 14.12%
33.33%

Color #AA8092 in popluar number systems.

HEX AA 80 92
Decimal 170 128 146
Binary 10101010 10000000 10010010
Octal 252 200 222

Shades and tints

Shades of #AA8092

#AA8092
(170,128,146)
#9B7585
(155,117,133)
#8C6A78
(140,106,120)
#7D5F6B
(125,95,107)
#6E545E
(110,84,94)
#5F4951
(95,73,81)
#503E44
(80,62,68)
#413337
(65,51,55)
#32282A
(50,40,42)
#231D1D
(35,29,29)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #AA8092

#AA8092
(170,128,146)
#B18B9B
(177,139,155)
#B896A4
(184,150,164)
#BFA1AD
(191,161,173)
#C6ACB6
(198,172,182)
#CDB7BF
(205,183,191)
#D4C2C8
(212,194,200)
#DBCDD1
(219,205,209)
#E2D8DA
(226,216,218)
#E9E3E3
(233,227,227)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8092; }

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

This text font color is #AA8092.

Background Color

.myBgColor { background-color: #AA8092; }

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

This div background color is #AA8092.

Border color

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

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

This div border color is #AA8092.

Opacity

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

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

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

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

This text has shadow with #AA8092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8092.

Preview

Color preview on black background

This text has color #AA8092 on black background.


Color preview on white background

This text has color #AA8092 on white background.


Black color preview on #AA8092 background

This text has black color on #AA8092 background.


White color preview on #AA8092 background

This text has white color on #AA8092 background.


Related colors

Complementary color

Complementary color for #hex is #557F6D.


I love getcolorcode.com

Triadic colors

1 #92AA80 and #8092AA with #AA8092 are triadic colors.

2 #9280AA and #80AA92 with #AA8092 are triadic colors.