COLOR #AA9988

HEX: #AA9988
RGB: (170,153,136)

Color info

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

RGB color model

#AA9988 color RGB value is (170,153,136).

  • red value is 170;
  • green value is 153;
  • blue value is 136.
RGB:
(170,153,136)
(67%,60%,53%)

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 136 of 255 = 53%

170
153
136

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

Portions of RGB colors in percentages

R + G + B =
170 + 153 + 136 = 459 (100%)
R 170 of 459 ~ 37.04%
G 153 of 459 ~ 33.33%
B 136 of 459 ~ 29.63%

%37.04
%33.33
%29.63

CMYK color model

#AA9988 color CMYK value is (0,10,20,33).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK:
(0,10,20,33)
C0M10Y20K33 
(0%,10%,20%,33%)
(0.00/0.10/0.20/0.33)	

CMYK percentages

%0
%10
%20
%33.33

Codes

Color #AA9988 in popluar color models

AA9988
RGB170153136
HSL30°16.67%60.00%
HSB/HSV30°20.00%66.67%
CMYK0.00%10.00%20.00%
33.33%

Color #AA9988 in popluar number systems.

HEXAA9988
Decimal170153136
Binary101010101001100110001000
Octal252231210

Shades and tints

Shades of #AA9988

#AA9988
(170,153,136)
#9B8C7C
(155,140,124)
#8C7F70
(140,127,112)
#7D7264
(125,114,100)
#6E6558
(110,101,88)
#5F584C
(95,88,76)
#504B40
(80,75,64)
#413E34
(65,62,52)
#323128
(50,49,40)
#23241C
(35,36,28)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #AA9988

#AA9988
(170,153,136)
#B1A292
(177,162,146)
#B8AB9C
(184,171,156)
#BFB4A6
(191,180,166)
#C6BDB0
(198,189,176)
#CDC6BA
(205,198,186)
#D4CFC4
(212,207,196)
#DBD8CE
(219,216,206)
#E2E1D8
(226,225,216)
#E9EAE2
(233,234,226)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9988 color. Also use rgb(170,153,136) instead hex code.

Text Font Color

.myTextColor { color: #AA9988; }

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

This text font color is #AA9988.


Background Color

.myBgColor { background-color: #AA9988; }

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

This div background color is #AA9988.


Border color

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

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

This div border color is #AA9988.


Opacity

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

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

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

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

This text has shadow with #AA9988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9988 on black background.


Color preview on white background

This text has color #AA9988 on white background.



Black color preview on #AA9988 background

This text has black color on #AA9988 background.


White color preview on #AA9988 background

This text has white color on #AA9988 background.