COLOR #AA908B

HEX: #AA908B RGB: (170,144,139)

Color info

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

RGB color model

#AA908B color RGB value is (170,144,139).

RGB: (170,144,139) (67%, 56%, 55%)

RGB channels and saturation

R 170 of 255 = 67%
G 144 of 255 = 56%
B 139 of 255 = 55%

170
144
139

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

Portions of RGB colors in percentages

R + G + B = 170 + 144 + 139 = 453 (100%)
R 170 of 453 ~ 37.53%
G 144 of 453 ~ 31.79%
B 139 of 453 ~ 30.68'%

%37.53
%31.79
%30.68

CMYK color model

#AA908B color CMYK value is (0,15,18,33).

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

CMYK: (0,15,18,33)
C0M15Y18K33 (0%, 15%, 18%, 33%)
(0.00 / 0.15 / 0.18 / 0.33)

CMYK percentages

%0
%15.29
%18.24
%33.33

Codes

Color #AA908B in popluar color models

AA 90 8B
RGB 170 144 139
HSL 10° 15.42% 60.59%
HSB/HSV 10° 18.24% 66.67%
CMYK 0.00% 15.29% 18.24%
33.33%

Color #AA908B in popluar number systems.

HEX AA 90 8B
Decimal 170 144 139
Binary 10101010 10010000 10001011
Octal 252 220 213

Shades and tints

Shades of #AA908B

#AA908B
(170,144,139)
#9B837F
(155,131,127)
#8C7673
(140,118,115)
#7D6967
(125,105,103)
#6E5C5B
(110,92,91)
#5F4F4F
(95,79,79)
#504243
(80,66,67)
#413537
(65,53,55)
#32282B
(50,40,43)
#231B1F
(35,27,31)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #AA908B

#AA908B
(170,144,139)
#B19A95
(177,154,149)
#B8A49F
(184,164,159)
#BFAEA9
(191,174,169)
#C6B8B3
(198,184,179)
#CDC2BD
(205,194,189)
#D4CCC7
(212,204,199)
#DBD6D1
(219,214,209)
#E2E0DB
(226,224,219)
#E9EAE5
(233,234,229)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA908B; }

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

This text font color is #AA908B.

Background Color

.myBgColor { background-color: #AA908B; }

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

This div background color is #AA908B.

Border color

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

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

This div border color is #AA908B.

Opacity

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

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

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

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

This text has shadow with #AA908B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA908B.

Preview

Color preview on black background

This text has color #AA908B on black background.


Color preview on white background

This text has color #AA908B on white background.


Black color preview on #AA908B background

This text has black color on #AA908B background.


White color preview on #AA908B background

This text has white color on #AA908B background.


Related colors

Complementary color

Complementary color for #hex is #556F74.


I love getcolorcode.com

Triadic colors

1 #8BAA90 and #908BAA with #AA908B are triadic colors.

2 #8B90AA and #90AA8B with #AA908B are triadic colors.