COLOR #AA6084

HEX: #AA6084 RGB: (170,96,132)

Color info

#AA6084 contains mainly red and blue colors. Web safe color of #AA6084 is #996699 (or #969).

RGB color model

#AA6084 color RGB value is (170,96,132).

RGB: (170,96,132) (67%, 38%, 52%)

RGB channels and saturation

R 170 of 255 = 67%
G 96 of 255 = 38%
B 132 of 255 = 52%

170
96
132

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

Portions of RGB colors in percentages

R + G + B = 170 + 96 + 132 = 398 (100%)
R 170 of 398 ~ 42.71%
G 96 of 398 ~ 24.12%
B 132 of 398 ~ 33.17'%

%42.71
%24.12
%33.17

CMYK color model

#AA6084 color CMYK value is (0,44,22,33).

  • cyan value is 0.00%
  • magenta value is 43.53%
  • yellow value is 22.35%
  • key color value is 33.33%

CMYK: (0,44,22,33)
C0M44Y22K33 (0%, 44%, 22%, 33%)
(0.00 / 0.44 / 0.22 / 0.33)

CMYK percentages

%0
%43.53
%22.35
%33.33

Codes

Color #AA6084 in popluar color models

AA 60 84
RGB 170 96 132
HSL 331° 30.33% 52.16%
HSB/HSV 331° 43.53% 66.67%
CMYK 0.00% 43.53% 22.35%
33.33%

Color #AA6084 in popluar number systems.

HEX AA 60 84
Decimal 170 96 132
Binary 10101010 1100000 10000100
Octal 252 140 204

Shades and tints

Shades of #AA6084

#AA6084
(170,96,132)
#9B5878
(155,88,120)
#8C506C
(140,80,108)
#7D4860
(125,72,96)
#6E4054
(110,64,84)
#5F3848
(95,56,72)
#50303C
(80,48,60)
#412830
(65,40,48)
#322024
(50,32,36)
#231818
(35,24,24)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #AA6084

#AA6084
(170,96,132)
#B16E8F
(177,110,143)
#B87C9A
(184,124,154)
#BF8AA5
(191,138,165)
#C698B0
(198,152,176)
#CDA6BB
(205,166,187)
#D4B4C6
(212,180,198)
#DBC2D1
(219,194,209)
#E2D0DC
(226,208,220)
#E9DEE7
(233,222,231)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6084 color. Also use rgb(170,96,132) instead hex code.

Text Font Color

.myTextColor { color: #AA6084; }

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

This text font color is #AA6084.

Background Color

.myBgColor { background-color: #AA6084; }

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

This div background color is #AA6084.

Border color

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

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

This div border color is #AA6084.

Opacity

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

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

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

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

This text has shadow with #AA6084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6084.

Preview

Color preview on black background

This text has color #AA6084 on black background.


Color preview on white background

This text has color #AA6084 on white background.


Black color preview on #AA6084 background

This text has black color on #AA6084 background.


White color preview on #AA6084 background

This text has white color on #AA6084 background.


Related colors

Complementary color

Complementary color for #hex is #559F7B.


I love getcolorcode.com

Triadic colors

1 #84AA60 and #6084AA with #AA6084 are triadic colors.

2 #8460AA and #60AA84 with #AA6084 are triadic colors.