COLOR #AA2B0F

HEX: #AA2B0F
RGB: (170,43,15)

Color info

#AA2B0F contains mainly red color. Web safe color of #AA2B0F is #993300 (or #930).

RGB color model

#AA2B0F color RGB value is (170,43,15).

  • red value is 170;
  • green value is 43;
  • blue value is 15.
RGB:
(170,43,15)
(67%,17%,6%)

RGB channels and saturation

R 170 of 255 = 67%
G 43 of 255 = 17%
B 15 of 255 = 6%

170
43
15

R + G + B ~ 30%. #AA2B0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 43 + 15 = 228 (100%)
R 170 of 228 ~ 74.56%
G 43 of 228 ~ 18.86%
B 15 of 228 ~ 6.58%

%74.56
%18.86

CMYK color model

#AA2B0F color CMYK value is (0,75,91,33).

  • cyan value is 0.00%
  • magenta value is 74.71%
  • yellow value is 91.18%
  • key color value is 33.33%
CMYK:
(0,75,91,33)
C0M75Y91K33 
(0%,75%,91%,33%)
(0.00/0.75/0.91/0.33)	

CMYK percentages

%0
%74.71
%91.18
%33.33

Codes

Color #AA2B0F in popluar color models

AA2B0F
RGB1704315
HSL11°83.78%36.27%
HSB/HSV11°91.18%66.67%
CMYK0.00%74.71%91.18%
33.33%

Color #AA2B0F in popluar number systems.

HEXAA2B0F
Decimal1704315
Binary101010101010111111
Octal2525317

Shades and tints

Shades of #AA2B0F

#AA2B0F
(170,43,15)
#9B280E
(155,40,14)
#8C250D
(140,37,13)
#7D220C
(125,34,12)
#6E1F0B
(110,31,11)
#5F1C0A
(95,28,10)
#501909
(80,25,9)
#411608
(65,22,8)
#321307
(50,19,7)
#231006
(35,16,6)
#140D05
(20,13,5)
#000000
(0,0,0)

Tints of #AA2B0F

#AA2B0F
(170,43,15)
#B13E24
(177,62,36)
#B85139
(184,81,57)
#BF644E
(191,100,78)
#C67763
(198,119,99)
#CD8A78
(205,138,120)
#D49D8D
(212,157,141)
#DBB0A2
(219,176,162)
#E2C3B7
(226,195,183)
#E9D6CC
(233,214,204)
#F0E9E1
(240,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA2B0F color. Also use rgb(170,43,15) instead hex code.

Text Font Color

.myTextColor { color: #AA2B0F; }

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

This text font color is #AA2B0F.


Background Color

.myBgColor { background-color: #AA2B0F; }

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

This div background color is #AA2B0F.


Border color

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

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

This div border color is #AA2B0F.


Opacity

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

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

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

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

This text has shadow with #AA2B0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA2B0F on black background.


Color preview on white background

This text has color #AA2B0F on white background.



Black color preview on #AA2B0F background

This text has black color on #AA2B0F background.


White color preview on #AA2B0F background

This text has white color on #AA2B0F background.