COLOR #AA7A68

HEX: #AA7A68 RGB: (170,122,104)

Color info

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

RGB color model

#AA7A68 color RGB value is (170,122,104).

RGB: (170,122,104) (67%, 48%, 41%)

RGB channels and saturation

R 170 of 255 = 67%
G 122 of 255 = 48%
B 104 of 255 = 41%

170
122
104

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

Portions of RGB colors in percentages

R + G + B = 170 + 122 + 104 = 396 (100%)
R 170 of 396 ~ 42.93%
G 122 of 396 ~ 30.81%
B 104 of 396 ~ 26.26'%

%42.93
%30.81
%26.26

CMYK color model

#AA7A68 color CMYK value is (0,28,39,33).

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

CMYK: (0,28,39,33)
C0M28Y39K33 (0%, 28%, 39%, 33%)
(0.00 / 0.28 / 0.39 / 0.33)

CMYK percentages

%0
%28.24
%38.82
%33.33

Codes

Color #AA7A68 in popluar color models

AA 7A 68
RGB 170 122 104
HSL 16° 27.97% 53.73%
HSB/HSV 16° 38.82% 66.67%
CMYK 0.00% 28.24% 38.82%
33.33%

Color #AA7A68 in popluar number systems.

HEX AA 7A 68
Decimal 170 122 104
Binary 10101010 1111010 1101000
Octal 252 172 150

Shades and tints

Shades of #AA7A68

#AA7A68
(170,122,104)
#9B6F5F
(155,111,95)
#8C6456
(140,100,86)
#7D594D
(125,89,77)
#6E4E44
(110,78,68)
#5F433B
(95,67,59)
#503832
(80,56,50)
#412D29
(65,45,41)
#322220
(50,34,32)
#231717
(35,23,23)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #AA7A68

#AA7A68
(170,122,104)
#B18675
(177,134,117)
#B89282
(184,146,130)
#BF9E8F
(191,158,143)
#C6AA9C
(198,170,156)
#CDB6A9
(205,182,169)
#D4C2B6
(212,194,182)
#DBCEC3
(219,206,195)
#E2DAD0
(226,218,208)
#E9E6DD
(233,230,221)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7A68; }

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

This text font color is #AA7A68.

Background Color

.myBgColor { background-color: #AA7A68; }

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

This div background color is #AA7A68.

Border color

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

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

This div border color is #AA7A68.

Opacity

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

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

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

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

This text has shadow with #AA7A68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7A68.

Preview

Color preview on black background

This text has color #AA7A68 on black background.


Color preview on white background

This text has color #AA7A68 on white background.


Black color preview on #AA7A68 background

This text has black color on #AA7A68 background.


White color preview on #AA7A68 background

This text has white color on #AA7A68 background.


Related colors

Complementary color

Complementary color for #hex is #558597.


I love getcolorcode.com

Triadic colors

1 #68AA7A and #7A68AA with #AA7A68 are triadic colors.

2 #687AAA and #7AAA68 with #AA7A68 are triadic colors.