COLOR #AAB08A

HEX: #AAB08A
RGB: (170,176,138)

Color info

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

RGB color model

#AAB08A color RGB value is (170,176,138).

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

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 138 of 255 = 54%

170
176
138

R + G + B ~ 63%. #AAB08A is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 176 + 138 = 484 (100%)
R 170 of 484 ~ 35.12%
G 176 of 484 ~ 36.36%
B 138 of 484 ~ 28.51%

%35.12
%36.36
%28.51

CMYK color model

#AAB08A color CMYK value is (3,0,22,31).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 21.59%
  • key color value is 30.98%
CMYK:
(3,0,22,31)
C3M0Y22K31 
(3%,0%,22%,31%)
(0.03/0.00/0.22/0.31)	

CMYK percentages

%3.41
%0
%21.59
%30.98

Codes

Color #AAB08A in popluar color models

AAB08A
RGB170176138
HSL69°19.39%61.57%
HSB/HSV69°21.59%69.02%
CMYK3.41%0.00%21.59%
30.98%

Color #AAB08A in popluar number systems.

HEXAAB08A
Decimal170176138
Binary101010101011000010001010
Octal252260212

Shades and tints

Shades of #AAB08A

#AAB08A
(170,176,138)
#9BA07E
(155,160,126)
#8C9072
(140,144,114)
#7D8066
(125,128,102)
#6E705A
(110,112,90)
#5F604E
(95,96,78)
#505042
(80,80,66)
#414036
(65,64,54)
#32302A
(50,48,42)
#23201E
(35,32,30)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #AAB08A

#AAB08A
(170,176,138)
#B1B794
(177,183,148)
#B8BE9E
(184,190,158)
#BFC5A8
(191,197,168)
#C6CCB2
(198,204,178)
#CDD3BC
(205,211,188)
#D4DAC6
(212,218,198)
#DBE1D0
(219,225,208)
#E2E8DA
(226,232,218)
#E9EFE4
(233,239,228)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB08A; }

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

This text font color is #AAB08A.


Background Color

.myBgColor { background-color: #AAB08A; }

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

This div background color is #AAB08A.


Border color

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

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

This div border color is #AAB08A.


Opacity

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

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

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

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

This text has shadow with #AAB08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB08A on black background.


Color preview on white background

This text has color #AAB08A on white background.



Black color preview on #AAB08A background

This text has black color on #AAB08A background.


White color preview on #AAB08A background

This text has white color on #AAB08A background.