COLOR #AA422C

HEX: #AA422C
RGB: (170,66,44)

Color info

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

RGB color model

#AA422C color RGB value is (170,66,44).

  • red value is 170;
  • green value is 66;
  • blue value is 44.
RGB:
(170,66,44)
(67%,26%,17%)

RGB channels and saturation

R 170 of 255 = 67%
G 66 of 255 = 26%
B 44 of 255 = 17%

170
66
44

R + G + B ~ 37%. #AA422C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 66 + 44 = 280 (100%)
R 170 of 280 ~ 60.71%
G 66 of 280 ~ 23.57%
B 44 of 280 ~ 15.71%

%60.71
%23.57
%15.71

CMYK color model

#AA422C color CMYK value is (0,61,74,33).

  • cyan value is 0.00%
  • magenta value is 61.18%
  • yellow value is 74.12%
  • key color value is 33.33%
CMYK:
(0,61,74,33)
C0M61Y74K33 
(0%,61%,74%,33%)
(0.00/0.61/0.74/0.33)	

CMYK percentages

%0
%61.18
%74.12
%33.33

Codes

Color #AA422C in popluar color models

AA422C
RGB1706644
HSL10°58.88%41.96%
HSB/HSV10°74.12%66.67%
CMYK0.00%61.18%74.12%
33.33%

Color #AA422C in popluar number systems.

HEXAA422C
Decimal1706644
Binary101010101000010101100
Octal25210254

Shades and tints

Shades of #AA422C

#AA422C
(170,66,44)
#9B3C28
(155,60,40)
#8C3624
(140,54,36)
#7D3020
(125,48,32)
#6E2A1C
(110,42,28)
#5F2418
(95,36,24)
#501E14
(80,30,20)
#411810
(65,24,16)
#32120C
(50,18,12)
#230C08
(35,12,8)
#140604
(20,6,4)
#000000
(0,0,0)

Tints of #AA422C

#AA422C
(170,66,44)
#B1533F
(177,83,63)
#B86452
(184,100,82)
#BF7565
(191,117,101)
#C68678
(198,134,120)
#CD978B
(205,151,139)
#D4A89E
(212,168,158)
#DBB9B1
(219,185,177)
#E2CAC4
(226,202,196)
#E9DBD7
(233,219,215)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA422C; }

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

This text font color is #AA422C.


Background Color

.myBgColor { background-color: #AA422C; }

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

This div background color is #AA422C.


Border color

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

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

This div border color is #AA422C.


Opacity

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

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

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

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

This text has shadow with #AA422C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA422C on black background.


Color preview on white background

This text has color #AA422C on white background.



Black color preview on #AA422C background

This text has black color on #AA422C background.


White color preview on #AA422C background

This text has white color on #AA422C background.