COLOR #AAB099

HEX: #AAB099
RGB: (170,176,153)

Color info

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

RGB color model

#AAB099 color RGB value is (170,176,153).

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

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 153 of 255 = 60%

170
176
153

R + G + B ~ 65%. #AAB099 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 176 + 153 = 499 (100%)
R 170 of 499 ~ 34.07%
G 176 of 499 ~ 35.27%
B 153 of 499 ~ 30.66%

%34.07
%35.27
%30.66

CMYK color model

#AAB099 color CMYK value is (3,0,13,31).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 30.98%
CMYK:
(3,0,13,31)
C3M0Y13K31 
(3%,0%,13%,31%)
(0.03/0.00/0.13/0.31)	

CMYK percentages

%3.41
%0
%13.07
%30.98

Codes

Color #AAB099 in popluar color models

AAB099
RGB170176153
HSL76°12.71%64.51%
HSB/HSV76°13.07%69.02%
CMYK3.41%0.00%13.07%
30.98%

Color #AAB099 in popluar number systems.

HEXAAB099
Decimal170176153
Binary101010101011000010011001
Octal252260231

Shades and tints

Shades of #AAB099

#AAB099
(170,176,153)
#9BA08C
(155,160,140)
#8C907F
(140,144,127)
#7D8072
(125,128,114)
#6E7065
(110,112,101)
#5F6058
(95,96,88)
#50504B
(80,80,75)
#41403E
(65,64,62)
#323031
(50,48,49)
#232024
(35,32,36)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #AAB099

#AAB099
(170,176,153)
#B1B7A2
(177,183,162)
#B8BEAB
(184,190,171)
#BFC5B4
(191,197,180)
#C6CCBD
(198,204,189)
#CDD3C6
(205,211,198)
#D4DACF
(212,218,207)
#DBE1D8
(219,225,216)
#E2E8E1
(226,232,225)
#E9EFEA
(233,239,234)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB099; }

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

This text font color is #AAB099.


Background Color

.myBgColor { background-color: #AAB099; }

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

This div background color is #AAB099.


Border color

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

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

This div border color is #AAB099.


Opacity

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

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

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

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

This text has shadow with #AAB099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB099 on black background.


Color preview on white background

This text has color #AAB099 on white background.



Black color preview on #AAB099 background

This text has black color on #AAB099 background.


White color preview on #AAB099 background

This text has white color on #AAB099 background.