COLOR #AAB28B

HEX: #AAB28B RGB: (170,178,139)

Color info

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

RGB color model

#AAB28B color RGB value is (170,178,139).

RGB: (170,178,139) (67%, 70%, 55%)

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 139 of 255 = 55%

170
178
139

R + G + B ~ 64%. #AAB28B is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 178 + 139 = 487 (100%)
R 170 of 487 ~ 34.91%
G 178 of 487 ~ 36.55%
B 139 of 487 ~ 28.54'%

%34.91
%36.55
%28.54

CMYK color model

#AAB28B color CMYK value is (4,0,22,30).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 21.91%
  • key color value is 30.20%
CMYK: (4,0,22,30) C4M0Y22K30 (4%,0%,22%,30%) (0.04/0.00/0.22/0.30) 

CMYK percentages

%4.49
%0
%21.91
%30.2

Codes

Color #AAB28B in popluar color models

AA B2 8B
RGB 170 178 139
HSL 72° 20.21% 62.16%
HSB/HSV 72° 21.91% 69.80%
CMYK 4.49% 0.00% 21.91%
30.20%

Color #AAB28B in popluar number systems.

HEX AA B2 8B
Decimal 170 178 139
Binary 10101010 10110010 10001011
Octal 252 262 213

Shades and tints

Shades of #AAB28B

#AAB28B
(170,178,139)
#9BA27F
(155,162,127)
#8C9273
(140,146,115)
#7D8267
(125,130,103)
#6E725B
(110,114,91)
#5F624F
(95,98,79)
#505243
(80,82,67)
#414237
(65,66,55)
#32322B
(50,50,43)
#23221F
(35,34,31)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #AAB28B

#AAB28B
(170,178,139)
#B1B995
(177,185,149)
#B8C09F
(184,192,159)
#BFC7A9
(191,199,169)
#C6CEB3
(198,206,179)
#CDD5BD
(205,213,189)
#D4DCC7
(212,220,199)
#DBE3D1
(219,227,209)
#E2EADB
(226,234,219)
#E9F1E5
(233,241,229)
#F0F8EF
(240,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB28B; }

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

This text font color is #AAB28B.

Background Color

.myBgColor { background-color: #AAB28B; }

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

This div background color is #AAB28B.

Border color

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

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

This div border color is #AAB28B.

Opacity

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

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

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

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

This text has shadow with #AAB28B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB28B.

Preview

Color preview on black background

This text has color #AAB28B on black background.


Color preview on white background

This text has color #AAB28B on white background.


Black color preview on #AAB28B background

This text has black color on #AAB28B background.


White color preview on #AAB28B background

This text has white color on #AAB28B background.


Related colors

Complementary color

Complementary color for #hex is #554D74.


I love getcolorcode.com

Triadic colors

1 #8BAAB2 and #B28BAA with #AAB28B are triadic colors.

2 #8BB2AA and #B2AA8B with #AAB28B are triadic colors.