COLOR #AA8A85

HEX: #AA8A85
RGB: (170,138,133)

Color info

#AA8A85 contains red, green and blue colors in about the same proportion. Web safe color of #AA8A85 is #999999 (or #999).

RGB color model

#AA8A85 color RGB value is (170,138,133).

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

RGB channels and saturation

R 170 of 255 = 67%
G 138 of 255 = 54%
B 133 of 255 = 52%

170
138
133

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

Portions of RGB colors in percentages

R + G + B =
170 + 138 + 133 = 441 (100%)
R 170 of 441 ~ 38.55%
G 138 of 441 ~ 31.29%
B 133 of 441 ~ 30.16%

%38.55
%31.29
%30.16

CMYK color model

#AA8A85 color CMYK value is (0,19,22,33).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 21.76%
  • key color value is 33.33%
CMYK:
(0,19,22,33)
C0M19Y22K33 
(0%,19%,22%,33%)
(0.00/0.19/0.22/0.33)	

CMYK percentages

%0
%18.82
%21.76
%33.33

Codes

Color #AA8A85 in popluar color models

AA8A85
RGB170138133
HSL17.87%59.41%
HSB/HSV21.76%66.67%
CMYK0.00%18.82%21.76%
33.33%

Color #AA8A85 in popluar number systems.

HEXAA8A85
Decimal170138133
Binary101010101000101010000101
Octal252212205

Shades and tints

Shades of #AA8A85

#AA8A85
(170,138,133)
#9B7E79
(155,126,121)
#8C726D
(140,114,109)
#7D6661
(125,102,97)
#6E5A55
(110,90,85)
#5F4E49
(95,78,73)
#50423D
(80,66,61)
#413631
(65,54,49)
#322A25
(50,42,37)
#231E19
(35,30,25)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #AA8A85

#AA8A85
(170,138,133)
#B19490
(177,148,144)
#B89E9B
(184,158,155)
#BFA8A6
(191,168,166)
#C6B2B1
(198,178,177)
#CDBCBC
(205,188,188)
#D4C6C7
(212,198,199)
#DBD0D2
(219,208,210)
#E2DADD
(226,218,221)
#E9E4E8
(233,228,232)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8A85; }

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

This text font color is #AA8A85.


Background Color

.myBgColor { background-color: #AA8A85; }

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

This div background color is #AA8A85.


Border color

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

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

This div border color is #AA8A85.


Opacity

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

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

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

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

This text has shadow with #AA8A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8A85 on black background.


Color preview on white background

This text has color #AA8A85 on white background.



Black color preview on #AA8A85 background

This text has black color on #AA8A85 background.


White color preview on #AA8A85 background

This text has white color on #AA8A85 background.