COLOR #AAA188

HEX: #AAA188 RGB: (170,161,136)

Color info

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

RGB color model

#AAA188 color RGB value is (170,161,136).

RGB: (170,161,136) (67%, 63%, 53%)

RGB channels and saturation

R 170 of 255 = 67%
G 161 of 255 = 63%
B 136 of 255 = 53%

170
161
136

R + G + B ~ 61%. #AAA188 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 161 + 136 = 467 (100%)
R 170 of 467 ~ 36.4%
G 161 of 467 ~ 34.48%
B 136 of 467 ~ 29.12'%

%36.4
%34.48
%29.12

CMYK color model

#AAA188 color CMYK value is (0,5,20,33).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK: (0,5,20,33) C0M5Y20K33 (0%,5%,20%,33%) (0.00/0.05/0.20/0.33) 

CMYK percentages

%0
%5.29
%20
%33.33

Codes

Color #AAA188 in popluar color models

AA A1 88
RGB 170 161 136
HSL 44° 16.67% 60.00%
HSB/HSV 44° 20.00% 66.67%
CMYK 0.00% 5.29% 20.00%
33.33%

Color #AAA188 in popluar number systems.

HEX AA A1 88
Decimal 170 161 136
Binary 10101010 10100001 10001000
Octal 252 241 210

Shades and tints

Shades of #AAA188

#AAA188
(170,161,136)
#9B937C
(155,147,124)
#8C8570
(140,133,112)
#7D7764
(125,119,100)
#6E6958
(110,105,88)
#5F5B4C
(95,91,76)
#504D40
(80,77,64)
#413F34
(65,63,52)
#323128
(50,49,40)
#23231C
(35,35,28)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #AAA188

#AAA188
(170,161,136)
#B1A992
(177,169,146)
#B8B19C
(184,177,156)
#BFB9A6
(191,185,166)
#C6C1B0
(198,193,176)
#CDC9BA
(205,201,186)
#D4D1C4
(212,209,196)
#DBD9CE
(219,217,206)
#E2E1D8
(226,225,216)
#E9E9E2
(233,233,226)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA188; }

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

This text font color is #AAA188.

Background Color

.myBgColor { background-color: #AAA188; }

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

This div background color is #AAA188.

Border color

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

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

This div border color is #AAA188.

Opacity

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

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

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

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

This text has shadow with #AAA188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA188.

Preview

Color preview on black background

This text has color #AAA188 on black background.


Color preview on white background

This text has color #AAA188 on white background.


Black color preview on #AAA188 background

This text has black color on #AAA188 background.


White color preview on #AAA188 background

This text has white color on #AAA188 background.


Related colors

Complementary color

Complementary color for #hex is #555E77.


I love getcolorcode.com

Triadic colors

1 #88AAA1 and #A188AA with #AAA188 are triadic colors.

2 #88A1AA and #A1AA88 with #AAA188 are triadic colors.