COLOR #AAB69A

HEX: #AAB69A RGB: (170,182,154)

Color info

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

RGB color model

#AAB69A color RGB value is (170,182,154).

RGB: (170,182,154) (67%, 71%, 60%)

RGB channels and saturation

R 170 of 255 = 67%
G 182 of 255 = 71%
B 154 of 255 = 60%

170
182
154

R + G + B ~ 66%. #AAB69A is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 182 + 154 = 506 (100%)
R 170 of 506 ~ 33.6%
G 182 of 506 ~ 35.97%
B 154 of 506 ~ 30.43'%

%33.6
%35.97
%30.43

CMYK color model

#AAB69A color CMYK value is (7,0,15,29).

  • cyan value is 6.59%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 28.63%

CMYK: (7,0,15,29)
C7M0Y15K29 (7%, 0%, 15%, 29%)
(0.07 / 0.00 / 0.15 / 0.29)

CMYK percentages

%6.59
%0
%15.38
%28.63

Codes

Color #AAB69A in popluar color models

AA B6 9A
RGB 170 182 154
HSL 86° 16.09% 65.88%
HSB/HSV 86° 15.38% 71.37%
CMYK 6.59% 0.00% 15.38%
28.63%

Color #AAB69A in popluar number systems.

HEX AA B6 9A
Decimal 170 182 154
Binary 10101010 10110110 10011010
Octal 252 266 232

Shades and tints

Shades of #AAB69A

#AAB69A
(170,182,154)
#9BA68C
(155,166,140)
#8C967E
(140,150,126)
#7D8670
(125,134,112)
#6E7662
(110,118,98)
#5F6654
(95,102,84)
#505646
(80,86,70)
#414638
(65,70,56)
#32362A
(50,54,42)
#23261C
(35,38,28)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #AAB69A

#AAB69A
(170,182,154)
#B1BCA3
(177,188,163)
#B8C2AC
(184,194,172)
#BFC8B5
(191,200,181)
#C6CEBE
(198,206,190)
#CDD4C7
(205,212,199)
#D4DAD0
(212,218,208)
#DBE0D9
(219,224,217)
#E2E6E2
(226,230,226)
#E9ECEB
(233,236,235)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB69A; }

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

This text font color is #AAB69A.

Background Color

.myBgColor { background-color: #AAB69A; }

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

This div background color is #AAB69A.

Border color

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

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

This div border color is #AAB69A.

Opacity

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

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

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

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

This text has shadow with #AAB69A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB69A.

Preview

Color preview on black background

This text has color #AAB69A on black background.


Color preview on white background

This text has color #AAB69A on white background.


Black color preview on #AAB69A background

This text has black color on #AAB69A background.


White color preview on #AAB69A background

This text has white color on #AAB69A background.


Related colors

Complementary color

Complementary color for #hex is #554965.


I love getcolorcode.com

Triadic colors

1 #9AAAB6 and #B69AAA with #AAB69A are triadic colors.

2 #9AB6AA and #B6AA9A with #AAB69A are triadic colors.