COLOR #AA6287

HEX: #AA6287
RGB: (170,98,135)

Color info

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

RGB color model

#AA6287 color RGB value is (170,98,135).

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

RGB channels and saturation

R 170 of 255 = 67%
G 98 of 255 = 38%
B 135 of 255 = 53%

170
98
135

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

Portions of RGB colors in percentages

R + G + B =
170 + 98 + 135 = 403 (100%)
R 170 of 403 ~ 42.18%
G 98 of 403 ~ 24.32%
B 135 of 403 ~ 33.5%

%42.18
%24.32
%33.5

CMYK color model

#AA6287 color CMYK value is (0,42,21,33).

  • cyan value is 0.00%
  • magenta value is 42.35%
  • yellow value is 20.59%
  • key color value is 33.33%
CMYK:
(0,42,21,33)
C0M42Y21K33 
(0%,42%,21%,33%)
(0.00/0.42/0.21/0.33)	

CMYK percentages

%0
%42.35
%20.59
%33.33

Codes

Color #AA6287 in popluar color models

AA6287
RGB17098135
HSL329°29.75%52.55%
HSB/HSV329°42.35%66.67%
CMYK0.00%42.35%20.59%
33.33%

Color #AA6287 in popluar number systems.

HEXAA6287
Decimal17098135
Binary10101010110001010000111
Octal252142207

Shades and tints

Shades of #AA6287

#AA6287
(170,98,135)
#9B5A7B
(155,90,123)
#8C526F
(140,82,111)
#7D4A63
(125,74,99)
#6E4257
(110,66,87)
#5F3A4B
(95,58,75)
#50323F
(80,50,63)
#412A33
(65,42,51)
#322227
(50,34,39)
#231A1B
(35,26,27)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #AA6287

#AA6287
(170,98,135)
#B17091
(177,112,145)
#B87E9B
(184,126,155)
#BF8CA5
(191,140,165)
#C69AAF
(198,154,175)
#CDA8B9
(205,168,185)
#D4B6C3
(212,182,195)
#DBC4CD
(219,196,205)
#E2D2D7
(226,210,215)
#E9E0E1
(233,224,225)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6287; }

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

This text font color is #AA6287.


Background Color

.myBgColor { background-color: #AA6287; }

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

This div background color is #AA6287.


Border color

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

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

This div border color is #AA6287.


Opacity

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

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

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

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

This text has shadow with #AA6287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6287 on black background.


Color preview on white background

This text has color #AA6287 on white background.



Black color preview on #AA6287 background

This text has black color on #AA6287 background.


White color preview on #AA6287 background

This text has white color on #AA6287 background.