COLOR #AABA80

HEX: #AABA80 RGB: (170,186,128)

Color info

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

RGB color model

#AABA80 color RGB value is (170,186,128).

RGB: (170,186,128) (67%, 73%, 50%)

RGB channels and saturation

R 170 of 255 = 67%
G 186 of 255 = 73%
B 128 of 255 = 50%

170
186
128

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

Portions of RGB colors in percentages

R + G + B = 170 + 186 + 128 = 484 (100%)
R 170 of 484 ~ 35.12%
G 186 of 484 ~ 38.43%
B 128 of 484 ~ 26.45'%

%35.12
%38.43
%26.45

CMYK color model

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

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 31.18%
  • key color value is 27.06%

CMYK: (9,0,31,27)
C9M0Y31K27 (9%, 0%, 31%, 27%)
(0.09 / 0.00 / 0.31 / 0.27)

CMYK percentages

%8.6
%0
%31.18
%27.06

Codes

Color #AABA80 in popluar color models

AA BA 80
RGB 170 186 128
HSL 77° 29.59% 61.57%
HSB/HSV 77° 31.18% 72.94%
CMYK 8.60% 0.00% 31.18%
27.06%

Color #AABA80 in popluar number systems.

HEX AA BA 80
Decimal 170 186 128
Binary 10101010 10111010 10000000
Octal 252 272 200

Shades and tints

Shades of #AABA80

#AABA80
(170,186,128)
#9BAA75
(155,170,117)
#8C9A6A
(140,154,106)
#7D8A5F
(125,138,95)
#6E7A54
(110,122,84)
#5F6A49
(95,106,73)
#505A3E
(80,90,62)
#414A33
(65,74,51)
#323A28
(50,58,40)
#232A1D
(35,42,29)
#141A12
(20,26,18)
#000000
(0,0,0)

Tints of #AABA80

#AABA80
(170,186,128)
#B1C08B
(177,192,139)
#B8C696
(184,198,150)
#BFCCA1
(191,204,161)
#C6D2AC
(198,210,172)
#CDD8B7
(205,216,183)
#D4DEC2
(212,222,194)
#DBE4CD
(219,228,205)
#E2EAD8
(226,234,216)
#E9F0E3
(233,240,227)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABA80; }

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

This text font color is #AABA80.

Background Color

.myBgColor { background-color: #AABA80; }

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

This div background color is #AABA80.

Border color

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

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

This div border color is #AABA80.

Opacity

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

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

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

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

This text has shadow with #AABA80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABA80.

Preview

Color preview on black background

This text has color #AABA80 on black background.


Color preview on white background

This text has color #AABA80 on white background.


Black color preview on #AABA80 background

This text has black color on #AABA80 background.


White color preview on #AABA80 background

This text has white color on #AABA80 background.


Related colors

Complementary color

Complementary color for #hex is #55457F.


I love getcolorcode.com

Triadic colors

1 #80AABA and #BA80AA with #AABA80 are triadic colors.

2 #80BAAA and #BAAA80 with #AABA80 are triadic colors.