COLOR #AA8066

HEX: #AA8066 RGB: (170,128,102)

Color info

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

RGB color model

#AA8066 color RGB value is (170,128,102).

RGB: (170,128,102) (67%, 50%, 40%)

RGB channels and saturation

R 170 of 255 = 67%
G 128 of 255 = 50%
B 102 of 255 = 40%

170
128
102

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

Portions of RGB colors in percentages

R + G + B = 170 + 128 + 102 = 400 (100%)
R 170 of 400 ~ 42.5%
G 128 of 400 ~ 32%
B 102 of 400 ~ 25.5'%

%42.5
%32
%25.5

CMYK color model

#AA8066 color CMYK value is (0,25,40,33).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 40.00%
  • key color value is 33.33%
CMYK: (0,25,40,33) C0M25Y40K33 (0%,25%,40%,33%) (0.00/0.25/0.40/0.33) 

CMYK percentages

%0
%24.71
%40
%33.33

Codes

Color #AA8066 in popluar color models

AA 80 66
RGB 170 128 102
HSL 23° 28.57% 53.33%
HSB/HSV 23° 40.00% 66.67%
CMYK 0.00% 24.71% 40.00%
33.33%

Color #AA8066 in popluar number systems.

HEX AA 80 66
Decimal 170 128 102
Binary 10101010 10000000 1100110
Octal 252 200 146

Shades and tints

Shades of #AA8066

#AA8066
(170,128,102)
#9B755D
(155,117,93)
#8C6A54
(140,106,84)
#7D5F4B
(125,95,75)
#6E5442
(110,84,66)
#5F4939
(95,73,57)
#503E30
(80,62,48)
#413327
(65,51,39)
#32281E
(50,40,30)
#231D15
(35,29,21)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #AA8066

#AA8066
(170,128,102)
#B18B73
(177,139,115)
#B89680
(184,150,128)
#BFA18D
(191,161,141)
#C6AC9A
(198,172,154)
#CDB7A7
(205,183,167)
#D4C2B4
(212,194,180)
#DBCDC1
(219,205,193)
#E2D8CE
(226,216,206)
#E9E3DB
(233,227,219)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8066 color. Also use rgb(170,128,102) instead hex code.

Text Font Color

.myTextColor { color: #AA8066; }

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

This text font color is #AA8066.

Background Color

.myBgColor { background-color: #AA8066; }

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

This div background color is #AA8066.

Border color

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

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

This div border color is #AA8066.

Opacity

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

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

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

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

This text has shadow with #AA8066 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8066.

Preview

Color preview on black background

This text has color #AA8066 on black background.


Color preview on white background

This text has color #AA8066 on white background.


Black color preview on #AA8066 background

This text has black color on #AA8066 background.


White color preview on #AA8066 background

This text has white color on #AA8066 background.


Related colors

Complementary color

Complementary color for #hex is #557F99.


I love getcolorcode.com

Triadic colors

1 #66AA80 and #8066AA with #AA8066 are triadic colors.

2 #6680AA and #80AA66 with #AA8066 are triadic colors.