COLOR #AA6722

HEX: #AA6722 RGB: (170,103,34)

Color info

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

RGB color model

#AA6722 color RGB value is (170,103,34).

RGB: (170,103,34) (67%, 40%, 13%)

RGB channels and saturation

R 170 of 255 = 67%
G 103 of 255 = 40%
B 34 of 255 = 13%

170
103
34

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

Portions of RGB colors in percentages

R + G + B = 170 + 103 + 34 = 307 (100%)
R 170 of 307 ~ 55.37%
G 103 of 307 ~ 33.55%
B 34 of 307 ~ 11.07'%

%55.37
%33.55
%11.07

CMYK color model

#AA6722 color CMYK value is (0,39,80,33).

  • cyan value is 0.00%
  • magenta value is 39.41%
  • yellow value is 80.00%
  • key color value is 33.33%
CMYK: (0,39,80,33) C0M39Y80K33 (0%,39%,80%,33%) (0.00/0.39/0.80/0.33) 

CMYK percentages

%0
%39.41
%80
%33.33

Codes

Color #AA6722 in popluar color models

AA 67 22
RGB 170 103 34
HSL 30° 66.67% 40.00%
HSB/HSV 30° 80.00% 66.67%
CMYK 0.00% 39.41% 80.00%
33.33%

Color #AA6722 in popluar number systems.

HEX AA 67 22
Decimal 170 103 34
Binary 10101010 1100111 100010
Octal 252 147 42

Shades and tints

Shades of #AA6722

#AA6722
(170,103,34)
#9B5E1F
(155,94,31)
#8C551C
(140,85,28)
#7D4C19
(125,76,25)
#6E4316
(110,67,22)
#5F3A13
(95,58,19)
#503110
(80,49,16)
#41280D
(65,40,13)
#321F0A
(50,31,10)
#231607
(35,22,7)
#140D04
(20,13,4)
#000000
(0,0,0)

Tints of #AA6722

#AA6722
(170,103,34)
#B17436
(177,116,54)
#B8814A
(184,129,74)
#BF8E5E
(191,142,94)
#C69B72
(198,155,114)
#CDA886
(205,168,134)
#D4B59A
(212,181,154)
#DBC2AE
(219,194,174)
#E2CFC2
(226,207,194)
#E9DCD6
(233,220,214)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6722 color. Also use rgb(170,103,34) instead hex code.

Text Font Color

.myTextColor { color: #AA6722; }

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

This text font color is #AA6722.

Background Color

.myBgColor { background-color: #AA6722; }

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

This div background color is #AA6722.

Border color

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

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

This div border color is #AA6722.

Opacity

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

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

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

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

This text has shadow with #AA6722 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6722.

Preview

Color preview on black background

This text has color #AA6722 on black background.


Color preview on white background

This text has color #AA6722 on white background.


Black color preview on #AA6722 background

This text has black color on #AA6722 background.


White color preview on #AA6722 background

This text has white color on #AA6722 background.


Related colors

Complementary color

Complementary color for #hex is #5598DD.


I love getcolorcode.com

Triadic colors

1 #22AA67 and #6722AA with #AA6722 are triadic colors.

2 #2267AA and #67AA22 with #AA6722 are triadic colors.