COLOR #AAB08B

HEX: #AAB08B
RGB: (170,176,139)

Color info

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

RGB color model

#AAB08B color RGB value is (170,176,139).

  • red value is 170;
  • green value is 176;
  • blue value is 139.
RGB:
(170,176,139)
(67%,69%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 139 of 255 = 55%

170
176
139

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

Portions of RGB colors in percentages

R + G + B =
170 + 176 + 139 = 485 (100%)
R 170 of 485 ~ 35.05%
G 176 of 485 ~ 36.29%
B 139 of 485 ~ 28.66%

%35.05
%36.29
%28.66

CMYK color model

#AAB08B color CMYK value is (3,0,21,31).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 21.02%
  • key color value is 30.98%
CMYK:
(3,0,21,31)
C3M0Y21K31 
(3%,0%,21%,31%)
(0.03/0.00/0.21/0.31)	

CMYK percentages

%3.41
%0
%21.02
%30.98

Codes

Color #AAB08B in popluar color models

AAB08B
RGB170176139
HSL70°18.97%61.76%
HSB/HSV70°21.02%69.02%
CMYK3.41%0.00%21.02%
30.98%

Color #AAB08B in popluar number systems.

HEXAAB08B
Decimal170176139
Binary101010101011000010001011
Octal252260213

Shades and tints

Shades of #AAB08B

#AAB08B
(170,176,139)
#9BA07F
(155,160,127)
#8C9073
(140,144,115)
#7D8067
(125,128,103)
#6E705B
(110,112,91)
#5F604F
(95,96,79)
#505043
(80,80,67)
#414037
(65,64,55)
#32302B
(50,48,43)
#23201F
(35,32,31)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #AAB08B

#AAB08B
(170,176,139)
#B1B795
(177,183,149)
#B8BE9F
(184,190,159)
#BFC5A9
(191,197,169)
#C6CCB3
(198,204,179)
#CDD3BD
(205,211,189)
#D4DAC7
(212,218,199)
#DBE1D1
(219,225,209)
#E2E8DB
(226,232,219)
#E9EFE5
(233,239,229)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB08B; }

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

This text font color is #AAB08B.


Background Color

.myBgColor { background-color: #AAB08B; }

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

This div background color is #AAB08B.


Border color

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

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

This div border color is #AAB08B.


Opacity

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

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

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

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

This text has shadow with #AAB08B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB08B on black background.


Color preview on white background

This text has color #AAB08B on white background.



Black color preview on #AAB08B background

This text has black color on #AAB08B background.


White color preview on #AAB08B background

This text has white color on #AAB08B background.