COLOR #AAB29A

HEX: #AAB29A RGB: (170,178,154)

Color info

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

RGB color model

#AAB29A color RGB value is (170,178,154).

RGB: (170,178,154) (67%, 70%, 60%)

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 154 of 255 = 60%

170
178
154

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

Portions of RGB colors in percentages

R + G + B = 170 + 178 + 154 = 502 (100%)
R 170 of 502 ~ 33.86%
G 178 of 502 ~ 35.46%
B 154 of 502 ~ 30.68'%

%33.86
%35.46
%30.68

CMYK color model

#AAB29A color CMYK value is (4,0,13,30).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 30.20%

CMYK: (4,0,13,30)
C4M0Y13K30 (4%, 0%, 13%, 30%)
(0.04 / 0.00 / 0.13 / 0.30)

CMYK percentages

%4.49
%0
%13.48
%30.2

Codes

Color #AAB29A in popluar color models

AA B2 9A
RGB 170 178 154
HSL 80° 13.48% 65.10%
HSB/HSV 80° 13.48% 69.80%
CMYK 4.49% 0.00% 13.48%
30.20%

Color #AAB29A in popluar number systems.

HEX AA B2 9A
Decimal 170 178 154
Binary 10101010 10110010 10011010
Octal 252 262 232

Shades and tints

Shades of #AAB29A

#AAB29A
(170,178,154)
#9BA28C
(155,162,140)
#8C927E
(140,146,126)
#7D8270
(125,130,112)
#6E7262
(110,114,98)
#5F6254
(95,98,84)
#505246
(80,82,70)
#414238
(65,66,56)
#32322A
(50,50,42)
#23221C
(35,34,28)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #AAB29A

#AAB29A
(170,178,154)
#B1B9A3
(177,185,163)
#B8C0AC
(184,192,172)
#BFC7B5
(191,199,181)
#C6CEBE
(198,206,190)
#CDD5C7
(205,213,199)
#D4DCD0
(212,220,208)
#DBE3D9
(219,227,217)
#E2EAE2
(226,234,226)
#E9F1EB
(233,241,235)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB29A; }

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

This text font color is #AAB29A.

Background Color

.myBgColor { background-color: #AAB29A; }

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

This div background color is #AAB29A.

Border color

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

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

This div border color is #AAB29A.

Opacity

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

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

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

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

This text has shadow with #AAB29A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB29A.

Preview

Color preview on black background

This text has color #AAB29A on black background.


Color preview on white background

This text has color #AAB29A on white background.


Black color preview on #AAB29A background

This text has black color on #AAB29A background.


White color preview on #AAB29A background

This text has white color on #AAB29A background.


Related colors

Complementary color

Complementary color for #hex is #554D65.


I love getcolorcode.com

Triadic colors

1 #9AAAB2 and #B29AAA with #AAB29A are triadic colors.

2 #9AB2AA and #B2AA9A with #AAB29A are triadic colors.