COLOR #AA998B

HEX: #AA998B RGB: (170,153,139)

Color info

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

RGB color model

#AA998B color RGB value is (170,153,139).

RGB: (170,153,139) (67%, 60%, 55%)

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 139 of 255 = 55%

170
153
139

R + G + B ~ 61%. #AA998B is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 153 + 139 = 462 (100%)
R 170 of 462 ~ 36.8%
G 153 of 462 ~ 33.12%
B 139 of 462 ~ 30.09'%

%36.8
%33.12
%30.09

CMYK color model

#AA998B color CMYK value is (0,10,18,33).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 18.24%
  • key color value is 33.33%

CMYK: (0,10,18,33)
C0M10Y18K33 (0%, 10%, 18%, 33%)
(0.00 / 0.10 / 0.18 / 0.33)

CMYK percentages

%0
%10
%18.24
%33.33

Codes

Color #AA998B in popluar color models

AA 99 8B
RGB 170 153 139
HSL 27° 15.42% 60.59%
HSB/HSV 27° 18.24% 66.67%
CMYK 0.00% 10.00% 18.24%
33.33%

Color #AA998B in popluar number systems.

HEX AA 99 8B
Decimal 170 153 139
Binary 10101010 10011001 10001011
Octal 252 231 213

Shades and tints

Shades of #AA998B

#AA998B
(170,153,139)
#9B8C7F
(155,140,127)
#8C7F73
(140,127,115)
#7D7267
(125,114,103)
#6E655B
(110,101,91)
#5F584F
(95,88,79)
#504B43
(80,75,67)
#413E37
(65,62,55)
#32312B
(50,49,43)
#23241F
(35,36,31)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #AA998B

#AA998B
(170,153,139)
#B1A295
(177,162,149)
#B8AB9F
(184,171,159)
#BFB4A9
(191,180,169)
#C6BDB3
(198,189,179)
#CDC6BD
(205,198,189)
#D4CFC7
(212,207,199)
#DBD8D1
(219,216,209)
#E2E1DB
(226,225,219)
#E9EAE5
(233,234,229)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA998B; }

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

This text font color is #AA998B.

Background Color

.myBgColor { background-color: #AA998B; }

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

This div background color is #AA998B.

Border color

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

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

This div border color is #AA998B.

Opacity

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

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

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

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

This text has shadow with #AA998B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA998B.

Preview

Color preview on black background

This text has color #AA998B on black background.


Color preview on white background

This text has color #AA998B on white background.


Black color preview on #AA998B background

This text has black color on #AA998B background.


White color preview on #AA998B background

This text has white color on #AA998B background.


Related colors

Complementary color

Complementary color for #hex is #556674.


I love getcolorcode.com

Triadic colors

1 #8BAA99 and #998BAA with #AA998B are triadic colors.

2 #8B99AA and #99AA8B with #AA998B are triadic colors.