COLOR #AA8368

HEX: #AA8368
RGB: (170,131,104)

Color info

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

RGB color model

#AA8368 color RGB value is (170,131,104).

  • red value is 170;
  • green value is 131;
  • blue value is 104.
RGB:
(170,131,104)
(67%,51%,41%)

RGB channels and saturation

R 170 of 255 = 67%
G 131 of 255 = 51%
B 104 of 255 = 41%

170
131
104

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

Portions of RGB colors in percentages

R + G + B =
170 + 131 + 104 = 405 (100%)
R 170 of 405 ~ 41.98%
G 131 of 405 ~ 32.35%
B 104 of 405 ~ 25.68%

%41.98
%32.35
%25.68

CMYK color model

#AA8368 color CMYK value is (0,23,39,33).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 38.82%
  • key color value is 33.33%
CMYK:
(0,23,39,33)
C0M23Y39K33 
(0%,23%,39%,33%)
(0.00/0.23/0.39/0.33)	

CMYK percentages

%0
%22.94
%38.82
%33.33

Codes

Color #AA8368 in popluar color models

AA8368
RGB170131104
HSL25°27.97%53.73%
HSB/HSV25°38.82%66.67%
CMYK0.00%22.94%38.82%
33.33%

Color #AA8368 in popluar number systems.

HEXAA8368
Decimal170131104
Binary10101010100000111101000
Octal252203150

Shades and tints

Shades of #AA8368

#AA8368
(170,131,104)
#9B785F
(155,120,95)
#8C6D56
(140,109,86)
#7D624D
(125,98,77)
#6E5744
(110,87,68)
#5F4C3B
(95,76,59)
#504132
(80,65,50)
#413629
(65,54,41)
#322B20
(50,43,32)
#232017
(35,32,23)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #AA8368

#AA8368
(170,131,104)
#B18E75
(177,142,117)
#B89982
(184,153,130)
#BFA48F
(191,164,143)
#C6AF9C
(198,175,156)
#CDBAA9
(205,186,169)
#D4C5B6
(212,197,182)
#DBD0C3
(219,208,195)
#E2DBD0
(226,219,208)
#E9E6DD
(233,230,221)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8368; }

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

This text font color is #AA8368.


Background Color

.myBgColor { background-color: #AA8368; }

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

This div background color is #AA8368.


Border color

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

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

This div border color is #AA8368.


Opacity

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

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

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

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

This text has shadow with #AA8368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8368 on black background.


Color preview on white background

This text has color #AA8368 on white background.



Black color preview on #AA8368 background

This text has black color on #AA8368 background.


White color preview on #AA8368 background

This text has white color on #AA8368 background.