COLOR #AA8763

HEX: #AA8763
RGB: (170,135,99)

Color info

#AA8763 contains mainly red and green colors. Web safe color of #AA8763 is #999966 (or #996).

RGB color model

#AA8763 color RGB value is (170,135,99).

  • red value is 170;
  • green value is 135;
  • blue value is 99.
RGB:
(170,135,99)
(67%,53%,39%)

RGB channels and saturation

R 170 of 255 = 67%
G 135 of 255 = 53%
B 99 of 255 = 39%

170
135
99

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

Portions of RGB colors in percentages

R + G + B =
170 + 135 + 99 = 404 (100%)
R 170 of 404 ~ 42.08%
G 135 of 404 ~ 33.42%
B 99 of 404 ~ 24.5%

%42.08
%33.42
%24.5

CMYK color model

#AA8763 color CMYK value is (0,21,42,33).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 41.76%
  • key color value is 33.33%
CMYK:
(0,21,42,33)
C0M21Y42K33 
(0%,21%,42%,33%)
(0.00/0.21/0.42/0.33)	

CMYK percentages

%0
%20.59
%41.76
%33.33

Codes

Color #AA8763 in popluar color models

AA8763
RGB17013599
HSL30°29.46%52.75%
HSB/HSV30°41.76%66.67%
CMYK0.00%20.59%41.76%
33.33%

Color #AA8763 in popluar number systems.

HEXAA8763
Decimal17013599
Binary10101010100001111100011
Octal252207143

Shades and tints

Shades of #AA8763

#AA8763
(170,135,99)
#9B7B5A
(155,123,90)
#8C6F51
(140,111,81)
#7D6348
(125,99,72)
#6E573F
(110,87,63)
#5F4B36
(95,75,54)
#503F2D
(80,63,45)
#413324
(65,51,36)
#32271B
(50,39,27)
#231B12
(35,27,18)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #AA8763

#AA8763
(170,135,99)
#B19171
(177,145,113)
#B89B7F
(184,155,127)
#BFA58D
(191,165,141)
#C6AF9B
(198,175,155)
#CDB9A9
(205,185,169)
#D4C3B7
(212,195,183)
#DBCDC5
(219,205,197)
#E2D7D3
(226,215,211)
#E9E1E1
(233,225,225)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8763 color. Also use rgb(170,135,99) instead hex code.

Text Font Color

.myTextColor { color: #AA8763; }

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

This text font color is #AA8763.


Background Color

.myBgColor { background-color: #AA8763; }

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

This div background color is #AA8763.


Border color

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

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

This div border color is #AA8763.


Opacity

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

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

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

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

This text has shadow with #AA8763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8763 on black background.


Color preview on white background

This text has color #AA8763 on white background.



Black color preview on #AA8763 background

This text has black color on #AA8763 background.


White color preview on #AA8763 background

This text has white color on #AA8763 background.