COLOR #AA7766

HEX: #AA7766
RGB: (170,119,102)

Color info

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

RGB color model

#AA7766 color RGB value is (170,119,102).

  • red value is 170;
  • green value is 119;
  • blue value is 102.
RGB:
(170,119,102)
(67%,47%,40%)

RGB channels and saturation

R 170 of 255 = 67%
G 119 of 255 = 47%
B 102 of 255 = 40%

170
119
102

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

Portions of RGB colors in percentages

R + G + B =
170 + 119 + 102 = 391 (100%)
R 170 of 391 ~ 43.48%
G 119 of 391 ~ 30.43%
B 102 of 391 ~ 26.09%

%43.48
%30.43
%26.09

CMYK color model

#AA7766 color CMYK value is (0,30,40,33).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 40.00%
  • key color value is 33.33%
CMYK:
(0,30,40,33)
C0M30Y40K33 
(0%,30%,40%,33%)
(0.00/0.30/0.40/0.33)	

CMYK percentages

%0
%30
%40
%33.33

Codes

Color #AA7766 in popluar color models

AA7766
RGB170119102
HSL15°28.57%53.33%
HSB/HSV15°40.00%66.67%
CMYK0.00%30.00%40.00%
33.33%

Color #AA7766 in popluar number systems.

HEXAA7766
Decimal170119102
Binary1010101011101111100110
Octal252167146

Shades and tints

Shades of #AA7766

#AA7766
(170,119,102)
#9B6D5D
(155,109,93)
#8C6354
(140,99,84)
#7D594B
(125,89,75)
#6E4F42
(110,79,66)
#5F4539
(95,69,57)
#503B30
(80,59,48)
#413127
(65,49,39)
#32271E
(50,39,30)
#231D15
(35,29,21)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #AA7766

#AA7766
(170,119,102)
#B18373
(177,131,115)
#B88F80
(184,143,128)
#BF9B8D
(191,155,141)
#C6A79A
(198,167,154)
#CDB3A7
(205,179,167)
#D4BFB4
(212,191,180)
#DBCBC1
(219,203,193)
#E2D7CE
(226,215,206)
#E9E3DB
(233,227,219)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7766; }

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

This text font color is #AA7766.


Background Color

.myBgColor { background-color: #AA7766; }

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

This div background color is #AA7766.


Border color

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

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

This div border color is #AA7766.


Opacity

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

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

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

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

This text has shadow with #AA7766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7766 on black background.


Color preview on white background

This text has color #AA7766 on white background.



Black color preview on #AA7766 background

This text has black color on #AA7766 background.


White color preview on #AA7766 background

This text has white color on #AA7766 background.