COLOR #AABA3C

HEX: #AABA3C RGB: (170,186,60)

Color info

#AABA3C contains mainly red and green colors. Web safe color of #AABA3C is #99CC33 (or #9C3).

RGB color model

#AABA3C color RGB value is (170,186,60).

RGB: (170,186,60) (67%, 73%, 24%)

RGB channels and saturation

R 170 of 255 = 67%
G 186 of 255 = 73%
B 60 of 255 = 24%

170
186
60

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

Portions of RGB colors in percentages

R + G + B = 170 + 186 + 60 = 416 (100%)
R 170 of 416 ~ 40.87%
G 186 of 416 ~ 44.71%
B 60 of 416 ~ 14.42'%

%40.87
%44.71
%14.42

CMYK color model

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

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

CMYK: (9,0,68,27)
C9M0Y68K27 (9%, 0%, 68%, 27%)
(0.09 / 0.00 / 0.68 / 0.27)

CMYK percentages

%8.6
%0
%67.74
%27.06

Codes

Color #AABA3C in popluar color models

AA BA 3C
RGB 170 186 60
HSL 68° 51.22% 48.24%
HSB/HSV 68° 67.74% 72.94%
CMYK 8.60% 0.00% 67.74%
27.06%

Color #AABA3C in popluar number systems.

HEX AA BA 3C
Decimal 170 186 60
Binary 10101010 10111010 111100
Octal 252 272 74

Shades and tints

Shades of #AABA3C

#AABA3C
(170,186,60)
#9BAA37
(155,170,55)
#8C9A32
(140,154,50)
#7D8A2D
(125,138,45)
#6E7A28
(110,122,40)
#5F6A23
(95,106,35)
#505A1E
(80,90,30)
#414A19
(65,74,25)
#323A14
(50,58,20)
#232A0F
(35,42,15)
#141A0A
(20,26,10)
#000000
(0,0,0)

Tints of #AABA3C

#AABA3C
(170,186,60)
#B1C04D
(177,192,77)
#B8C65E
(184,198,94)
#BFCC6F
(191,204,111)
#C6D280
(198,210,128)
#CDD891
(205,216,145)
#D4DEA2
(212,222,162)
#DBE4B3
(219,228,179)
#E2EAC4
(226,234,196)
#E9F0D5
(233,240,213)
#F0F6E6
(240,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABA3C; }

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

This text font color is #AABA3C.

Background Color

.myBgColor { background-color: #AABA3C; }

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

This div background color is #AABA3C.

Border color

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

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

This div border color is #AABA3C.

Opacity

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

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

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

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

This text has shadow with #AABA3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABA3C.

Preview

Color preview on black background

This text has color #AABA3C on black background.


Color preview on white background

This text has color #AABA3C on white background.


Black color preview on #AABA3C background

This text has black color on #AABA3C background.


White color preview on #AABA3C background

This text has white color on #AABA3C background.


Related colors

Complementary color

Complementary color for #hex is #5545C3.


I love getcolorcode.com

Triadic colors

1 #3CAABA and #BA3CAA with #AABA3C are triadic colors.

2 #3CBAAA and #BAAA3C with #AABA3C are triadic colors.