COLOR #AA7721

HEX: #AA7721 RGB: (170,119,33)

Color info

#AA7721 contains mainly red and green colors. Web safe color of #AA7721 is #996633 (or #963).

RGB color model

#AA7721 color RGB value is (170,119,33).

RGB: (170,119,33) (67%, 47%, 13%)

RGB channels and saturation

R 170 of 255 = 67%
G 119 of 255 = 47%
B 33 of 255 = 13%

170
119
33

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

Portions of RGB colors in percentages

R + G + B = 170 + 119 + 33 = 322 (100%)
R 170 of 322 ~ 52.8%
G 119 of 322 ~ 36.96%
B 33 of 322 ~ 10.25'%

%52.8
%36.96

CMYK color model

#AA7721 color CMYK value is (0,30,81,33).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 80.59%
  • key color value is 33.33%

CMYK: (0,30,81,33)
C0M30Y81K33 (0%, 30%, 81%, 33%)
(0.00 / 0.30 / 0.81 / 0.33)

CMYK percentages

%0
%30
%80.59
%33.33

Codes

Color #AA7721 in popluar color models

AA 77 21
RGB 170 119 33
HSL 38° 67.49% 39.80%
HSB/HSV 38° 80.59% 66.67%
CMYK 0.00% 30.00% 80.59%
33.33%

Color #AA7721 in popluar number systems.

HEX AA 77 21
Decimal 170 119 33
Binary 10101010 1110111 100001
Octal 252 167 41

Shades and tints

Shades of #AA7721

#AA7721
(170,119,33)
#9B6D1E
(155,109,30)
#8C631B
(140,99,27)
#7D5918
(125,89,24)
#6E4F15
(110,79,21)
#5F4512
(95,69,18)
#503B0F
(80,59,15)
#41310C
(65,49,12)
#322709
(50,39,9)
#231D06
(35,29,6)
#141303
(20,19,3)
#000000
(0,0,0)

Tints of #AA7721

#AA7721
(170,119,33)
#B18335
(177,131,53)
#B88F49
(184,143,73)
#BF9B5D
(191,155,93)
#C6A771
(198,167,113)
#CDB385
(205,179,133)
#D4BF99
(212,191,153)
#DBCBAD
(219,203,173)
#E2D7C1
(226,215,193)
#E9E3D5
(233,227,213)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7721 color. Also use rgb(170,119,33) instead hex code.

Text Font Color

.myTextColor { color: #AA7721; }

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

This text font color is #AA7721.

Background Color

.myBgColor { background-color: #AA7721; }

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

This div background color is #AA7721.

Border color

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

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

This div border color is #AA7721.

Opacity

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

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

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

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

This text has shadow with #AA7721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7721.

Preview

Color preview on black background

This text has color #AA7721 on black background.


Color preview on white background

This text has color #AA7721 on white background.


Black color preview on #AA7721 background

This text has black color on #AA7721 background.


White color preview on #AA7721 background

This text has white color on #AA7721 background.


Related colors

Complementary color

Complementary color for #hex is #5588DE.


I love getcolorcode.com

Triadic colors

1 #21AA77 and #7721AA with #AA7721 are triadic colors.

2 #2177AA and #77AA21 with #AA7721 are triadic colors.