COLOR #AAB08E

HEX: #AAB08E RGB: (170,176,142)

Color info

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

RGB color model

#AAB08E color RGB value is (170,176,142).

RGB: (170,176,142) (67%, 69%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 142 of 255 = 56%

170
176
142

R + G + B ~ 64%. #AAB08E is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 176 + 142 = 488 (100%)
R 170 of 488 ~ 34.84%
G 176 of 488 ~ 36.07%
B 142 of 488 ~ 29.1'%

%34.84
%36.07
%29.1

CMYK color model

#AAB08E color CMYK value is (3,0,19,31).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 19.32%
  • key color value is 30.98%
CMYK: (3,0,19,31) C3M0Y19K31 (3%,0%,19%,31%) (0.03/0.00/0.19/0.31) 

CMYK percentages

%3.41
%0
%19.32
%30.98

Codes

Color #AAB08E in popluar color models

AA B0 8E
RGB 170 176 142
HSL 71° 17.71% 62.35%
HSB/HSV 71° 19.32% 69.02%
CMYK 3.41% 0.00% 19.32%
30.98%

Color #AAB08E in popluar number systems.

HEX AA B0 8E
Decimal 170 176 142
Binary 10101010 10110000 10001110
Octal 252 260 216

Shades and tints

Shades of #AAB08E

#AAB08E
(170,176,142)
#9BA082
(155,160,130)
#8C9076
(140,144,118)
#7D806A
(125,128,106)
#6E705E
(110,112,94)
#5F6052
(95,96,82)
#505046
(80,80,70)
#41403A
(65,64,58)
#32302E
(50,48,46)
#232022
(35,32,34)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #AAB08E

#AAB08E
(170,176,142)
#B1B798
(177,183,152)
#B8BEA2
(184,190,162)
#BFC5AC
(191,197,172)
#C6CCB6
(198,204,182)
#CDD3C0
(205,211,192)
#D4DACA
(212,218,202)
#DBE1D4
(219,225,212)
#E2E8DE
(226,232,222)
#E9EFE8
(233,239,232)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB08E; }

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

This text font color is #AAB08E.

Background Color

.myBgColor { background-color: #AAB08E; }

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

This div background color is #AAB08E.

Border color

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

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

This div border color is #AAB08E.

Opacity

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

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

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

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

This text has shadow with #AAB08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB08E.

Preview

Color preview on black background

This text has color #AAB08E on black background.


Color preview on white background

This text has color #AAB08E on white background.


Black color preview on #AAB08E background

This text has black color on #AAB08E background.


White color preview on #AAB08E background

This text has white color on #AAB08E background.


Related colors

Complementary color

Complementary color for #hex is #554F71.


I love getcolorcode.com

Triadic colors

1 #8EAAB0 and #B08EAA with #AAB08E are triadic colors.

2 #8EB0AA and #B0AA8E with #AAB08E are triadic colors.