COLOR #AA3346

HEX: #AA3346
RGB: (170,51,70)

Color info

#AA3346 contains mainly red color. Web safe color of #AA3346 is #993333 (or #933).

RGB color model

#AA3346 color RGB value is (170,51,70).

  • red value is 170;
  • green value is 51;
  • blue value is 70.
RGB:
(170,51,70)
(67%,20%,27%)

RGB channels and saturation

R 170 of 255 = 67%
G 51 of 255 = 20%
B 70 of 255 = 27%

170
51
70

R + G + B ~ 38%. #AA3346 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 51 + 70 = 291 (100%)
R 170 of 291 ~ 58.42%
G 51 of 291 ~ 17.53%
B 70 of 291 ~ 24.05%

%58.42
%17.53
%24.05

CMYK color model

#AA3346 color CMYK value is (0,70,59,33).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 58.82%
  • key color value is 33.33%
CMYK:
(0,70,59,33)
C0M70Y59K33 
(0%,70%,59%,33%)
(0.00/0.70/0.59/0.33)	

CMYK percentages

%0
%70
%58.82
%33.33

Codes

Color #AA3346 in popluar color models

AA3346
RGB1705170
HSL350°53.85%43.33%
HSB/HSV350°70.00%66.67%
CMYK0.00%70.00%58.82%
33.33%

Color #AA3346 in popluar number systems.

HEXAA3346
Decimal1705170
Binary101010101100111000110
Octal25263106

Shades and tints

Shades of #AA3346

#AA3346
(170,51,70)
#9B2F40
(155,47,64)
#8C2B3A
(140,43,58)
#7D2734
(125,39,52)
#6E232E
(110,35,46)
#5F1F28
(95,31,40)
#501B22
(80,27,34)
#41171C
(65,23,28)
#321316
(50,19,22)
#230F10
(35,15,16)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #AA3346

#AA3346
(170,51,70)
#B14556
(177,69,86)
#B85766
(184,87,102)
#BF6976
(191,105,118)
#C67B86
(198,123,134)
#CD8D96
(205,141,150)
#D49FA6
(212,159,166)
#DBB1B6
(219,177,182)
#E2C3C6
(226,195,198)
#E9D5D6
(233,213,214)
#F0E7E6
(240,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA3346 color. Also use rgb(170,51,70) instead hex code.

Text Font Color

.myTextColor { color: #AA3346; }

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

This text font color is #AA3346.


Background Color

.myBgColor { background-color: #AA3346; }

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

This div background color is #AA3346.


Border color

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

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

This div border color is #AA3346.


Opacity

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

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

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

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

This text has shadow with #AA3346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA3346 on black background.


Color preview on white background

This text has color #AA3346 on white background.



Black color preview on #AA3346 background

This text has black color on #AA3346 background.


White color preview on #AA3346 background

This text has white color on #AA3346 background.