COLOR #AABBAA

HEX: #AABBAA RGB: (170,187,170)

Color info

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

RGB color model

#AABBAA color RGB value is (170,187,170).

RGB: (170,187,170) (67%, 73%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 170 of 255 = 67%

170
187
170

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

Portions of RGB colors in percentages

R + G + B = 170 + 187 + 170 = 527 (100%)
R 170 of 527 ~ 32.26%
G 187 of 527 ~ 35.48%
B 170 of 527 ~ 32.26'%

%32.26
%35.48
%32.26

CMYK color model

#AABBAA color CMYK value is (9,0,9,27).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 26.67%

CMYK: (9,0,9,27)
C9M0Y9K27 (9%, 0%, 9%, 27%)
(0.09 / 0.00 / 0.09 / 0.27)

CMYK percentages

%9.09
%0
%9.09
%26.67

Codes

Color #AABBAA in popluar color models

AA BB AA
RGB 170 187 170
HSL 120° 11.11% 70.00%
HSB/HSV 120° 9.09% 73.33%
CMYK 9.09% 0.00% 9.09%
26.67%

Color #AABBAA in popluar number systems.

HEX AA BB AA
Decimal 170 187 170
Binary 10101010 10111011 10101010
Octal 252 273 252

Shades and tints

Shades of #AABBAA

#AABBAA
(170,187,170)
#9BAA9B
(155,170,155)
#8C998C
(140,153,140)
#7D887D
(125,136,125)
#6E776E
(110,119,110)
#5F665F
(95,102,95)
#505550
(80,85,80)
#414441
(65,68,65)
#323332
(50,51,50)
#232223
(35,34,35)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #AABBAA

#AABBAA
(170,187,170)
#B1C1B1
(177,193,177)
#B8C7B8
(184,199,184)
#BFCDBF
(191,205,191)
#C6D3C6
(198,211,198)
#CDD9CD
(205,217,205)
#D4DFD4
(212,223,212)
#DBE5DB
(219,229,219)
#E2EBE2
(226,235,226)
#E9F1E9
(233,241,233)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABBAA; }

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

This text font color is #AABBAA.

Background Color

.myBgColor { background-color: #AABBAA; }

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

This div background color is #AABBAA.

Border color

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

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

This div border color is #AABBAA.

Opacity

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

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

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

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

This text has shadow with #AABBAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABBAA.

Preview

Color preview on black background

This text has color #AABBAA on black background.


Color preview on white background

This text has color #AABBAA on white background.


Black color preview on #AABBAA background

This text has black color on #AABBAA background.


White color preview on #AABBAA background

This text has white color on #AABBAA background.


Related colors

Complementary color

Complementary color for #hex is #554455.


I love getcolorcode.com

Triadic colors

1 #AAAABB and #BBAAAA with #AABBAA are triadic colors.

2 #AABBAA and #BBAAAA with #AABBAA are triadic colors.