COLOR #AAB186

HEX: #AAB186 RGB: (170,177,134)

Color info

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

RGB color model

#AAB186 color RGB value is (170,177,134).

RGB: (170,177,134) (67%, 69%, 53%)

RGB channels and saturation

R 170 of 255 = 67%
G 177 of 255 = 69%
B 134 of 255 = 53%

170
177
134

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

Portions of RGB colors in percentages

R + G + B = 170 + 177 + 134 = 481 (100%)
R 170 of 481 ~ 35.34%
G 177 of 481 ~ 36.8%
B 134 of 481 ~ 27.86'%

%35.34
%36.8
%27.86

CMYK color model

#AAB186 color CMYK value is (4,0,24,31).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 30.59%

CMYK: (4,0,24,31)
C4M0Y24K31 (4%, 0%, 24%, 31%)
(0.04 / 0.00 / 0.24 / 0.31)

CMYK percentages

%3.95
%0
%24.29
%30.59

Codes

Color #AAB186 in popluar color models

AA B1 86
RGB 170 177 134
HSL 70° 21.61% 60.98%
HSB/HSV 70° 24.29% 69.41%
CMYK 3.95% 0.00% 24.29%
30.59%

Color #AAB186 in popluar number systems.

HEX AA B1 86
Decimal 170 177 134
Binary 10101010 10110001 10000110
Octal 252 261 206

Shades and tints

Shades of #AAB186

#AAB186
(170,177,134)
#9BA17A
(155,161,122)
#8C916E
(140,145,110)
#7D8162
(125,129,98)
#6E7156
(110,113,86)
#5F614A
(95,97,74)
#50513E
(80,81,62)
#414132
(65,65,50)
#323126
(50,49,38)
#23211A
(35,33,26)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #AAB186

#AAB186
(170,177,134)
#B1B891
(177,184,145)
#B8BF9C
(184,191,156)
#BFC6A7
(191,198,167)
#C6CDB2
(198,205,178)
#CDD4BD
(205,212,189)
#D4DBC8
(212,219,200)
#DBE2D3
(219,226,211)
#E2E9DE
(226,233,222)
#E9F0E9
(233,240,233)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB186 color. Also use rgb(170,177,134) instead hex code.

Text Font Color

.myTextColor { color: #AAB186; }

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

This text font color is #AAB186.

Background Color

.myBgColor { background-color: #AAB186; }

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

This div background color is #AAB186.

Border color

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

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

This div border color is #AAB186.

Opacity

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

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

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

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

This text has shadow with #AAB186 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB186.

Preview

Color preview on black background

This text has color #AAB186 on black background.


Color preview on white background

This text has color #AAB186 on white background.


Black color preview on #AAB186 background

This text has black color on #AAB186 background.


White color preview on #AAB186 background

This text has white color on #AAB186 background.


Related colors

Complementary color

Complementary color for #hex is #554E79.


I love getcolorcode.com

Triadic colors

1 #86AAB1 and #B186AA with #AAB186 are triadic colors.

2 #86B1AA and #B1AA86 with #AAB186 are triadic colors.