COLOR #AA3E3B

HEX: #AA3E3B
RGB: (170,62,59)

Color info

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

RGB color model

#AA3E3B color RGB value is (170,62,59).

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

RGB channels and saturation

R 170 of 255 = 67%
G 62 of 255 = 24%
B 59 of 255 = 23%

170
62
59

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

Portions of RGB colors in percentages

R + G + B =
170 + 62 + 59 = 291 (100%)
R 170 of 291 ~ 58.42%
G 62 of 291 ~ 21.31%
B 59 of 291 ~ 20.27%

%58.42
%21.31
%20.27

CMYK color model

#AA3E3B color CMYK value is (0,64,65,33).

  • cyan value is 0.00%
  • magenta value is 63.53%
  • yellow value is 65.29%
  • key color value is 33.33%
CMYK:
(0,64,65,33)
C0M64Y65K33 
(0%,64%,65%,33%)
(0.00/0.64/0.65/0.33)	

CMYK percentages

%0
%63.53
%65.29
%33.33

Codes

Color #AA3E3B in popluar color models

AA3E3B
RGB1706259
HSL48.47%44.90%
HSB/HSV65.29%66.67%
CMYK0.00%63.53%65.29%
33.33%

Color #AA3E3B in popluar number systems.

HEXAA3E3B
Decimal1706259
Binary10101010111110111011
Octal2527673

Shades and tints

Shades of #AA3E3B

#AA3E3B
(170,62,59)
#9B3936
(155,57,54)
#8C3431
(140,52,49)
#7D2F2C
(125,47,44)
#6E2A27
(110,42,39)
#5F2522
(95,37,34)
#50201D
(80,32,29)
#411B18
(65,27,24)
#321613
(50,22,19)
#23110E
(35,17,14)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #AA3E3B

#AA3E3B
(170,62,59)
#B14F4C
(177,79,76)
#B8605D
(184,96,93)
#BF716E
(191,113,110)
#C6827F
(198,130,127)
#CD9390
(205,147,144)
#D4A4A1
(212,164,161)
#DBB5B2
(219,181,178)
#E2C6C3
(226,198,195)
#E9D7D4
(233,215,212)
#F0E8E5
(240,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA3E3B; }

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

This text font color is #AA3E3B.


Background Color

.myBgColor { background-color: #AA3E3B; }

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

This div background color is #AA3E3B.


Border color

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

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

This div border color is #AA3E3B.


Opacity

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

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

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

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

This text has shadow with #AA3E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA3E3B on black background.


Color preview on white background

This text has color #AA3E3B on white background.



Black color preview on #AA3E3B background

This text has black color on #AA3E3B background.


White color preview on #AA3E3B background

This text has white color on #AA3E3B background.