COLOR #AABC63

HEX: #AABC63 RGB: (170,188,99)

Color info

#AABC63 contains mainly red and green colors. Web safe color of #AABC63 is #99CC66 (or #9C6).

RGB color model

#AABC63 color RGB value is (170,188,99).

RGB: (170,188,99) (67%, 74%, 39%)

RGB channels and saturation

R 170 of 255 = 67%
G 188 of 255 = 74%
B 99 of 255 = 39%

170
188
99

R + G + B ~ 60%. #AABC63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 170 + 188 + 99 = 457 (100%)
R 170 of 457 ~ 37.2%
G 188 of 457 ~ 41.14%
B 99 of 457 ~ 21.66'%

%37.2
%41.14
%21.66

CMYK color model

#AABC63 color CMYK value is (10,0,47,26).

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

CMYK: (10,0,47,26)
C10M0Y47K26 (10%, 0%, 47%, 26%)
(0.10 / 0.00 / 0.47 / 0.26)

CMYK percentages

%9.57
%0
%47.34
%26.27

Codes

Color #AABC63 in popluar color models

AA BC 63
RGB 170 188 99
HSL 72° 39.91% 56.27%
HSB/HSV 72° 47.34% 73.73%
CMYK 9.57% 0.00% 47.34%
26.27%

Color #AABC63 in popluar number systems.

HEX AA BC 63
Decimal 170 188 99
Binary 10101010 10111100 1100011
Octal 252 274 143

Shades and tints

Shades of #AABC63

#AABC63
(170,188,99)
#9BAB5A
(155,171,90)
#8C9A51
(140,154,81)
#7D8948
(125,137,72)
#6E783F
(110,120,63)
#5F6736
(95,103,54)
#50562D
(80,86,45)
#414524
(65,69,36)
#32341B
(50,52,27)
#232312
(35,35,18)
#141209
(20,18,9)
#000000
(0,0,0)

Tints of #AABC63

#AABC63
(170,188,99)
#B1C271
(177,194,113)
#B8C87F
(184,200,127)
#BFCE8D
(191,206,141)
#C6D49B
(198,212,155)
#CDDAA9
(205,218,169)
#D4E0B7
(212,224,183)
#DBE6C5
(219,230,197)
#E2ECD3
(226,236,211)
#E9F2E1
(233,242,225)
#F0F8EF
(240,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABC63; }

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

This text font color is #AABC63.

Background Color

.myBgColor { background-color: #AABC63; }

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

This div background color is #AABC63.

Border color

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

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

This div border color is #AABC63.

Opacity

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

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

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

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

This text has shadow with #AABC63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABC63.

Preview

Color preview on black background

This text has color #AABC63 on black background.


Color preview on white background

This text has color #AABC63 on white background.


Black color preview on #AABC63 background

This text has black color on #AABC63 background.


White color preview on #AABC63 background

This text has white color on #AABC63 background.


Related colors

Complementary color

Complementary color for #hex is #55439C.


I love getcolorcode.com

Triadic colors

1 #63AABC and #BC63AA with #AABC63 are triadic colors.

2 #63BCAA and #BCAA63 with #AABC63 are triadic colors.