COLOR #AA8A64

HEX: #AA8A64
RGB: (170,138,100)

Color info

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

RGB color model

#AA8A64 color RGB value is (170,138,100).

  • red value is 170;
  • green value is 138;
  • blue value is 100.
RGB:
(170,138,100)
(67%,54%,39%)

RGB channels and saturation

R 170 of 255 = 67%
G 138 of 255 = 54%
B 100 of 255 = 39%

170
138
100

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

Portions of RGB colors in percentages

R + G + B =
170 + 138 + 100 = 408 (100%)
R 170 of 408 ~ 41.67%
G 138 of 408 ~ 33.82%
B 100 of 408 ~ 24.51%

%41.67
%33.82
%24.51

CMYK color model

#AA8A64 color CMYK value is (0,19,41,33).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 41.18%
  • key color value is 33.33%
CMYK:
(0,19,41,33)
C0M19Y41K33 
(0%,19%,41%,33%)
(0.00/0.19/0.41/0.33)	

CMYK percentages

%0
%18.82
%41.18
%33.33

Codes

Color #AA8A64 in popluar color models

AA8A64
RGB170138100
HSL33°29.17%52.94%
HSB/HSV33°41.18%66.67%
CMYK0.00%18.82%41.18%
33.33%

Color #AA8A64 in popluar number systems.

HEXAA8A64
Decimal170138100
Binary10101010100010101100100
Octal252212144

Shades and tints

Shades of #AA8A64

#AA8A64
(170,138,100)
#9B7E5B
(155,126,91)
#8C7252
(140,114,82)
#7D6649
(125,102,73)
#6E5A40
(110,90,64)
#5F4E37
(95,78,55)
#50422E
(80,66,46)
#413625
(65,54,37)
#322A1C
(50,42,28)
#231E13
(35,30,19)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #AA8A64

#AA8A64
(170,138,100)
#B19472
(177,148,114)
#B89E80
(184,158,128)
#BFA88E
(191,168,142)
#C6B29C
(198,178,156)
#CDBCAA
(205,188,170)
#D4C6B8
(212,198,184)
#DBD0C6
(219,208,198)
#E2DAD4
(226,218,212)
#E9E4E2
(233,228,226)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8A64 color. Also use rgb(170,138,100) instead hex code.

Text Font Color

.myTextColor { color: #AA8A64; }

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

This text font color is #AA8A64.


Background Color

.myBgColor { background-color: #AA8A64; }

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

This div background color is #AA8A64.


Border color

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

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

This div border color is #AA8A64.


Opacity

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

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

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

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

This text has shadow with #AA8A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8A64 on black background.


Color preview on white background

This text has color #AA8A64 on white background.



Black color preview on #AA8A64 background

This text has black color on #AA8A64 background.


White color preview on #AA8A64 background

This text has white color on #AA8A64 background.