COLOR #AA3A26

HEX: #AA3A26
RGB: (170,58,38)

Color info

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

RGB color model

#AA3A26 color RGB value is (170,58,38).

  • red value is 170;
  • green value is 58;
  • blue value is 38.
RGB:
(170,58,38)
(67%,23%,15%)

RGB channels and saturation

R 170 of 255 = 67%
G 58 of 255 = 23%
B 38 of 255 = 15%

170
58
38

R + G + B ~ 35%. #AA3A26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 58 + 38 = 266 (100%)
R 170 of 266 ~ 63.91%
G 58 of 266 ~ 21.8%
B 38 of 266 ~ 14.29%

%63.91
%21.8
%14.29

CMYK color model

#AA3A26 color CMYK value is (0,66,78,33).

  • cyan value is 0.00%
  • magenta value is 65.88%
  • yellow value is 77.65%
  • key color value is 33.33%
CMYK:
(0,66,78,33)
C0M66Y78K33 
(0%,66%,78%,33%)
(0.00/0.66/0.78/0.33)	

CMYK percentages

%0
%65.88
%77.65
%33.33

Codes

Color #AA3A26 in popluar color models

AA3A26
RGB1705838
HSL63.46%40.78%
HSB/HSV77.65%66.67%
CMYK0.00%65.88%77.65%
33.33%

Color #AA3A26 in popluar number systems.

HEXAA3A26
Decimal1705838
Binary10101010111010100110
Octal2527246

Shades and tints

Shades of #AA3A26

#AA3A26
(170,58,38)
#9B3523
(155,53,35)
#8C3020
(140,48,32)
#7D2B1D
(125,43,29)
#6E261A
(110,38,26)
#5F2117
(95,33,23)
#501C14
(80,28,20)
#411711
(65,23,17)
#32120E
(50,18,14)
#230D0B
(35,13,11)
#140808
(20,8,8)
#000000
(0,0,0)

Tints of #AA3A26

#AA3A26
(170,58,38)
#B14B39
(177,75,57)
#B85C4C
(184,92,76)
#BF6D5F
(191,109,95)
#C67E72
(198,126,114)
#CD8F85
(205,143,133)
#D4A098
(212,160,152)
#DBB1AB
(219,177,171)
#E2C2BE
(226,194,190)
#E9D3D1
(233,211,209)
#F0E4E4
(240,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA3A26 color. Also use rgb(170,58,38) instead hex code.

Text Font Color

.myTextColor { color: #AA3A26; }

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

This text font color is #AA3A26.


Background Color

.myBgColor { background-color: #AA3A26; }

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

This div background color is #AA3A26.


Border color

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

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

This div border color is #AA3A26.


Opacity

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

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

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

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

This text has shadow with #AA3A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA3A26 on black background.


Color preview on white background

This text has color #AA3A26 on white background.



Black color preview on #AA3A26 background

This text has black color on #AA3A26 background.


White color preview on #AA3A26 background

This text has white color on #AA3A26 background.