COLOR #AA6289

HEX: #AA6289
RGB: (170,98,137)

Color info

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

RGB color model

#AA6289 color RGB value is (170,98,137).

  • red value is 170;
  • green value is 98;
  • blue value is 137.
RGB:
(170,98,137)
(67%,38%,54%)

RGB channels and saturation

R 170 of 255 = 67%
G 98 of 255 = 38%
B 137 of 255 = 54%

170
98
137

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

Portions of RGB colors in percentages

R + G + B =
170 + 98 + 137 = 405 (100%)
R 170 of 405 ~ 41.98%
G 98 of 405 ~ 24.2%
B 137 of 405 ~ 33.83%

%41.98
%24.2
%33.83

CMYK color model

#AA6289 color CMYK value is (0,42,19,33).

  • cyan value is 0.00%
  • magenta value is 42.35%
  • yellow value is 19.41%
  • key color value is 33.33%
CMYK:
(0,42,19,33)
C0M42Y19K33 
(0%,42%,19%,33%)
(0.00/0.42/0.19/0.33)	

CMYK percentages

%0
%42.35
%19.41
%33.33

Codes

Color #AA6289 in popluar color models

AA6289
RGB17098137
HSL328°29.75%52.55%
HSB/HSV328°42.35%66.67%
CMYK0.00%42.35%19.41%
33.33%

Color #AA6289 in popluar number systems.

HEXAA6289
Decimal17098137
Binary10101010110001010001001
Octal252142211

Shades and tints

Shades of #AA6289

#AA6289
(170,98,137)
#9B5A7D
(155,90,125)
#8C5271
(140,82,113)
#7D4A65
(125,74,101)
#6E4259
(110,66,89)
#5F3A4D
(95,58,77)
#503241
(80,50,65)
#412A35
(65,42,53)
#322229
(50,34,41)
#231A1D
(35,26,29)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #AA6289

#AA6289
(170,98,137)
#B17093
(177,112,147)
#B87E9D
(184,126,157)
#BF8CA7
(191,140,167)
#C69AB1
(198,154,177)
#CDA8BB
(205,168,187)
#D4B6C5
(212,182,197)
#DBC4CF
(219,196,207)
#E2D2D9
(226,210,217)
#E9E0E3
(233,224,227)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6289 color. Also use rgb(170,98,137) instead hex code.

Text Font Color

.myTextColor { color: #AA6289; }

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

This text font color is #AA6289.


Background Color

.myBgColor { background-color: #AA6289; }

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

This div background color is #AA6289.


Border color

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

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

This div border color is #AA6289.


Opacity

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

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

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

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

This text has shadow with #AA6289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6289 on black background.


Color preview on white background

This text has color #AA6289 on white background.



Black color preview on #AA6289 background

This text has black color on #AA6289 background.


White color preview on #AA6289 background

This text has white color on #AA6289 background.