COLOR #AA3E66

HEX: #AA3E66
RGB: (170,62,102)

Color info

#AA3E66 contains mainly red color. Web safe color of #AA3E66 is #993366 (or #936).

RGB color model

#AA3E66 color RGB value is (170,62,102).

  • red value is 170;
  • green value is 62;
  • blue value is 102.
RGB:
(170,62,102)
(67%,24%,40%)

RGB channels and saturation

R 170 of 255 = 67%
G 62 of 255 = 24%
B 102 of 255 = 40%

170
62
102

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

Portions of RGB colors in percentages

R + G + B =
170 + 62 + 102 = 334 (100%)
R 170 of 334 ~ 50.9%
G 62 of 334 ~ 18.56%
B 102 of 334 ~ 30.54%

%50.9
%18.56
%30.54

CMYK color model

#AA3E66 color CMYK value is (0,64,40,33).

  • cyan value is 0.00%
  • magenta value is 63.53%
  • yellow value is 40.00%
  • key color value is 33.33%
CMYK:
(0,64,40,33)
C0M64Y40K33 
(0%,64%,40%,33%)
(0.00/0.64/0.40/0.33)	

CMYK percentages

%0
%63.53
%40
%33.33

Codes

Color #AA3E66 in popluar color models

AA3E66
RGB17062102
HSL338°46.55%45.49%
HSB/HSV338°63.53%66.67%
CMYK0.00%63.53%40.00%
33.33%

Color #AA3E66 in popluar number systems.

HEXAA3E66
Decimal17062102
Binary101010101111101100110
Octal25276146

Shades and tints

Shades of #AA3E66

#AA3E66
(170,62,102)
#9B395D
(155,57,93)
#8C3454
(140,52,84)
#7D2F4B
(125,47,75)
#6E2A42
(110,42,66)
#5F2539
(95,37,57)
#502030
(80,32,48)
#411B27
(65,27,39)
#32161E
(50,22,30)
#231115
(35,17,21)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #AA3E66

#AA3E66
(170,62,102)
#B14F73
(177,79,115)
#B86080
(184,96,128)
#BF718D
(191,113,141)
#C6829A
(198,130,154)
#CD93A7
(205,147,167)
#D4A4B4
(212,164,180)
#DBB5C1
(219,181,193)
#E2C6CE
(226,198,206)
#E9D7DB
(233,215,219)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA3E66 color. Also use rgb(170,62,102) instead hex code.

Text Font Color

.myTextColor { color: #AA3E66; }

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

This text font color is #AA3E66.


Background Color

.myBgColor { background-color: #AA3E66; }

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

This div background color is #AA3E66.


Border color

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

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

This div border color is #AA3E66.


Opacity

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

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

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

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

This text has shadow with #AA3E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA3E66 on black background.


Color preview on white background

This text has color #AA3E66 on white background.



Black color preview on #AA3E66 background

This text has black color on #AA3E66 background.


White color preview on #AA3E66 background

This text has white color on #AA3E66 background.