COLOR #AA612C

HEX: #AA612C RGB: (170,97,44)

Color info

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

RGB color model

#AA612C color RGB value is (170,97,44).

RGB: (170,97,44) (67%, 38%, 17%)

RGB channels and saturation

R 170 of 255 = 67%
G 97 of 255 = 38%
B 44 of 255 = 17%

170
97
44

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

Portions of RGB colors in percentages

R + G + B = 170 + 97 + 44 = 311 (100%)
R 170 of 311 ~ 54.66%
G 97 of 311 ~ 31.19%
B 44 of 311 ~ 14.15'%

%54.66
%31.19
%14.15

CMYK color model

#AA612C color CMYK value is (0,43,74,33).

  • cyan value is 0.00%
  • magenta value is 42.94%
  • yellow value is 74.12%
  • key color value is 33.33%
CMYK: (0,43,74,33) C0M43Y74K33 (0%,43%,74%,33%) (0.00/0.43/0.74/0.33) 

CMYK percentages

%0
%42.94
%74.12
%33.33

Codes

Color #AA612C in popluar color models

AA 61 2C
RGB 170 97 44
HSL 25° 58.88% 41.96%
HSB/HSV 25° 74.12% 66.67%
CMYK 0.00% 42.94% 74.12%
33.33%

Color #AA612C in popluar number systems.

HEX AA 61 2C
Decimal 170 97 44
Binary 10101010 1100001 101100
Octal 252 141 54

Shades and tints

Shades of #AA612C

#AA612C
(170,97,44)
#9B5928
(155,89,40)
#8C5124
(140,81,36)
#7D4920
(125,73,32)
#6E411C
(110,65,28)
#5F3918
(95,57,24)
#503114
(80,49,20)
#412910
(65,41,16)
#32210C
(50,33,12)
#231908
(35,25,8)
#141104
(20,17,4)
#000000
(0,0,0)

Tints of #AA612C

#AA612C
(170,97,44)
#B16F3F
(177,111,63)
#B87D52
(184,125,82)
#BF8B65
(191,139,101)
#C69978
(198,153,120)
#CDA78B
(205,167,139)
#D4B59E
(212,181,158)
#DBC3B1
(219,195,177)
#E2D1C4
(226,209,196)
#E9DFD7
(233,223,215)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA612C; }

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

This text font color is #AA612C.

Background Color

.myBgColor { background-color: #AA612C; }

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

This div background color is #AA612C.

Border color

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

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

This div border color is #AA612C.

Opacity

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

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

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

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

This text has shadow with #AA612C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA612C.

Preview

Color preview on black background

This text has color #AA612C on black background.


Color preview on white background

This text has color #AA612C on white background.


Black color preview on #AA612C background

This text has black color on #AA612C background.


White color preview on #AA612C background

This text has white color on #AA612C background.


Related colors

Complementary color

Complementary color for #hex is #559ED3.


I love getcolorcode.com

Triadic colors

1 #2CAA61 and #612CAA with #AA612C are triadic colors.

2 #2C61AA and #61AA2C with #AA612C are triadic colors.