COLOR #AABC90

HEX: #AABC90 RGB: (170,188,144)

Color info

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

RGB color model

#AABC90 color RGB value is (170,188,144).

RGB: (170,188,144) (67%, 74%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 188 of 255 = 74%
B 144 of 255 = 56%

170
188
144

R + G + B ~ 66%. #AABC90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 188 + 144 = 502 (100%)
R 170 of 502 ~ 33.86%
G 188 of 502 ~ 37.45%
B 144 of 502 ~ 28.69'%

%33.86
%37.45
%28.69

CMYK color model

#AABC90 color CMYK value is (10,0,23,26).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 23.40%
  • key color value is 26.27%

CMYK: (10,0,23,26)
C10M0Y23K26 (10%, 0%, 23%, 26%)
(0.10 / 0.00 / 0.23 / 0.26)

CMYK percentages

%9.57
%0
%23.4
%26.27

Codes

Color #AABC90 in popluar color models

AA BC 90
RGB 170 188 144
HSL 85° 24.72% 65.10%
HSB/HSV 85° 23.40% 73.73%
CMYK 9.57% 0.00% 23.40%
26.27%

Color #AABC90 in popluar number systems.

HEX AA BC 90
Decimal 170 188 144
Binary 10101010 10111100 10010000
Octal 252 274 220

Shades and tints

Shades of #AABC90

#AABC90
(170,188,144)
#9BAB83
(155,171,131)
#8C9A76
(140,154,118)
#7D8969
(125,137,105)
#6E785C
(110,120,92)
#5F674F
(95,103,79)
#505642
(80,86,66)
#414535
(65,69,53)
#323428
(50,52,40)
#23231B
(35,35,27)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #AABC90

#AABC90
(170,188,144)
#B1C29A
(177,194,154)
#B8C8A4
(184,200,164)
#BFCEAE
(191,206,174)
#C6D4B8
(198,212,184)
#CDDAC2
(205,218,194)
#D4E0CC
(212,224,204)
#DBE6D6
(219,230,214)
#E2ECE0
(226,236,224)
#E9F2EA
(233,242,234)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABC90; }

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

This text font color is #AABC90.

Background Color

.myBgColor { background-color: #AABC90; }

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

This div background color is #AABC90.

Border color

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

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

This div border color is #AABC90.

Opacity

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

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

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

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

This text has shadow with #AABC90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABC90.

Preview

Color preview on black background

This text has color #AABC90 on black background.


Color preview on white background

This text has color #AABC90 on white background.


Black color preview on #AABC90 background

This text has black color on #AABC90 background.


White color preview on #AABC90 background

This text has white color on #AABC90 background.


Related colors

Complementary color

Complementary color for #hex is #55436F.


I love getcolorcode.com

Triadic colors

1 #90AABC and #BC90AA with #AABC90 are triadic colors.

2 #90BCAA and #BCAA90 with #AABC90 are triadic colors.