COLOR #AAB69D

HEX: #AAB69D
RGB: (170,182,157)

Color info

#AAB69D contains red, green and blue colors in about the same proportion. Web safe color of #AAB69D is #99CC99 (or #9C9).

RGB color model

#AAB69D color RGB value is (170,182,157).

  • red value is 170;
  • green value is 182;
  • blue value is 157.
RGB:
(170,182,157)
(67%,71%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 182 of 255 = 71%
B 157 of 255 = 62%

170
182
157

R + G + B ~ 67%. #AAB69D is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 182 + 157 = 509 (100%)
R 170 of 509 ~ 33.4%
G 182 of 509 ~ 35.76%
B 157 of 509 ~ 30.84%

%33.4
%35.76
%30.84

CMYK color model

#AAB69D color CMYK value is (7,0,14,29).

  • cyan value is 6.59%
  • magenta value is 0.00%
  • yellow value is 13.74%
  • key color value is 28.63%
CMYK:
(7,0,14,29)
C7M0Y14K29 
(7%,0%,14%,29%)
(0.07/0.00/0.14/0.29)	

CMYK percentages

%6.59
%0
%13.74
%28.63

Codes

Color #AAB69D in popluar color models

AAB69D
RGB170182157
HSL89°14.62%66.47%
HSB/HSV89°13.74%71.37%
CMYK6.59%0.00%13.74%
28.63%

Color #AAB69D in popluar number systems.

HEXAAB69D
Decimal170182157
Binary101010101011011010011101
Octal252266235

Shades and tints

Shades of #AAB69D

#AAB69D
(170,182,157)
#9BA68F
(155,166,143)
#8C9681
(140,150,129)
#7D8673
(125,134,115)
#6E7665
(110,118,101)
#5F6657
(95,102,87)
#505649
(80,86,73)
#41463B
(65,70,59)
#32362D
(50,54,45)
#23261F
(35,38,31)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #AAB69D

#AAB69D
(170,182,157)
#B1BCA5
(177,188,165)
#B8C2AD
(184,194,173)
#BFC8B5
(191,200,181)
#C6CEBD
(198,206,189)
#CDD4C5
(205,212,197)
#D4DACD
(212,218,205)
#DBE0D5
(219,224,213)
#E2E6DD
(226,230,221)
#E9ECE5
(233,236,229)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB69D color. Also use rgb(170,182,157) instead hex code.

Text Font Color

.myTextColor { color: #AAB69D; }

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

This text font color is #AAB69D.


Background Color

.myBgColor { background-color: #AAB69D; }

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

This div background color is #AAB69D.


Border color

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

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

This div border color is #AAB69D.


Opacity

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

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

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

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

This text has shadow with #AAB69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB69D on black background.


Color preview on white background

This text has color #AAB69D on white background.



Black color preview on #AAB69D background

This text has black color on #AAB69D background.


White color preview on #AAB69D background

This text has white color on #AAB69D background.