COLOR #AAB088

HEX: #AAB088 RGB: (170,176,136)

Color info

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

RGB color model

#AAB088 color RGB value is (170,176,136).

RGB: (170,176,136) (67%, 69%, 53%)

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 136 of 255 = 53%

170
176
136

R + G + B ~ 63%. #AAB088 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 176 + 136 = 482 (100%)
R 170 of 482 ~ 35.27%
G 176 of 482 ~ 36.51%
B 136 of 482 ~ 28.22'%

%35.27
%36.51
%28.22

CMYK color model

#AAB088 color CMYK value is (3,0,23,31).

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

CMYK: (3,0,23,31)
C3M0Y23K31 (3%, 0%, 23%, 31%)
(0.03 / 0.00 / 0.23 / 0.31)

CMYK percentages

%3.41
%0
%22.73
%30.98

Codes

Color #AAB088 in popluar color models

AA B0 88
RGB 170 176 136
HSL 69° 20.20% 61.18%
HSB/HSV 69° 22.73% 69.02%
CMYK 3.41% 0.00% 22.73%
30.98%

Color #AAB088 in popluar number systems.

HEX AA B0 88
Decimal 170 176 136
Binary 10101010 10110000 10001000
Octal 252 260 210

Shades and tints

Shades of #AAB088

#AAB088
(170,176,136)
#9BA07C
(155,160,124)
#8C9070
(140,144,112)
#7D8064
(125,128,100)
#6E7058
(110,112,88)
#5F604C
(95,96,76)
#505040
(80,80,64)
#414034
(65,64,52)
#323028
(50,48,40)
#23201C
(35,32,28)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #AAB088

#AAB088
(170,176,136)
#B1B792
(177,183,146)
#B8BE9C
(184,190,156)
#BFC5A6
(191,197,166)
#C6CCB0
(198,204,176)
#CDD3BA
(205,211,186)
#D4DAC4
(212,218,196)
#DBE1CE
(219,225,206)
#E2E8D8
(226,232,216)
#E9EFE2
(233,239,226)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB088; }

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

This text font color is #AAB088.

Background Color

.myBgColor { background-color: #AAB088; }

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

This div background color is #AAB088.

Border color

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

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

This div border color is #AAB088.

Opacity

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

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

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

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

This text has shadow with #AAB088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB088.

Preview

Color preview on black background

This text has color #AAB088 on black background.


Color preview on white background

This text has color #AAB088 on white background.


Black color preview on #AAB088 background

This text has black color on #AAB088 background.


White color preview on #AAB088 background

This text has white color on #AAB088 background.


Related colors

Complementary color

Complementary color for #hex is #554F77.


I love getcolorcode.com

Triadic colors

1 #88AAB0 and #B088AA with #AAB088 are triadic colors.

2 #88B0AA and #B0AA88 with #AAB088 are triadic colors.