COLOR #AA506E

HEX: #AA506E
RGB: (170,80,110)

Color info

#AA506E contains mainly red color. Web safe color of #AA506E is #996666 (or #966).

RGB color model

#AA506E color RGB value is (170,80,110).

  • red value is 170;
  • green value is 80;
  • blue value is 110.
RGB:
(170,80,110)
(67%,31%,43%)

RGB channels and saturation

R 170 of 255 = 67%
G 80 of 255 = 31%
B 110 of 255 = 43%

170
80
110

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

Portions of RGB colors in percentages

R + G + B =
170 + 80 + 110 = 360 (100%)
R 170 of 360 ~ 47.22%
G 80 of 360 ~ 22.22%
B 110 of 360 ~ 30.56%

%47.22
%22.22
%30.56

CMYK color model

#AA506E color CMYK value is (0,53,35,33).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 35.29%
  • key color value is 33.33%
CMYK:
(0,53,35,33)
C0M53Y35K33 
(0%,53%,35%,33%)
(0.00/0.53/0.35/0.33)	

CMYK percentages

%0
%52.94
%35.29
%33.33

Codes

Color #AA506E in popluar color models

AA506E
RGB17080110
HSL340°36.00%49.02%
HSB/HSV340°52.94%66.67%
CMYK0.00%52.94%35.29%
33.33%

Color #AA506E in popluar number systems.

HEXAA506E
Decimal17080110
Binary1010101010100001101110
Octal252120156

Shades and tints

Shades of #AA506E

#AA506E
(170,80,110)
#9B4964
(155,73,100)
#8C425A
(140,66,90)
#7D3B50
(125,59,80)
#6E3446
(110,52,70)
#5F2D3C
(95,45,60)
#502632
(80,38,50)
#411F28
(65,31,40)
#32181E
(50,24,30)
#231114
(35,17,20)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #AA506E

#AA506E
(170,80,110)
#B15F7B
(177,95,123)
#B86E88
(184,110,136)
#BF7D95
(191,125,149)
#C68CA2
(198,140,162)
#CD9BAF
(205,155,175)
#D4AABC
(212,170,188)
#DBB9C9
(219,185,201)
#E2C8D6
(226,200,214)
#E9D7E3
(233,215,227)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA506E color. Also use rgb(170,80,110) instead hex code.

Text Font Color

.myTextColor { color: #AA506E; }

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

This text font color is #AA506E.


Background Color

.myBgColor { background-color: #AA506E; }

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

This div background color is #AA506E.


Border color

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

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

This div border color is #AA506E.


Opacity

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

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

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

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

This text has shadow with #AA506E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA506E on black background.


Color preview on white background

This text has color #AA506E on white background.



Black color preview on #AA506E background

This text has black color on #AA506E background.


White color preview on #AA506E background

This text has white color on #AA506E background.