COLOR #AA816C

HEX: #AA816C
RGB: (170,129,108)

Color info

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

RGB color model

#AA816C color RGB value is (170,129,108).

  • red value is 170;
  • green value is 129;
  • blue value is 108.
RGB:
(170,129,108)
(67%,51%,42%)

RGB channels and saturation

R 170 of 255 = 67%
G 129 of 255 = 51%
B 108 of 255 = 42%

170
129
108

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

Portions of RGB colors in percentages

R + G + B =
170 + 129 + 108 = 407 (100%)
R 170 of 407 ~ 41.77%
G 129 of 407 ~ 31.7%
B 108 of 407 ~ 26.54%

%41.77
%31.7
%26.54

CMYK color model

#AA816C color CMYK value is (0,24,36,33).

  • cyan value is 0.00%
  • magenta value is 24.12%
  • yellow value is 36.47%
  • key color value is 33.33%
CMYK:
(0,24,36,33)
C0M24Y36K33 
(0%,24%,36%,33%)
(0.00/0.24/0.36/0.33)	

CMYK percentages

%0
%24.12
%36.47
%33.33

Codes

Color #AA816C in popluar color models

AA816C
RGB170129108
HSL20°26.72%54.51%
HSB/HSV20°36.47%66.67%
CMYK0.00%24.12%36.47%
33.33%

Color #AA816C in popluar number systems.

HEXAA816C
Decimal170129108
Binary10101010100000011101100
Octal252201154

Shades and tints

Shades of #AA816C

#AA816C
(170,129,108)
#9B7663
(155,118,99)
#8C6B5A
(140,107,90)
#7D6051
(125,96,81)
#6E5548
(110,85,72)
#5F4A3F
(95,74,63)
#503F36
(80,63,54)
#41342D
(65,52,45)
#322924
(50,41,36)
#231E1B
(35,30,27)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #AA816C

#AA816C
(170,129,108)
#B18C79
(177,140,121)
#B89786
(184,151,134)
#BFA293
(191,162,147)
#C6ADA0
(198,173,160)
#CDB8AD
(205,184,173)
#D4C3BA
(212,195,186)
#DBCEC7
(219,206,199)
#E2D9D4
(226,217,212)
#E9E4E1
(233,228,225)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA816C color. Also use rgb(170,129,108) instead hex code.

Text Font Color

.myTextColor { color: #AA816C; }

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

This text font color is #AA816C.


Background Color

.myBgColor { background-color: #AA816C; }

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

This div background color is #AA816C.


Border color

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

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

This div border color is #AA816C.


Opacity

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

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

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

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

This text has shadow with #AA816C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA816C on black background.


Color preview on white background

This text has color #AA816C on white background.



Black color preview on #AA816C background

This text has black color on #AA816C background.


White color preview on #AA816C background

This text has white color on #AA816C background.