COLOR #AA7A53

HEX: #AA7A53 RGB: (170,122,83)

Color info

#AA7A53 contains mainly red and green colors. Web safe color of #AA7A53 is #996666 (or #966).

RGB color model

#AA7A53 color RGB value is (170,122,83).

RGB: (170,122,83) (67%, 48%, 33%)

RGB channels and saturation

R 170 of 255 = 67%
G 122 of 255 = 48%
B 83 of 255 = 33%

170
122
83

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

Portions of RGB colors in percentages

R + G + B = 170 + 122 + 83 = 375 (100%)
R 170 of 375 ~ 45.33%
G 122 of 375 ~ 32.53%
B 83 of 375 ~ 22.13'%

%45.33
%32.53
%22.13

CMYK color model

#AA7A53 color CMYK value is (0,28,51,33).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 51.18%
  • key color value is 33.33%

CMYK: (0,28,51,33)
C0M28Y51K33 (0%, 28%, 51%, 33%)
(0.00 / 0.28 / 0.51 / 0.33)

CMYK percentages

%0
%28.24
%51.18
%33.33

Codes

Color #AA7A53 in popluar color models

AA 7A 53
RGB 170 122 83
HSL 27° 34.39% 49.61%
HSB/HSV 27° 51.18% 66.67%
CMYK 0.00% 28.24% 51.18%
33.33%

Color #AA7A53 in popluar number systems.

HEX AA 7A 53
Decimal 170 122 83
Binary 10101010 1111010 1010011
Octal 252 172 123

Shades and tints

Shades of #AA7A53

#AA7A53
(170,122,83)
#9B6F4C
(155,111,76)
#8C6445
(140,100,69)
#7D593E
(125,89,62)
#6E4E37
(110,78,55)
#5F4330
(95,67,48)
#503829
(80,56,41)
#412D22
(65,45,34)
#32221B
(50,34,27)
#231714
(35,23,20)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #AA7A53

#AA7A53
(170,122,83)
#B18662
(177,134,98)
#B89271
(184,146,113)
#BF9E80
(191,158,128)
#C6AA8F
(198,170,143)
#CDB69E
(205,182,158)
#D4C2AD
(212,194,173)
#DBCEBC
(219,206,188)
#E2DACB
(226,218,203)
#E9E6DA
(233,230,218)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7A53 color. Also use rgb(170,122,83) instead hex code.

Text Font Color

.myTextColor { color: #AA7A53; }

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

This text font color is #AA7A53.

Background Color

.myBgColor { background-color: #AA7A53; }

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

This div background color is #AA7A53.

Border color

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

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

This div border color is #AA7A53.

Opacity

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

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

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

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

This text has shadow with #AA7A53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7A53.

Preview

Color preview on black background

This text has color #AA7A53 on black background.


Color preview on white background

This text has color #AA7A53 on white background.


Black color preview on #AA7A53 background

This text has black color on #AA7A53 background.


White color preview on #AA7A53 background

This text has white color on #AA7A53 background.


Related colors

Complementary color

Complementary color for #hex is #5585AC.


I love getcolorcode.com

Triadic colors

1 #53AA7A and #7A53AA with #AA7A53 are triadic colors.

2 #537AAA and #7AAA53 with #AA7A53 are triadic colors.