COLOR #AAB097

HEX: #AAB097 RGB: (170,176,151)

Color info

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

RGB color model

#AAB097 color RGB value is (170,176,151).

RGB: (170,176,151) (67%, 69%, 59%)

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 151 of 255 = 59%

170
176
151

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

Portions of RGB colors in percentages

R + G + B = 170 + 176 + 151 = 497 (100%)
R 170 of 497 ~ 34.21%
G 176 of 497 ~ 35.41%
B 151 of 497 ~ 30.38'%

%34.21
%35.41
%30.38

CMYK color model

#AAB097 color CMYK value is (3,0,14,31).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 30.98%

CMYK: (3,0,14,31)
C3M0Y14K31 (3%, 0%, 14%, 31%)
(0.03 / 0.00 / 0.14 / 0.31)

CMYK percentages

%3.41
%0
%14.2
%30.98

Codes

Color #AAB097 in popluar color models

AA B0 97
RGB 170 176 151
HSL 74° 13.66% 64.12%
HSB/HSV 74° 14.20% 69.02%
CMYK 3.41% 0.00% 14.20%
30.98%

Color #AAB097 in popluar number systems.

HEX AA B0 97
Decimal 170 176 151
Binary 10101010 10110000 10010111
Octal 252 260 227

Shades and tints

Shades of #AAB097

#AAB097
(170,176,151)
#9BA08A
(155,160,138)
#8C907D
(140,144,125)
#7D8070
(125,128,112)
#6E7063
(110,112,99)
#5F6056
(95,96,86)
#505049
(80,80,73)
#41403C
(65,64,60)
#32302F
(50,48,47)
#232022
(35,32,34)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #AAB097

#AAB097
(170,176,151)
#B1B7A0
(177,183,160)
#B8BEA9
(184,190,169)
#BFC5B2
(191,197,178)
#C6CCBB
(198,204,187)
#CDD3C4
(205,211,196)
#D4DACD
(212,218,205)
#DBE1D6
(219,225,214)
#E2E8DF
(226,232,223)
#E9EFE8
(233,239,232)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB097; }

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

This text font color is #AAB097.

Background Color

.myBgColor { background-color: #AAB097; }

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

This div background color is #AAB097.

Border color

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

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

This div border color is #AAB097.

Opacity

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

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

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

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

This text has shadow with #AAB097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB097.

Preview

Color preview on black background

This text has color #AAB097 on black background.


Color preview on white background

This text has color #AAB097 on white background.


Black color preview on #AAB097 background

This text has black color on #AAB097 background.


White color preview on #AAB097 background

This text has white color on #AAB097 background.


Related colors

Complementary color

Complementary color for #hex is #554F68.


I love getcolorcode.com

Triadic colors

1 #97AAB0 and #B097AA with #AAB097 are triadic colors.

2 #97B0AA and #B0AA97 with #AAB097 are triadic colors.