COLOR #AA612A

HEX: #AA612A
RGB: (170,97,42)

Color info

#AA612A contains mainly red color. Web safe color of #AA612A is #996633 (or #963).

RGB color model

#AA612A color RGB value is (170,97,42).

  • red value is 170;
  • green value is 97;
  • blue value is 42.
RGB:
(170,97,42)
(67%,38%,16%)

RGB channels and saturation

R 170 of 255 = 67%
G 97 of 255 = 38%
B 42 of 255 = 16%

170
97
42

R + G + B ~ 40%. #AA612A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 97 + 42 = 309 (100%)
R 170 of 309 ~ 55.02%
G 97 of 309 ~ 31.39%
B 42 of 309 ~ 13.59%

%55.02
%31.39
%13.59

CMYK color model

#AA612A color CMYK value is (0,43,75,33).

  • cyan value is 0.00%
  • magenta value is 42.94%
  • yellow value is 75.29%
  • key color value is 33.33%
CMYK:
(0,43,75,33)
C0M43Y75K33 
(0%,43%,75%,33%)
(0.00/0.43/0.75/0.33)	

CMYK percentages

%0
%42.94
%75.29
%33.33

Codes

Color #AA612A in popluar color models

AA612A
RGB1709742
HSL26°60.38%41.57%
HSB/HSV26°75.29%66.67%
CMYK0.00%42.94%75.29%
33.33%

Color #AA612A in popluar number systems.

HEXAA612A
Decimal1709742
Binary101010101100001101010
Octal25214152

Shades and tints

Shades of #AA612A

#AA612A
(170,97,42)
#9B5927
(155,89,39)
#8C5124
(140,81,36)
#7D4921
(125,73,33)
#6E411E
(110,65,30)
#5F391B
(95,57,27)
#503118
(80,49,24)
#412915
(65,41,21)
#322112
(50,33,18)
#23190F
(35,25,15)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #AA612A

#AA612A
(170,97,42)
#B16F3D
(177,111,61)
#B87D50
(184,125,80)
#BF8B63
(191,139,99)
#C69976
(198,153,118)
#CDA789
(205,167,137)
#D4B59C
(212,181,156)
#DBC3AF
(219,195,175)
#E2D1C2
(226,209,194)
#E9DFD5
(233,223,213)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA612A color. Also use rgb(170,97,42) instead hex code.

Text Font Color

.myTextColor { color: #AA612A; }

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

This text font color is #AA612A.


Background Color

.myBgColor { background-color: #AA612A; }

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

This div background color is #AA612A.


Border color

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

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

This div border color is #AA612A.


Opacity

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

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

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

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

This text has shadow with #AA612A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA612A on black background.


Color preview on white background

This text has color #AA612A on white background.



Black color preview on #AA612A background

This text has black color on #AA612A background.


White color preview on #AA612A background

This text has white color on #AA612A background.