COLOR #AAB8AA

HEX: #AAB8AA RGB: (170,184,170)

Color info

#AAB8AA contains red, green and blue colors in about the same proportion. Web safe color of #AAB8AA is #99CC99 (or #9C9).

RGB color model

#AAB8AA color RGB value is (170,184,170).

RGB: (170,184,170) (67%, 72%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 184 of 255 = 72%
B 170 of 255 = 67%

170
184
170

R + G + B ~ 69%. #AAB8AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 184 + 170 = 524 (100%)
R 170 of 524 ~ 32.44%
G 184 of 524 ~ 35.11%
B 170 of 524 ~ 32.44'%

%32.44
%35.11
%32.44

CMYK color model

#AAB8AA color CMYK value is (8,0,8,28).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 7.61%
  • key color value is 27.84%

CMYK: (8,0,8,28)
C8M0Y8K28 (8%, 0%, 8%, 28%)
(0.08 / 0.00 / 0.08 / 0.28)

CMYK percentages

%7.61
%0
%7.61
%27.84

Codes

Color #AAB8AA in popluar color models

AA B8 AA
RGB 170 184 170
HSL 120° 8.97% 69.41%
HSB/HSV 120° 7.61% 72.16%
CMYK 7.61% 0.00% 7.61%
27.84%

Color #AAB8AA in popluar number systems.

HEX AA B8 AA
Decimal 170 184 170
Binary 10101010 10111000 10101010
Octal 252 270 252

Shades and tints

Shades of #AAB8AA

#AAB8AA
(170,184,170)
#9BA89B
(155,168,155)
#8C988C
(140,152,140)
#7D887D
(125,136,125)
#6E786E
(110,120,110)
#5F685F
(95,104,95)
#505850
(80,88,80)
#414841
(65,72,65)
#323832
(50,56,50)
#232823
(35,40,35)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #AAB8AA

#AAB8AA
(170,184,170)
#B1BEB1
(177,190,177)
#B8C4B8
(184,196,184)
#BFCABF
(191,202,191)
#C6D0C6
(198,208,198)
#CDD6CD
(205,214,205)
#D4DCD4
(212,220,212)
#DBE2DB
(219,226,219)
#E2E8E2
(226,232,226)
#E9EEE9
(233,238,233)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB8AA; }

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

This text font color is #AAB8AA.

Background Color

.myBgColor { background-color: #AAB8AA; }

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

This div background color is #AAB8AA.

Border color

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

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

This div border color is #AAB8AA.

Opacity

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

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

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

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

This text has shadow with #AAB8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB8AA.

Preview

Color preview on black background

This text has color #AAB8AA on black background.


Color preview on white background

This text has color #AAB8AA on white background.


Black color preview on #AAB8AA background

This text has black color on #AAB8AA background.


White color preview on #AAB8AA background

This text has white color on #AAB8AA background.


Related colors

Complementary color

Complementary color for #hex is #554755.


I love getcolorcode.com

Triadic colors

1 #AAAAB8 and #B8AAAA with #AAB8AA are triadic colors.

2 #AAB8AA and #B8AAAA with #AAB8AA are triadic colors.