COLOR #AA3F0A

HEX: #AA3F0A
RGB: (170,63,10)

Color info

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

RGB color model

#AA3F0A color RGB value is (170,63,10).

  • red value is 170;
  • green value is 63;
  • blue value is 10.
RGB:
(170,63,10)
(67%,25%,4%)

RGB channels and saturation

R 170 of 255 = 67%
G 63 of 255 = 25%
B 10 of 255 = 4%

170
63
10

R + G + B ~ 32%. #AA3F0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 63 + 10 = 243 (100%)
R 170 of 243 ~ 69.96%
G 63 of 243 ~ 25.93%
B 10 of 243 ~ 4.12%

%69.96
%25.93

CMYK color model

#AA3F0A color CMYK value is (0,63,94,33).

  • cyan value is 0.00%
  • magenta value is 62.94%
  • yellow value is 94.12%
  • key color value is 33.33%
CMYK:
(0,63,94,33)
C0M63Y94K33 
(0%,63%,94%,33%)
(0.00/0.63/0.94/0.33)	

CMYK percentages

%0
%62.94
%94.12
%33.33

Codes

Color #AA3F0A in popluar color models

AA3F0A
RGB1706310
HSL20°88.89%35.29%
HSB/HSV20°94.12%66.67%
CMYK0.00%62.94%94.12%
33.33%

Color #AA3F0A in popluar number systems.

HEXAA3F0A
Decimal1706310
Binary101010101111111010
Octal2527712

Shades and tints

Shades of #AA3F0A

#AA3F0A
(170,63,10)
#9B3A0A
(155,58,10)
#8C350A
(140,53,10)
#7D300A
(125,48,10)
#6E2B0A
(110,43,10)
#5F260A
(95,38,10)
#50210A
(80,33,10)
#411C0A
(65,28,10)
#32170A
(50,23,10)
#23120A
(35,18,10)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #AA3F0A

#AA3F0A
(170,63,10)
#B15020
(177,80,32)
#B86136
(184,97,54)
#BF724C
(191,114,76)
#C68362
(198,131,98)
#CD9478
(205,148,120)
#D4A58E
(212,165,142)
#DBB6A4
(219,182,164)
#E2C7BA
(226,199,186)
#E9D8D0
(233,216,208)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA3F0A color. Also use rgb(170,63,10) instead hex code.

Text Font Color

.myTextColor { color: #AA3F0A; }

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

This text font color is #AA3F0A.


Background Color

.myBgColor { background-color: #AA3F0A; }

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

This div background color is #AA3F0A.


Border color

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

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

This div border color is #AA3F0A.


Opacity

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

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

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

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

This text has shadow with #AA3F0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA3F0A on black background.


Color preview on white background

This text has color #AA3F0A on white background.



Black color preview on #AA3F0A background

This text has black color on #AA3F0A background.


White color preview on #AA3F0A background

This text has white color on #AA3F0A background.